Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Releases: DH-IT-Portal-Development/bootstrap-theme

v1.5.0 Alpha 1

07 Dec 12:01

Choose a tag to compare

v1.5.0 Alpha 1 Pre-release
Pre-release

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

19 Oct 17:37

Choose a tag to compare

v1.5.0 Alpha 0 Pre-release
Pre-release

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

14 Sep 12:12
93f16f1

Choose a tag to compare

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 -sm and -lg variants
  • 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

01 Sep 10:59

Choose a tag to compare

v1.4.0-beta.0 Pre-release
Pre-release

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 -sm and -lg variants
  • 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

24 Jul 10:35

Choose a tag to compare

1.4.0-alpha.1 Pre-release
Pre-release

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

20 Jul 11:40

Choose a tag to compare

1.4.0-alpha.0 Pre-release
Pre-release

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 -sm and -lg variants
  • 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

03 May 12:40
c581ec1

Choose a tag to compare

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

14 Sep 12:57
e528294

Choose a tag to compare

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 rem units everywhere. Previously, px units where used interchangably with rem, causing theoretical issues with scaling

Full Changelog: v1.2.0...v1.3.0

1.2.0

01 Sep 14:05

Choose a tag to compare

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

1.1.0

18 Aug 14:27
71041c2

Choose a tag to compare

Due to @miggol really disliking when footers aren't at the bottom, the theme has been updated to always have the footer at the bottom,

This version now requires wrapping content element in .uu-content, where it was optional previously.