Skip to content

Releases: basher/Web-UI-Boilerplate

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.

v4.0.3

14 Nov 14:15
Compare
Choose a tag to compare

Changes

  • Improve colour token naming.
  • Improve dark mode behaviour.
  • Improve form validation styling.

v4.0.2

14 Nov 10:07
Compare
Choose a tag to compare

Changes

  • Ignore some stylelint rules.

v4.0.1

13 Nov 16:17
Compare
Choose a tag to compare

Changes

  • Ensure "reset.css" is imported before ALL other globals.

v4.0.0 Replace Sass with vanilla CSS

13 Nov 15:53
8f5af4d
Compare
Choose a tag to compare

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

17 Sep 14:20
Compare
Choose a tag to compare

Changes

  • Add better argtable docs.

v3.1.24

29 Aug 12:28
Compare
Choose a tag to compare

Changes

  • Fix broken MDX link.