Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Releases: liferay/senna.js

v1.0.3

21 Apr 05:03
Compare
Choose a tag to compare

Fixes bug with having "/" route with base path #127

v1.0.2

13 Apr 21:16
Compare
Choose a tag to compare

Mutate styles hrefs to be unique for IE to prevent caching issues

v1.0.1

14 Mar 18:51
Compare
Choose a tag to compare

Always set virtual document id to the same as document.body

v1.0.0

03 Mar 18:08
Compare
Choose a tag to compare

Adds responseURL fallback for RequestScreen
Remove url uniqueness before update history state

v1.0.0-alpha.6

25 Feb 00:40
Compare
Choose a tag to compare
v1.0.0-alpha.6 Pre-release
Pre-release

Should not capture form element when submit event was prevented
Adds allowPreventNavigate
Should not remove loading css class on navigate if there is pending navigate
Improves navigate waiting to only wait for the same path
Checks if screen exists for path before removing

v1.0.0-alpha.5

19 Feb 19:40
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release

Exposes App.getPath and App.canNavigate methods
Moves utils methods into its own file

v1.0.0-alpha.4

18 Feb 14:12
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

Fixes to clear screen cache for activeScreen but not remove it
Waits for pending navigation if navigate to the same path
Simplifies app.removeScreen method and make it public
Reuses existing surface child element when possible
Adds support for tracking head page resources as temporary and permanent
Adds screen lifecycle (evaluateStyles/evaluateScripts)

v1.0.0-alpha.3

09 Feb 20:29
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

Changes imports to reference new Metal.js modules
Should not cache get requests on IE or Edge browsers
Should set redirect path if history path was redirected
Fixes beforeNavigate does not contains captured form

v1.0.0-alpha.2

03 Feb 20:54
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

Should not capture form if navigate fails when submitting forms
Tests fixed for supported browsers

v1.0.0-alpha.1

25 Jan 22:33
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

Fixes scripts evaluation to happen after screen flip