Releases: basher/Web-UI-Boilerplate
Releases · basher/Web-UI-Boilerplate
v4.2.1
Changes
- Update CSS theming docs in Storybook intro.
Implement Storybook theme switcher
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
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
Changes
- Minor tweaks to Web Components'
constructor()
methods.
v4.0.9
Changes
- Minor tweak to asymmetric grid story.
v4.0.8
UPDATES
- Re-introduce
-webkit-font-smoothing
.
- Remove
.css
suffixes from CSS @import
statements.
v4.0.7
Changes
- Permanently show
NEXT
and PREVIOUS
buttons.
- Use
aria-live
region to announce slide count, and optionally display this visually.
v4.0.6
Changes
- Improve a11y for image gallery
<a>
with ARIA role="button"
and keyboard bindings for ENTER
and SPACEBAR
.
v4.0.5
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
Changes
- Replace
prefers-color-scheme
media queries for background/foreground colours with CSS light-dark()
function.