Skip to content

Commit 1ed4ea0

Browse files
committed
2.0 release
### Fixed - Styles added to Navbar and Footer incorrectly remove built in styles. ### Changed - Breadcrumbs component takes optional linkComponent prop for page routing. - Navbar, NavLink and FooterLink will use routing library for links if provided with linkComponent and to props. - Navbar uses slots for positioning elements. Breaking change: elements must now use rightSlot for positioning to the far right.
1 parent 97a0416 commit 1ed4ea0

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

changelog.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@ SciReactUI Changelog
22
====================
33

44

5-
[v0.2.0] - 2025-?-?
6-
--------------------
7-
8-
### Added
9-
-
5+
[v0.2.0] - 2025-06-11
6+
---------------------
107

118
### Fixed
129
- Styles added to Navbar and Footer incorrectly remove built in styles.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@diamondlightsource/sci-react-ui",
3-
"version": "0.2",
3+
"version": "0.2.0",
44
"description": "A theme and component library to make websites at scientific institutions simple to create.",
55
"author": "Diamond Light Source",
66
"license": "ISC",

0 commit comments

Comments
 (0)