Skip to content

Commit

Permalink
Fix templates not rendering inside target after revist (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
rehhouari committed Jan 6, 2024
1 parent ff4629a commit b6c4317
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 18 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


## [4.1.1] - 2024-01-06

### Fixed

- Fixed template not rendering inside the target element after revisiting the page
- Fixed loading event not being sent after preloading page finishes loading.

## [4.1.0] - 2024-01-06

### Fixed
Expand Down Expand Up @@ -288,3 +295,4 @@ It's mostly backward compatible but need a few tweaks:
[4.0.2]: https://github.com/pinecone-router/router/compare/4.0.1..4.0.2
[4.0.3]: https://github.com/pinecone-router/router/compare/4.0.2..4.0.3
[4.1.0]: https://github.com/pinecone-router/router/compare/4.0.3..4.1.0
[4.1.1]: https://github.com/pinecone-router/router/compare/4.1.0..4.1.1
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<img src="https://github.com/pinecone-router/router/blob/main/.github/pinecone-router-social-card-alt-big.png?raw=true" title="Pinecone Router logo with the text: The extendable client-side router for Alpine.js">
</p>

[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/pinecone-router/router?color=%2337C8AB&label=version&sort=semver)](https://github.com/pinecone-router/router/tree/4.1.0)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/pinecone-router?color=37C8AB)](https://bundlephobia.com/[email protected].0)
[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/pinecone-router/router?color=%2337C8AB&label=version&sort=semver)](https://github.com/pinecone-router/router/tree/4.1.1)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/pinecone-router?color=37C8AB)](https://bundlephobia.com/[email protected].1)
[![Downloads from JSDelivr](https://data.jsdelivr.com/v1/package/npm/pinecone-router/badge?style=rounded)](https://www.jsdelivr.com/package/npm/pinecone-router)
[![npm](https://img.shields.io/npm/dm/pinecone-router?color=37C8AB&label=npm&logo=npm&logoColor=37C8AB)](https://npmjs.com/package/pinecone-router)
[![Changelog](https://img.shields.io/badge/change-log-%2337C8AB)](/CHANGELOG.md)
Expand Down
2 changes: 1 addition & 1 deletion dist/router.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/router.esm.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit b6c4317

Please sign in to comment.