Releases: ember-a11y/a11y-announcer
Releases · ember-a11y/a11y-announcer
v3.0.0
🚀 Enhancement
- #29 adds release-it to the project (@MelSumner)
🐛 Bug Fix
- #35 Fix getWithDefault deprecation warning (@tansongyang)
Committers: 3
- Frank Tan (@tansongyang)
- Melanie Sumner (@MelSumner)
- Rajasegar Chandran (@rajasegar)
What's Changed
- adds release-it to the project by @MelSumner in #29
- updating config for release-it by @MelSumner in #31
- chore: setup release-it with github actions by @rajasegar in #32
- Remove travis by @rajasegar in #34
- Bump lodash from 4.17.4 to 4.17.20 by @dependabot in #30
- Bump ini from 1.3.5 to 1.3.7 by @dependabot in #27
- Bump socket.io from 2.1.0 to 2.4.1 by @dependabot in #28
- Bump lodash.defaultsdeep from 4.6.0 to 4.6.1 by @dependabot in #24
- Bump lodash.merge from 4.6.0 to 4.6.2 by @dependabot in #23
- Bump mixin-deep from 1.3.1 to 1.3.2 by @dependabot in #16
- Bump websocket-extensions from 0.1.3 to 0.1.4 by @dependabot in #19
- Bump http-proxy from 1.16.2 to 1.18.1 by @dependabot in #25
- Fix getWithDefault deprecation warning by @tansongyang in #35
New Contributors
- @MelSumner made their first contribution in #29
- @dependabot made their first contribution in #30
- @tansongyang made their first contribution in #35
Full Changelog: v2.0.0...v3.0.0
Octane update
Merge pull request #22 from ember-a11y/release/2.0.0 Released v2.0.0
Deprecation warning removal
If you've seen this deprecation in your console:
"The
initialize
method for Application initializer 'add-announcer-to-router' should take only one argument -App
, an instance of anApplication
."
It has now been removed in this release.
First stable!
Upgrading from v0.3.0
To get to v1.0.0 of a11y-announcer you just need to delete code. In your router.js
remove the mixin and everything should just work™.
What's new?
- It's now easier to install the addon. All you have to do is add the component to your application.hbs file and it'll take care of the rest for you.
- You can now change the message that's read when a page loads.