Skip to content

Releases: basher/Web-UI-Boilerplate

v4.2.1

28 Jan 09:03
Compare
Choose a tag to compare

Changes

  • Update CSS theming docs in Storybook intro.

Implement Storybook theme switcher

27 Jan 11:46
Compare
Choose a tag to compare

Changes

  • Setup storybook-theme-switch-addon plugin to switch themes in Storybook.
  • Order storyArgs alphabetically.
  • Fix CSS issues with broken nesting of BEM syntax.

Implement theme override mechanism

24 Jan 15:57
6098364
Compare
Choose a tag to compare

Changes

  • Implement theme override mechanism for Parcel bundler, utilising NPM config variables and some custom Node scripts.
  • Currently, only the --webui-color-brand token is overridden to prove the concept.

TODO

  • Override fonts.
  • Override a component partial.
  • Add theme switcher to Storybook.

v4.0.10

17 Jan 11:56
Compare
Choose a tag to compare

Changes

  • Minor tweaks to Web Components' constructor() methods.

v4.0.9

06 Jan 08:23
Compare
Choose a tag to compare

Changes

  • Minor tweak to asymmetric grid story.

v4.0.8

20 Dec 11:37
Compare
Choose a tag to compare

UPDATES

  • Re-introduce -webkit-font-smoothing.
  • Remove .css suffixes from CSS @import statements.

v4.0.7

11 Dec 09:55
Compare
Choose a tag to compare

Changes

  • Permanently show NEXT and PREVIOUS buttons.
  • Use aria-live region to announce slide count, and optionally display this visually.

v4.0.6

18 Nov 15:25
Compare
Choose a tag to compare

Changes

  • Improve a11y for image gallery <a> with ARIA role="button" and keyboard bindings for ENTER and SPACEBAR.

v4.0.5

15 Nov 10:38
Compare
Choose a tag to compare

Changes

  • Add data-fetch-url attribute to HTML for fetching (a) HTML fragments, or (b) API endpoint data, and wire up to web component JS.

v4.0.4

14 Nov 17:22
Compare
Choose a tag to compare

Changes

  • Replace prefers-color-scheme media queries for background/foreground colours with CSS light-dark() function.