Releases: basher/Web-UI-Boilerplate
Releases · basher/Web-UI-Boilerplate
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.
v4.0.3
Changes
- Improve colour token naming.
- Improve dark mode behaviour.
- Improve form validation styling.
v4.0.2
Changes
- Ignore some stylelint rules.
v4.0.1
Changes
- Ensure "reset.css" is imported before ALL other globals.
v4.0.0 Replace Sass with vanilla CSS
Changes
- Replace all Sass/SCSS with vanilla CSS.
- Improve CSS tokens (naming, colour "ramps", etc).
Additionally:
- Reconfigure Stylelint & Prettier.
- Bump Parcel to handle native cascade layers via LightningCSS.
v3.1.25
Changes
- Add better
argtable
docs.