Skip to content

Releases: allink/softpage

v0.1.19

29 May 09:48

Choose a tag to compare

  • Updated superagent
  • Add GET parameter to url when requesting softpage #2

Use pushState instead of replaceState when opening a softpage

24 Oct 08:20

Choose a tag to compare

Best way would be to use history.back() when closing a softpage.
But this always emits a onpopstate event which then would cause a loop with closing the modal.

Base URL Update

20 Jul 08:37

Choose a tag to compare

Inconsistent browser history management (back AND forward) led to the decision to replace pushState with replaceState.

Now NONE of our modals can be closed or opened with the browser's history buttons. Which is not ideal but at least consistent.

v0.1.16

30 May 09:45

Choose a tag to compare

Added build

v0.1.15

29 May 11:49

Choose a tag to compare

Reload previous page when navigating back from reloaded softpage

v0.1.14

29 May 11:49

Choose a tag to compare

Bugfix window.onpopstate. Was not binded correctly to softpage object

v0.1.13

25 Apr 09:02

Choose a tag to compare

scroll top fix

v0.1.12

20 Apr 14:43

Choose a tag to compare

callback onPageLoaded now called when using softpage_content_id

v0.1.11

12 Apr 11:30

Choose a tag to compare

return value fix

v0.1.10

12 Apr 11:20

Choose a tag to compare

onBeforeClose callback added