Aria Templates 1.4.10 is now available!
We’re happy to inform that Aria Templates 1.4.10 has been released.
Here are the key highlights:
- Animations for HTML elements
HTML element animations implemented for several (style and non-style) properties listed in EffectsConfig.js
See #736 - Dialog widget now contains a bindable moveable property
This commit adds the possibility to bind the movable property of a dialog widget to the data model.
See #708
Deprecated features
The following features are now deprecated but still supported.
- Section, Tooltip, Tabpanel and Dialog used as a container.
These AT elements shouldn’t be used as a container, as they raise a lot of drawbacks. See http://ariatemplates.com/blog/2013/09/deprecation-of-the-section-used-as-a-container/
- contentMacro in @aria:Dialog.
To improve the consistency with the other widgets,
contentMacro
has been renamed tomacro
in Dialog configuration.
If you want to see the the full list of changes, you can have a look at the list of commits on GitHub.