- [new] Add support for HTML5 mode (pretty urls)
- [new] Add the ability to specify an
optional
attribute on any fragment configuration, allowing application to load anyway. - [new] Add the ability to specify an
ignore
attribute on any fragment configuration to avoid loading it. - [brk] Remove
text
module which has been moved tow20-extras
add-on.
- [fix] Remove usage of non-standard
trimLeft
andtrimRight
functions inw20.js
- [fix] Prevent redirection after login from applying if browsing session is already active (like after a full page refresh).
- [new] Improve error handling when the configuration resource is corrupt.
- [new] The loader can now play nice when the backend resources are protected against XSRF (uses AngularJS XSRF default cookie and header names).
- [new] Add
getContentShift()
accessor onDisplayService
to retrieve the content shifting values programmaticaly. - [fix] Fix showdown dependency in
text
module.
- [fix] Fix i18n data.
- [brk] Merged w20-ui fragment into w20-core and refactored other fragments as add-ons.
- [new] Initial Open-Source release.