Releases: w20-framework/w20
Releases · w20-framework/w20
v2.4.6
v2.4.5
- [fix] Run grunt on prepare instead of install.
v2.4.3
- [chg] Switch to Yarn as package manager (will preserve the dependency flat structure)
v2.4.2
- [chg] Update AngularJS to ^1.7.1
v2.4.1
- [fix] Fix hypermedia promise error after AngularJS 1.6+ migration.
v2.4.0
- [brk] Switched from Bower to NPM package manager
- [chg] Update AngularJS to ^1.6.9
- [chg] Update jQuery to ^3.0.0
v2.3.3
- [fix] Fix hypermedia link building in IE 11.
v2.3.2
- [chg] Add method
buildLink
to build links inNavigationService
.
v2.3.1
- [fix] Add missing entries in the angular locale object generated from globalize culture definition.
v2.3.0
- [new] Add support for HTML5 mode (pretty urls), which are disabled by default (you can enable them by setting the configuration property
prettyUrls
on moduleapplication
totrue
). - [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 (useful for development). - [new] Implement best-effort credentials cleanup for basic authentication (forcing the browser to forget credentials).
- [chg] Fallback to default culture when a translation is missing in active culture is no longer active by default. Sets
translationFallback
totrue
on theculture
module configuration to force the fallback behavior. - [brk] Remove
text
module which has been moved tow20-extras
add-on. - [fix] When translation fallback is active, always load default translations even when another culture is stored in preferences (#66).
- [fix] Fix translation of "Close all" notification dismiss link (#67).
- [fix] Catch JSON parsing error when persisted state is corrupted and fallback to default value (#68).
- [fix] Do not prevent
redirectAfterLogin
page to be shown after manual logout (#69).