Releases: pinecone-router/middleware-views
Releases · pinecone-router/middleware-views
v3.0.3
[3.0.3] - 2023-04-11
Fixed
- fix synchronise resource loading
v3.0.2
[3.0.2] - 2023-04-06
Fixed
- Await fetch operation inside the loop to prevent errors.
v3.0.1
[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
[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.0
Support for Alpine.js v3 and Pinecone Router v2
1.2.0
[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
Added
- allow routes without views
1.0.0
First stable version!
Changed
0.0.3
Added
- Support for Pinecone Router v0.3.0
Removed
- removed
x-views
in favor of Pinecone Settings.