Releases: DH-IT-Portal-Development/bootstrap-theme
v1.5.0 Alpha 1
What's Changed
Fixed an issue that caused an incorrect background color to be set by default.
Full Changelog: v1.5.0-alpha.0...v1.5.0-alpha.1
v1.5.0 Alpha 0
What's Changed
New
- Table loading state
- Initial UU-List implementation
Fixes
- Dark mode didn't apply to form elements correctly
Full Changelog: v1.4.0-beta.0...v1.5.0-alpha.0
v1.4.0
What's Changed
New
- Build using Bootstrap 5.3.1 (over 5.2.0 in 1.3.x)
- A smaller 'lite' build has been added to the project. This version differs from the full version by omitting the UU-Layout components
- uu-layout: A new unified header/navbar component has been added
- uu-layout: Added (S)CSS variables for container text/bg colors, as well as the sidebar text color
- tiles: dark mode support was added
- code: now uses CSS variables & dark mode support was added
- stepper: new (S)CSS variables and dark mode support were added
Fixes
- buttons: Button arrows where not scaling with
-smand-lgvariants - uu-layout: Links in cover copyright elements where not inheriting the right text color
- uu-layout: Tables were not always using the right background color
- modal: Bootstrap is missing dark mode variables for modals, which were added
- pagination: dark mode support was not working correctly
Documentation
- The documentation uses new imagery for the cover images
- The tiles documentation has been expanded to be actually useful
- Several pages have received some touch-ups
- Added 'theme settings' to switch between certain variations of components in the docs
- Some outdated list examples were removed, to be replaced in the future
Misc
- The entire project is now formatted using Prettier
- An additional Pull Request Actions Workflow has also been added to check if the code is formatted properly
- The copyright notice/license section has been clarified. Previously some clunky language was used to re-iterate something in the EUPL, which was unnecessary and confusing
- A CONTRIBUTING.md was added to the project
A note on dark mode
Dark mode support for the UU-Layout components is not planned for the 1.4 release. Thus, it is disabled in the 'full' build variant.
A new 'lite' variant, which lacks those components, does have dark mode enabled by default.
Full Changelog: v1.3.1...v1.4.0
v1.4.0-beta.0
What's Changed
New
- Build using Bootstrap 5.3.1 (over 5.2.0 in 1.3.x)
- A smaller 'lite' build has been added to the project. This version differs from the full version by omitting the UU-Layout components
- uu-layout: A new unified header/navbar component has been added
- uu-layout: Added (S)CSS variables for container text/bg colors, as well as the sidebar text color
- tiles: dark mode support was added
- code: now uses CSS variables & dark mode support was added
- stepper: new (S)CSS variables and dark mode support were added
- docs: added 'theme settings' to switch between certain variations of components in the docs
Fixes
- buttons: Button arrows where not scaling with
-smand-lgvariants - uu-layout: Links in cover copyright elements where not inheriting the right text color
- uu-layout: Tables were not always using the right background color
- modal: Bootstrap is missing dark mode variables for modals, which were added
- pagination: dark mode support was not working correctly
Misc
- The copyright notice/license section has been clarified. Previously some clunky language was used to re-iterate something in the EUPL, which was unnecessary and confusing
- The documentation uses new imagery for the cover images
A note on dark mode
Dark mode support for the UU-Layout components is not planned for the 1.4 release. Thus, it is disabled in the 'full' build variant.
A new 'lite' variant, which lacks those components, does have dark mode enabled by default.
Full Changelog: v1.3.1...v1.4.0-beta.0
1.4.0-alpha.1
What's Changed
Fixes
- uu-layout: fixed unified-navbar not displaying the UU logo correctly on mobile
- docs: the toggler was not spaced correctly on mobile
Full Changelog: v1.4.0-alpha.0...v1.4.0-alpha.1
1.4.0-alpha.0
What's Changed
New
- Build using Bootstrap 5.3.0 (over 5.2.0 in 1.3.x)
- A smaller 'lite' build has been added to the project. This version differs from the full version by omitting the UU-Layout components
- uu-layout: A new unified header/navbar component had been added
- uu-layout: Added (S)CSS variables for container text/bg colors, as well as the sidebar text color
- tiles: dark mode support was added
- code: now uses CSS variables & dark mode support was added
- stepper: new (S)CSS variables and dark mode support were added
- docs: added 'theme settings' to switch between certain variations of components in the docs
Fixes
- buttons: Button arrows where not scaling with
-smand-lgvariants - uu-layout: Links in cover copyright elements where not inheriting the right text color
- uu-layout: Tables were not always using the right background color
- modal: Bootstrap is missing dark mode variables for modals, which were added
- pagination: dark mode support was not working correctly
Misc
- The copyright notice/license section has been clarified. Previously some clunky language was used to re-iterate something in the EUPL, which was unnecessary and confusing
- The documentation uses new imagery for the cover images
A note on dark mode
Dark mode support for the UU-Layout components is not planned for the 1.4 release. Thus, it is disabled in the 'full' build variant.
A new 'lite' variant, which lacks those components, does have dark mode enabled by default.
Full Changelog: v1.3.1...v1.4.0-alpha.0
1.3.1
What's Changed
Fixes
- Fixed an issue where disabled stepper items had italics font applied to the bubbles. This style was intended for labels only
Docs
- The stepper styles preview now has numbers added to the buttons, for better debugging of said styles
Full Changelog: v1.3.0...v1.3.1
1.3.0
What's Changed
New
- Build using Bootstrap 5.2.1 (over 5.2.0 in 1.2.0)
- Added classes to color active radio toggle buttons
- (Re)added border radius to buttons
- Configurable gap for Modal Nav Tabs
- Configurable Stepper line width
Fixes
- Prevent accidental text selects on pagination buttons
Refactors
- We now use
remunits everywhere. Previously,pxunits where used interchangably withrem, causing theoretical issues with scaling
Full Changelog: v1.2.0...v1.3.0
1.2.0
What's Changed
- New: Cursor utility classes
- New: Sticky table header/footer classes
- Fix: Sidebar not filling full height available
- Fix: Unnecessary margins in alerts when using
<p>elements
Full Changelog: v1.1.0...v1.2.0