Skip to content

Releases: chharvey/aria-patterns

Release list

v2.0.0-beta.0

v2.0.0-beta.0 Pre-release
Pre-release

Choose a tag to compare

@chharvey chharvey released this 05 Sep 15:31

Breaking

  • refactor directory structure. check out the new repo & docs for new file locations
  • template processing now uses template-processor
  • upgrade to extrajs-dom@5. this changes how you'll call .process() on custom elements; ProcessingFunction types now take take an opts parameter (see docs for details)
  • changed params for processing functions:
    • xAddress: data.$regionName renamed to opts.regionName
    • xDirectory: data.$depth renamed to opts.depth

Features

  • prepend package metadata to build file contents, in the form of a comment
  • upgrade back-end to TypeScript 3
  • all new [documentation] (wait until gh-pages)
  • now published [styleguide] (wait until gh-pages)

Fixes

  • remove misleading pointer cursor from tablist tabs (they aren’t links)
  • more efficient Tablist js source

Updates since alpha.0

Features

  • convert o-Tablist frontend script src to TypeScript
  • update gulp to v4

Fixes

  • clean up gulp tasks & build scripts
  • simplify / refactor some code structures

Updates since alpha.1

  • dependency updates