Skip to content

Commit

Permalink
chore(build): bumping to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Mar 17, 2016
1 parent b0940e8 commit f0f5858
Show file tree
Hide file tree
Showing 26 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion docs/api/fix/pointer-focus-children.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ A [`<service>`](../concepts.md#Service) interface, providing the `handle.disenga

## Changes

* Since `v#master` the module is executed on `mousdown` instead of `pointerdown`.
* Since `v1.1.0` the module is executed on `mousdown` instead of `pointerdown`.


## Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/api/fix/pointer-focus-input.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ A [`<service>`](../concepts.md#Service) interface, providing the `handle.disenga

## Changes

* Since `v#master` nested elements of `<button>` and `<label>` are targeted properly.
* Since `v1.1.0` nested elements of `<button>` and `<label>` are targeted properly.


## Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/api/get/focus-redirect-target.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var element = ally.get.focusRedirectTarget({

## Changes

* Added in `v#master`.
* Added in `v1.1.0`.


## Notes
Expand Down
4 changes: 2 additions & 2 deletions docs/api/get/focus-target.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ var element = ally.get.focusTarget({

## Changes

* Since `v#master` elements redirecting focus return their target elements.
* Since `v#master` exceptions can be passed through to `ally.is.focusable` via the `except` argument.
* Since `v1.1.0` elements redirecting focus return their target elements.
* Since `v1.1.0` exceptions can be passed through to `ally.is.focusable` via the `except` argument.


## Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/api/get/insignificant-branches.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Array of [`HTMLElement`](https://developer.mozilla.org/en/docs/Web/API/HTMLEleme

## Changes

* Since `v#master` the `context` option can point to another document (e.g. `<body>` in an iframe)
* Since `v1.1.0` the `context` option can point to another document (e.g. `<body>` in an iframe)


## Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/api/get/parents.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Array of [`HTMLElement`](https://developer.mozilla.org/en/docs/Web/API/HTMLEleme

## Changes

* Since `v#master` parents can be resolved for `SVGElements` in Internet Explorer.
* Since `v1.1.0` parents can be resolved for `SVGElements` in Internet Explorer.


## Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/api/is/active-element.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Boolean, `true` if the element is the activeElement of its host context.

## Changes

* Added in `v#master`.
* Added in `v1.1.0`.


## Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/api/is/disabled.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Boolean, `true` if the element is disabled.

## Changes

* Since `v#master` the `<form disabled>` is handled properly in Internet Explorer 9 - 11.
* Since `v1.1.0` the `<form disabled>` is handled properly in Internet Explorer 9 - 11.


## Notes
Expand Down
20 changes: 10 additions & 10 deletions docs/api/is/focus-relevant.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@ Boolean, `true` if the element is focus relevant.

## Changes

* Since `v#master` the `<embed>` and `<keygen>` elements are considered focus-relevant, but *not* focusable.
* Since `v#master` the `element.prototype.matches` polyfill is re-applied to allow elements from other documents (e.g. from an iframe).
* Since `v#master` the `<object>` element properly distinguishes between SVG and SWF content.
* Since `v#master` elements using Flexbox layout are properly identified in IE10 and IE11.
* Since `v#master` the Shadow DOM hosts are considered focus-relevant, but *not* focusable.
* Since `v#master` scrollable containers are properly identified in Internet Explorer.
* Since `v#master` all `<area>` elements are considered focus-relevant.
* Since `v#master` every element that is either focusable, keyboard focusable, only tabbable or redirects focus is considered focus-relevant.
* Since `v#master` exceptions can be passed to `ally.is.focusRelevant.rules(options)`.
* Since `v#master` IE9 properly resolves SVG links (`<a xlink:href="…">`).
* Since `v1.1.0` the `<embed>` and `<keygen>` elements are considered focus-relevant, but *not* focusable.
* Since `v1.1.0` the `element.prototype.matches` polyfill is re-applied to allow elements from other documents (e.g. from an iframe).
* Since `v1.1.0` the `<object>` element properly distinguishes between SVG and SWF content.
* Since `v1.1.0` elements using Flexbox layout are properly identified in IE10 and IE11.
* Since `v1.1.0` the Shadow DOM hosts are considered focus-relevant, but *not* focusable.
* Since `v1.1.0` scrollable containers are properly identified in Internet Explorer.
* Since `v1.1.0` all `<area>` elements are considered focus-relevant.
* Since `v1.1.0` every element that is either focusable, keyboard focusable, only tabbable or redirects focus is considered focus-relevant.
* Since `v1.1.0` exceptions can be passed to `ally.is.focusRelevant.rules(options)`.
* Since `v1.1.0` IE9 properly resolves SVG links (`<a xlink:href="…">`).


## Notes
Expand Down
8 changes: 4 additions & 4 deletions docs/api/is/focusable.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ Boolean, `true` if the element is focusable.

## Changes

* Since `v#master` all `<area>` elements are considered focus-relevant, but only valid `<area>` elements are considered focusable.
* Since `v#master` exceptions can be passed to `ally.is.focusable.rules(options)`.
* Since `v#master` the state of the `<iframe>` or `<object>` element in which the currently examined element is hosted in is considered.
* Since `v#master` hidden `<object>` elements are focusable in Chrome - [Blink 586191](https://code.google.com/p/chromium/issues/detail?id=586191).
* Since `v1.1.0` all `<area>` elements are considered focus-relevant, but only valid `<area>` elements are considered focusable.
* Since `v1.1.0` exceptions can be passed to `ally.is.focusable.rules(options)`.
* Since `v1.1.0` the state of the `<iframe>` or `<object>` element in which the currently examined element is hosted in is considered.
* Since `v1.1.0` hidden `<object>` elements are focusable in Chrome - [Blink 586191](https://code.google.com/p/chromium/issues/detail?id=586191).


## Notes
Expand Down
8 changes: 4 additions & 4 deletions docs/api/is/only-tabbable.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ Boolean, `true` if the element is only tabbable.

## Changes

* Since `v#master` all `<object>` elements in Internet Explorer are not considered only tabbable anymore.
* Since `v#master` exceptions can be passed to `ally.is.onlyTabbable.rules(options)`.
* Since `v#master` the state of the `<iframe>` or `<object>` element in which the currently examined element is hosted in is considered.
* Since `v#master` elements must be [visible](./is/visible.md) to be considered only tabbable.
* Since `v1.1.0` all `<object>` elements in Internet Explorer are not considered only tabbable anymore.
* Since `v1.1.0` exceptions can be passed to `ally.is.onlyTabbable.rules(options)`.
* Since `v1.1.0` the state of the `<iframe>` or `<object>` element in which the currently examined element is hosted in is considered.
* Since `v1.1.0` elements must be [visible](./is/visible.md) to be considered only tabbable.


## Notes
Expand Down
8 changes: 4 additions & 4 deletions docs/api/is/tabbable.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ Boolean, `true` if the element is tabbable.

## Changes

* Since `v#master` matching of `SVGElement`s is done document-independent, to allow elements from other documents (e.g. from an iframe).
* Since `v#master` all `<iframe>` elements are considered focusable, not tabbable - except for IE9.
* Since `v#master` exceptions can be passed to `ally.is.tabbable.rules(options)`.
* Since `v#master` the state of the `<iframe>` or `<object>` element in which the currently examined element is hosted in is considered.
* Since `v1.1.0` matching of `SVGElement`s is done document-independent, to allow elements from other documents (e.g. from an iframe).
* Since `v1.1.0` all `<iframe>` elements are considered focusable, not tabbable - except for IE9.
* Since `v1.1.0` exceptions can be passed to `ally.is.tabbable.rules(options)`.
* Since `v1.1.0` the state of the `<iframe>` or `<object>` element in which the currently examined element is hosted in is considered.

## Notes

Expand Down
4 changes: 2 additions & 2 deletions docs/api/is/valid-area.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Boolean, `true` if the element is a valid area.

## Changes

* Since `v#master` the `<img usemap="#…" …>` is resolved in the same document `<map>` is from (e.g. within an iframe)
* Since `v#master` the existence of the `href` attribute is considered.
* Since `v1.1.0` the `<img usemap="#…" …>` is resolved in the same document `<map>` is from (e.g. within an iframe)
* Since `v1.1.0` the existence of the `href` attribute is considered.


## Notes
Expand Down
4 changes: 2 additions & 2 deletions docs/api/is/visible.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ Boolean, `true` if the element is visible (i.e. not hidden by CSS).

## Changes

* Since `v#master` exceptions can be passed to `ally.is.visible.rules(options)`.
* Since `v#master` the state of the hosting `<iframe>` or `<object>` element is considered.
* Since `v1.1.0` exceptions can be passed to `ally.is.visible.rules(options)`.
* Since `v1.1.0` the state of the hosting `<iframe>` or `<object>` element is considered.


## Notes
Expand Down
8 changes: 4 additions & 4 deletions docs/api/maintain/disabled.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ A [`<service>`](../concepts.md#Service) interface, providing the `handle.disenga

## Changes

* Since `v#master` changing `tabindex` attribute values are properly handled.
* Since `v#master` the `disengage()` method reverts elements within ShadowHosts to their previous state.
* Since `v#master` DOM mutations within `ShadowRoot`s are properly observed.
* Since `v#master` initially disabled elements are not accidentally enabled when disengaging the service.
* Since `v1.1.0` changing `tabindex` attribute values are properly handled.
* Since `v1.1.0` the `disengage()` method reverts elements within ShadowHosts to their previous state.
* Since `v1.1.0` DOM mutations within `ShadowRoot`s are properly observed.
* Since `v1.1.0` initially disabled elements are not accidentally enabled when disengaging the service.


## Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/api/maintain/tab-focus.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ A [`<service>`](../concepts.md#Service) interface, providing the `handle.disenga

## Changes

* Added in `v#master`.
* Added in `v1.1.0`.


## Notes
Expand Down
6 changes: 3 additions & 3 deletions docs/api/map/keycode.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ console.log('keycode of enter', ally.map.keycode.enter);

## Changes

* `v#master` replaced the key `command` by `meta`.
* `v#master` added `a` - `z`, `0` - `9`, `num-0` - `num-9`, `f13` - `f25`, `page-down`, `page-up`, `caps-lock`.
* `v#master` added `_alias` to resolve multiple keyCodes for the same logical key.
* `v1.1.0` replaced the key `command` by `meta`.
* `v1.1.0` added `a` - `z`, `0` - `9`, `num-0` - `num-9`, `f13` - `f25`, `page-down`, `page-up`, `caps-lock`.
* `v1.1.0` added `_alias` to resolve multiple keyCodes for the same logical key.


## Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/api/observe/shadow-mutations.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The callback is invoked with one argument, an `array` of [`MutationRecord`s](htt

## Changes

* Added in `v#master`.
* Added in `v1.1.0`.


## Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/api/query/first-tabbable.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var element = ally.query.firstTabbable({

## Changes

* Since `v#master` the option `includeOnlyTabbable` allows to skip the internal filter preventing this module from returning elements that cannot be focused by script.
* Since `v1.1.0` the option `includeOnlyTabbable` allows to skip the internal filter preventing this module from returning elements that cannot be focused by script.


## Notes
Expand Down
4 changes: 2 additions & 2 deletions docs/api/query/focusable.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ Array of [`HTMLElement`](https://developer.mozilla.org/en/docs/Web/API/HTMLEleme

## Changes

* Since `v#master` the `context` option can point to another document (e.g. `<body>` in an iframe)
* Since `v#master` the option `includeOnlyTabbable` allows to skip the internal filter preventing this module from returning elements that cannot be focused by script.
* Since `v1.1.0` the `context` option can point to another document (e.g. `<body>` in an iframe)
* Since `v1.1.0` the option `includeOnlyTabbable` allows to skip the internal filter preventing this module from returning elements that cannot be focused by script.


## Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/api/query/shadow-hosts.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Array of [`HTMLElement`](https://developer.mozilla.org/en/docs/Web/API/HTMLEleme

## Changes

* Added in `v#master`.
* Added in `v1.1.0`.


## Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/api/query/tabbable.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Array of [`HTMLElement`](https://developer.mozilla.org/en/docs/Web/API/HTMLEleme

## Changes

* Since `v#master` the option `includeOnlyTabbable` allows to skip the internal filter preventing this module from returning elements that cannot be focused by script.
* Since `v1.1.0` the option `includeOnlyTabbable` allows to skip the internal filter preventing this module from returning elements that cannot be focused by script.


## Notes
Expand Down
6 changes: 3 additions & 3 deletions docs/api/query/tabsequence.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ Array of [`HTMLElement`](https://developer.mozilla.org/en/docs/Web/API/HTMLEleme

## Changes

* Since `v#master` the module can move `<area>` elements to the place of the `<img>` elements they're referenced from.
* Since `v#master` the module can sort elements in [Shadow DOM](http://caniuse.com/#feat=shadowdom) localized to the `ShadowRoot`.
* Since `v#master` the option `includeOnlyTabbable` allows to skip the internal filter preventing this module from returning elements that cannot be focused by script.
* Since `v1.1.0` the module can move `<area>` elements to the place of the `<img>` elements they're referenced from.
* Since `v1.1.0` the module can sort elements in [Shadow DOM](http://caniuse.com/#feat=shadowdom) localized to the `ShadowRoot`.
* Since `v1.1.0` the option `includeOnlyTabbable` allows to skip the internal filter preventing this module from returning elements that cannot be focused by script.


## Notes
Expand Down
4 changes: 2 additions & 2 deletions docs/api/when/key.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ The callback is executed in the context of `context` (that's where `this` inside

## Changes

* `v#master` introduced the extended `<key-binding>` syntax (thereby changing the default modifier key behavior).
* `v#master` introduced the options `context` and `filter`.
* `v1.1.0` introduced the extended `<key-binding>` syntax (thereby changing the default modifier key behavior).
* `v1.1.0` introduced the options `context` and `filter`.


## Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/accessible-dialog.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ function closeDialog() {
}
```

* **NOTE:** [`ally.maintain.tabFocus`](../api/maintain/tab-focus.md) was added in version `v#master`.
* **NOTE:** [`ally.maintain.tabFocus`](../api/maintain/tab-focus.md) was added in version `v1.1.0`.

### Reacting to <kbd>Enter</kbd> and <kbd>Escape</kbd>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ally.js",
"version": "1.1.0-beta.5",
"version": "1.1.0",
"description": "JavaScript library to help web applications with accessibility concerns",
"main": "ally.min.js",
"npmName": "ally.js",
Expand Down

0 comments on commit f0f5858

Please sign in to comment.