Skip to content

Releases: craftedbygc/taxi

1.6.0 - inline style reloading support

15 May 20:26
Compare
Choose a tag to compare

Taxi now supports reloading of inline <style> tags on target pages, so should have better Astro support by proxy.

Merges in the work done by @DominickVale in #24.

1.5.2

05 Mar 21:14
Compare
Choose a tag to compare

Rebundle 馃崙

1.5.1

06 Sep 20:13
Compare
Choose a tag to compare

Hot fix for regression introduced in 1.5.0 which broke anchor link history behaviour.

1.5.0

09 Aug 20:39
Compare
Choose a tag to compare

Per page/per component CSS now supported in the same way js is, via the new reloadCssFilter option.

Closes #6

1.4.0

31 Jul 19:31
Compare
Choose a tag to compare

Server-side redirects are now followed and the window history is replacedcorrectly to reflect the final URL in the redirect chain

1.4.0-rc redirect following

15 Jul 11:07
Compare
Choose a tag to compare
Pre-release

Release candidate for allowing redirects to be followed and the window history to be updated correctly to reflect the final URL in the redirect chain

1.3.0

01 Jun 21:18
Compare
Choose a tag to compare
  1. Added a new consturctor param: enablePrefetch which defaults to true.
  2. Default behaviour is now to prefetch the HTML of a URL when a user hovers or focuses on a link. This is to reduce load time of that URL if a user clicks.
  3. Improved typings thanks to @tobimori

Closes #13

1.2.2

05 Dec 19:05
Compare
Choose a tag to compare

updateCache method now accepts an optional param to specify the URL to update, and now correctly works when updating cache for a URL which did not already exist in the cache.

See issue #8 .

1.2.1

05 Dec 19:02
Compare
Choose a tag to compare

A better error is provided when transitioning to a page which has a data-taxi-view defined in the HTML, but not in Taxi.

1.2.0

03 Nov 22:40
Compare
Choose a tag to compare

Added bypassCache as a new option when initing Taxi, and also added support for data-taxi-nocache.

Some websites feature regularly changing content, and managing the cache programatically is a pain. This update hopefully makes it a bit easier!