Skip to content

Commit 9e76aa0

Browse files
committed
Bump version to: 0.15.0
1 parent ed68403 commit 9e76aa0

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.15.0
4+
5+
### Bug Fixes
6+
7+
- Fix `renderOne` skipping update callback on subsequent calls without data (shared null reference caused identity check to short-circuit)
8+
9+
### Refactoring
10+
11+
- Align `getElement`/`getElements` generics with `one`/`many` pattern: separate overloads for tag-name and element-type instead of `E extends keyof HTMLElementTagNameMap`
12+
313
## 0.14.0
414

515
### Refactoring

packages/nanotags/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nanotags",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"description": "Tiny Custom Elements wrapper with nanostores reactivity. No Shadow DOM, typesafe builder, props/refs, automatic cleanup, all under 3 KB.",
55
"keywords": [
66
"astro",

0 commit comments

Comments
 (0)