Skip to content

1.1.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@rodneyrehm rodneyrehm released this 19 Jan 19:35
· 349 commits to master since this release

beta.3 release resolves a number of issues regarding browser compatibility concerning focusable state detection. This includes a complete rewrite of the browser focus compatibility test suite and a significant overhaul of the generated data tables.

With beta.3 we shift support from specific browsers to rendering engines, thus treating Opera 34 like Chrome, because they're both based on Blink. This (presumably) increases compatibility for a lot of WebKit based browsers on Android as well.

The only new feature is ally.get.focusRedirectTarget to resolve focus for elements that forward focus to another element. Everything else is considered a refactoring or bug-fix.

Resources

The website - and official documentation - is not published for beta releases.


To install this version run

npm install ally.js@beta

You can also load it from cdnjs or jsDelivr