Skip to content

v2.3.0

Compare
Choose a tag to compare
@adrienlauer adrienlauer released this 26 Apr 17:48
· 74 commits to master since this release
  • [new] Add support for HTML5 mode (pretty urls), which are disabled by default (you can enable them by setting the configuration property prettyUrls on module application to true).
  • [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 to true on the culture module configuration to force the fallback behavior.
  • [brk] Remove text module which has been moved to w20-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).