Skip to content

Releases: PolymerElements/iron-location

v0.8.11

13 Jan 00:34
Compare
Choose a tag to compare
0.8.10 -> 0.8.11

v0.8.10

12 Jan 01:00
Compare
Choose a tag to compare
0.8.9 -> 0.8.10

v0.8.9

29 Sep 16:52
Compare
Choose a tag to compare
0.8.8 -> 0.8.9

v0.8.8

05 Aug 22:32
Compare
Choose a tag to compare
0.8.8

v0.8.7

03 Aug 18:09
Compare
Choose a tag to compare

v0.8.6

27 Jul 21:28
Compare
Choose a tag to compare
  • automatically encode all fields when writing to the URL, and decode when reading from the URL

v0.8.5

30 Jun 22:37
Compare
Choose a tag to compare
  • Links to the current page should neither navigate nor add an entry to the user's history. #43

v0.8.4

15 Jun 21:02
Compare
Choose a tag to compare
  • Redirects in the first 200ms after the iron-location is added to the page shouldn't result in new history entries.
  • Better align our link clicking behavior with the platform:
    • Links to the current page don't result in new history entries
    • If a click event on an anchor has had its default behavior already prevented by other code we no longer will navigate as a result of it.

v0.8.3

24 May 21:46
Compare
Choose a tag to compare
  • respect the target attribute on links
  • improve tests for link interception
  • also includes tedium obsessively updating the issue template >30 times

v0.8.2

21 Apr 04:31
Compare
Choose a tag to compare
  • handle synchronous redirects when the element first wakes up
  • add a url-bar to the demo when it's running in an iframe
  • support for running in a document with a baseURI, e.g. a jsbin with polygit
  • add a customized jsbin link for the docs and the issue template