Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Releases: pinecone-router/middleware-views

v3.0.3

11 Apr 11:24
aabf478
Compare
Choose a tag to compare

[3.0.3] - 2023-04-11

Fixed

  • fix synchronise resource loading

v3.0.2

06 Apr 22:53
fa9e229
Compare
Choose a tag to compare

[3.0.2] - 2023-04-06

Fixed

  • Await fetch operation inside the loop to prevent errors.

v3.0.1

06 Apr 22:40
fedc480
Compare
Choose a tag to compare

[3.0.1] - 2023-04-06

Changed

  • Make it so fetch-error will be dispatched to #app or whatever viewSelector is set to in settings.

3.0.0

06 Apr 22:00
Compare
Choose a tag to compare

[3.0.0] - 2023-04-06

  • Added support for multiple views per route using an array (View Composition).
  • Removed caching views in memory, let the browser handle that.

2.0.1

13 Jan 11:35
2ac52c3
Compare
Choose a tag to compare

Update version number

2.0.0

04 Dec 09:20
Compare
Choose a tag to compare

Support for Alpine.js v3 and Pinecone Router v2

1.2.0

06 Jun 23:44
Compare
Choose a tag to compare

[1.2.0] - 2021-06-06

Added

  • Focus elements with the autofocus attributes on view load.
  • SSG support by not fetching content in the first load (conditional & non-breaking).

1.1.0

04 Jun 02:28
Compare
Choose a tag to compare

Added

  • allow routes without views

1.0.0

31 May 13:03
Compare
Choose a tag to compare

First stable version!

Changed

  • Switch to Typescript

0.0.3

08 May 00:44
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

Added

  • Support for Pinecone Router v0.3.0

Removed

  • removed x-views in favor of Pinecone Settings.