Releases: chharvey/aria-patterns
Releases · chharvey/aria-patterns
Release list
v2.0.0-beta.0
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;ProcessingFunctiontypes now take take anoptsparameter (see docs for details) - changed params for processing functions:
-
xAddress:data.$regionNamerenamed toopts.regionName -
xDirectory:data.$depthrenamed toopts.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