Skip to content

Releases: Palindrom/palindrom-redirect

Make it work while disconnected from DOM

21 Nov 12:57
Compare
Choose a tag to compare

Fixed a bug when the url property or attribute was set while palindrom-redirect is not connected to DOM.

With this fix, palindrom-redirect will perform the redirection once connected to DOM.

Make it work in shadow DOM

29 Aug 13:00
Compare
Choose a tag to compare

Autonomous Custom Element v1

04 Jan 23:39
Compare
Choose a tag to compare
  • Changed the API to use Custom Elements V1,
  • Changed to autonomous elements, due to lack of polyfill support for customized built-ins,
    ⚠️ Please update your code to use <palindrom-redirect> instead of <link is="palindrom-redirect">.
  • Dropped backward compatibility with puppet-redirect,
  • Updated behavior for url property set to null (same as removeAttribute).

See #9

Dispatch proper event upon redirect

14 Nov 12:43
Compare
Choose a tag to compare

palindrom-redirect used to dispatch two events (palindrom-redirect-pushstate and puppet-redirect-pushstate) and this trigger Palindrom redirection twice causing a redundant request. From now on, it will dispatch a single event that matches its is attribute (palindrom-redirect-pushstate or puppet-redirect-pushstate).

Redirection after redirection fix

17 Oct 12:38
Compare
Choose a tag to compare

Release after merge with 0.6.0 version of Juicy/juicy-redirect

Rename to palindrom-redirect and deprecate puppet-redirect

01 Mar 15:03
Compare
Choose a tag to compare

`target` attribute

07 Dec 21:55
Compare
Choose a tag to compare

was added, to open pages in new tabs

0.1.3

15 Dec 13:22
Compare
Choose a tag to compare

Merge back changes from juicy-redirect 0.1.3:

  • Removed dependency on platform.js in bower.json