Skip to content

Commit 72140f7

Browse files
committed
chore(build): bumping to version 1.1.1
1 parent afb4900 commit 72140f7

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# ally.js change log
22

3-
## master
3+
## 1.1.1 - Augmented Reality
4+
5+
*August 6th 2016.* We're releasing a few fixes that have been hanging in the master branch as a bugfix release to 1.1, because waiting for 1.2 to come together is not an option for everyone.
6+
7+
8+
### The changes
49

510
* fixing `supports/focus-in-hiden-iframe` to avoid `document.write()` - [issue #126](https://github.com/medialize/ally.js/issues/126)
611
* fixing [`ally.maintain.disabled`][ally/maintain/disabled] to *not* disable ancestors `filter` elements
712
* fixing [`ally.event.shadowFocus`][ally/event/shadow-focus] to not access `document.body` before it's available - [issue #144](https://github.com/medialize/ally.js/pull/144)
813

14+
915
## 1.1.0 - Reality Strikes Back
1016

1117
*March 18th 2016.* We're continuing our journey to *make accessibility simpler*. Version 1.1.0 - the first major update follows 4 months after making ally.js public in November 2015. In this time we've released [5 beta versions](https://github.com/medialize/ally.js/releases) and pushed [about 330 commits](https://github.com/medialize/ally.js/compare/1.0.1...1.1.0) in an effort to increase browser support and fix the myriad of bugs typically encountered in version one of any software.

docs/api/event/shadow-focus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The `event.detail` property provides the following data:
5252

5353
## Changes
5454

55-
* Since `v#master` the module does not access `document.body` at load time anymore.
55+
* Since `v1.1.1` the module does not access `document.body` at load time anymore.
5656

5757

5858
## Notes

docs/api/maintain/disabled.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ A [`<service>`](../concepts.md#Service) interface, providing the `handle.disenga
5555
* Since `v1.1.0` the `disengage()` method reverts elements within ShadowHosts to their previous state.
5656
* Since `v1.1.0` DOM mutations within `ShadowRoot`s are properly observed.
5757
* Since `v1.1.0` initially disabled elements are not accidentally enabled when disengaging the service.
58-
* Since `v#master` ancestors of exempted sub-trees (defined by `filter` option) are *not* disabled anymore.
58+
* Since `v1.1.1` ancestors of exempted sub-trees (defined by `filter` option) are *not* disabled anymore.
5959

6060

6161
## Notes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ally.js",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "JavaScript library to help web applications with accessibility concerns",
55
"main": "ally.min.js",
66
"npmName": "ally.js",

0 commit comments

Comments
 (0)