diff --git a/changelog.md b/changelog.md index abce36d..c4379c6 100644 --- a/changelog.md +++ b/changelog.md @@ -5,16 +5,18 @@ SciReactUI Changelog ------------------------ ### Added -- New Progress component based on Diamond Light added. -- New ProgressDelayed component so that the progress isn't shown at all when it's a small wait. +- New *Progress* component based on Diamond Light added. +- New *ProgressDelayed* component so that the progress isn't shown at all when it's a small wait. ### Fixed - Hovering over a slot caused a popup with the slot title in. This has been removed. - Stopped Bar-based components (e.g. Navbar, Footer) from expanding when a parent component has a set height +- The base *Bar* component was not being exported. ### Changed - Remove first-child css selector as it causes problems with server-side rendering. + [v0.3.0] - 2025-09-04 --------------------- @@ -34,7 +36,6 @@ of the colour scheme switch - for use with alternative background colours. - Fixed bug in Footer Links where alignment was out on first link. - Ordering of StoryBook now more intuitive. - ### Changed - Breaking change: The use of *color* has been replaced with *colour* throughout. - *ImageColorSchemeSwitch*, *ImageColorSchemeSwitchType* and *ImageColorSchemeSwitchProps* diff --git a/src/index.ts b/src/index.ts index 6fee30c..8277145 100644 --- a/src/index.ts +++ b/src/index.ts @@ -5,6 +5,7 @@ export * from "./components/navigation/Navbar"; // components/controls export * from "./components/controls/AppTitlebar"; +export * from "./components/controls/Bar"; export * from "./components/controls/ColourSchemeButton"; export * from "./components/controls/ImageColourSchemeSwitch"; export * from "./components/controls/Logo"; @@ -12,10 +13,10 @@ export * from "./components/controls/User"; export * from "./components/controls/ScrollableImages"; export * from "./components/controls/VisitInput"; -// components/helpers/jsonForms +// components/systems export * from "./components/systems/auth"; -// components/helpers/jsonForms +// components/helpers export * from "./components/helpers/jsonforms"; // themes