Releases: jdan/tota11y
v0.2.0
TL;DR: We moved to a newer build chain and the package is now in npm under @khanacademy/tota11y
.
- Get rid of build warnings and upgrade postcss (493293d1)
- Added relative link to license.txt (b3da3c63)
- bump accessibility-developer-tools (#111)
- Use https instead of http for the url (ce0d19ed)
- menu-item is not a valid aria role (#118)
- Change "main" field in package.json (#123)
- Upgrade to Babel 6 (#135)
- Upgrade to latest handlebars (#136)
- Upgrade to latest jquery (#137)
- Upgrade to latest eslint (#138)
- Update to Webpack 4 and fix a lot of things (#145)
- Add additional checks for publish (#146)
- Adding prechecks for publish config and login (#147)
- We're not using lerna so we need to do this BEFORE publish (#148)
0.1.6
v0.1.6
0.1.5
v0.1.5
0.1.4
v0.1.4
0.1.3
See the Changelog for details 💃
0.1.2
A quick patch until GoogleChrome/accessibility-developer-tools@df40093 makes its way onto npm.
0.1.1
0.1.0
See CHANGELOG.md for details.
🎉
0.0.10
Summary:
590c600 Implement annotation toggling
6394c26 Fixed annotation namespace for ContrastPlugin - Fixes #53
049eeb0 Updated unit tests to reflect new AltTextPlugin expanded label text
ed53865 Changed AltTextPlugin to use Accessibility Developer Tools - Fixes #51, #19
17e0cd7 Removed empty summary panel for the headings plugin - fixes #13
3497428 Switched to axs.properties.findTextAlternatives to do a lot of the heavy-lifting for reading link text
1c86829 Some extra LinkTextPlugin tests
f3ae011 Include mocha fixes to run babel+JSX
28209fd Prep JSX transpile target for unit testing
eebe436 Convert LinkTextPlugin error descriptions to JSX
de2534f Handled when the textContent is passed into the isDescriptiveText function as undefined or null in the link-text plugin