Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Releases: PolymerElements/iron-location

v0.8.1

29 Mar 21:28
Compare
Choose a tag to compare
  • fixed compatibility with IE (IE doesn't have window.location.origin so we had to ponyfill)

Renaming to iron-location

23 Mar 00:38
Compare
Choose a tag to compare
  • Fixed demo to work under polyfill
  • Fire a location-changed event whenever we update the URL
  • Use test-fixture rather than calling lifecycle methods
  • Add iron-query-params
  • Renamed iron-page-url to iron-location

v0.7.3

01 Mar 21:21
Compare
Choose a tag to compare
  • correctly update bower.json -.-

v0.7.2

29 Feb 22:24
Compare
Choose a tag to compare
  • Fix urlSpaceRegex
  • Improve compilability

v0.7.1

21 Jan 23:17
Compare
Choose a tag to compare
  • Add license to main source file
  • Typo in demo/index.html

v0.7.0

09 Dec 19:21
Compare
Choose a tag to compare

Initial release!

Features bidirectional binding to the path, hash, and query sections of the URL.

Has history spam protection, only states which exist for >dwellTime will be added to the user's browser history.

Does the right thing when links are clicked.