Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/agera/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.0](https://github.com/TrigenSoftware/nano_kit/compare/agera@1.0.0-alpha.5...agera@1.0.0) (2026-03-13)

### Features

* export ExternalModesBase to create modes in external packages ([c8d0569](https://github.com/TrigenSoftware/nano_kit/commit/c8d0569a8b041b0ace3413a53fc935bd3c621eeb))

## [1.0.0-alpha.5](https://github.com/TrigenSoftware/nano_kit/compare/agera@1.0.0-alpha.4...agera@1.0.0-alpha.5) (2026-02-15)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/agera/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "agera",
"type": "module",
"version": "1.0.0-alpha.5",
"version": "1.0.0",
"description": "A small push-pull based signal library based on alien-signals algorithm.",
"author": "dangreen",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/kida/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.0](https://github.com/TrigenSoftware/nano_kit/compare/kida@1.0.0-alpha.6...kida@1.0.0) (2026-03-13)

### Features

* `subscribeAny` and `isEmpty` are moved from nanoviews, `get` util and `DependencyNotFound` error class are added ([1734be8](https://github.com/TrigenSoftware/nano_kit/commit/1734be81037ba01ca6d5dc943d18a6c7571145d0))

## [1.0.0-alpha.6](https://github.com/TrigenSoftware/nano_kit/compare/kida@1.0.0-alpha.5...kida@1.0.0-alpha.6) (2026-02-15)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/kida/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kida",
"type": "module",
"version": "1.0.0-alpha.6",
"version": "1.0.0",
"description": "A small state management library inspired by Nano Stores.",
"author": "dangreen",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/nanoviews/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.0](https://github.com/TrigenSoftware/nano_kit/compare/nanoviews@1.0.0-alpha.5...nanoviews@1.0.0) (2026-03-13)

### Features

* move `isEmpty` and `subscribeAny` to kida ([3470bbe](https://github.com/TrigenSoftware/nano_kit/commit/3470bbe77908e0438f016fc01f4528cbd5c1f526))

## [1.0.0-alpha.5](https://github.com/TrigenSoftware/nano_kit/compare/nanoviews@1.0.0-alpha.4...nanoviews@1.0.0-alpha.5) (2026-02-15)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/nanoviews/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nanoviews",
"type": "module",
"version": "1.0.0-alpha.5",
"version": "1.0.0",
"description": "A small Direct DOM library for creating user interfaces.",
"author": "dangreen",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.0](https://github.com/TrigenSoftware/nano_kit/compare/query@1.0.0-alpha.1...query@1.0.0) (2026-03-13)

### Features

* `hydratable` extension, `persistence` extension and `indexedDbStorage` persistent adapter ([5bd7219](https://github.com/TrigenSoftware/nano_kit/commit/5bd721948202c8eb95eff33a9de545490a07a7e8))

## [1.0.0-alpha.1](https://github.com/TrigenSoftware/nano_kit/compare/query@1.0.0-alpha.0...query@1.0.0-alpha.1) (2026-02-16)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nano_kit/query",
"type": "module",
"version": "1.0.0-alpha.1",
"version": "1.0.0",
"description": "A small and powerful remote data manager for @nano_kit/store state manager.",
"author": "dangreen",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/react-router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.0](https://github.com/TrigenSoftware/nano_kit/compare/react-router@1.0.0-alpha.3...react-router@1.0.0) (2026-03-13)

### Features

* refactored to align vanilla router ssr capabilities ([163f991](https://github.com/TrigenSoftware/nano_kit/commit/163f991021dd80ccfe5d0da3e9fc490f5152b130))

### Bug Fixes

* fix listenLinks types ([205e70e](https://github.com/TrigenSoftware/nano_kit/commit/205e70e6e7cb8df5d796fa5df3a3ac9c7cedbfae))

## [1.0.0-alpha.3](https://github.com/TrigenSoftware/nano_kit/compare/react-router@1.0.0-alpha.2...react-router@1.0.0-alpha.3) (2026-02-16)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nano_kit/react-router",
"type": "module",
"version": "1.0.0-alpha.3",
"version": "1.0.0",
"description": "React integration for @nano_kit/router with code splitting, dependency injection, and state management.",
"author": "dangreen",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/react-ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.0 (2026-03-13)

### Features

* introduce ssr and react-ssr packages for server-side rendering capabilities in Nano Kit ([c44ef67](https://github.com/TrigenSoftware/nano_kit/commit/c44ef676887d14c678fb3df16f51d3486f7e1456))
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.0](https://github.com/TrigenSoftware/nano_kit/compare/react@1.0.0-alpha.5...react@1.0.0) (2026-03-13)

### Features

* fix argument type for `useSignal`, `useInjectionContext` hook ([2a5b1d7](https://github.com/TrigenSoftware/nano_kit/commit/2a5b1d7de04be53113b83f5a6170e76b289cd04a))

## [1.0.0-alpha.5](https://github.com/TrigenSoftware/nano_kit/compare/react@1.0.0-alpha.4...react@1.0.0-alpha.5) (2026-02-16)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nano_kit/react",
"type": "module",
"version": "1.0.0-alpha.5",
"version": "1.0.0",
"description": "Seamless integration between @nano_kit/store signals, dependency injection and React components.",
"author": "dangreen",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.0](https://github.com/TrigenSoftware/nano_kit/compare/router@1.0.0-alpha.6...router@1.0.0) (2026-03-13)

### Features

* remove `module()` wrapper, `page` and `layout` now supports module objects ([db93fde](https://github.com/TrigenSoftware/nano_kit/commit/db93fdefb0e55a39e1e7de78ffda3530854a8e76))
* ssr ready features like `Head$` and `Stores$` page methods, `precompose` util for optimized ssr ([dba0c3a](https://github.com/TrigenSoftware/nano_kit/commit/dba0c3a5e243c5c9b017c34df5d3c3952e58bcde))

### Bug Fixes

* fix listenLinks types ([205e70e](https://github.com/TrigenSoftware/nano_kit/commit/205e70e6e7cb8df5d796fa5df3a3ac9c7cedbfae))

## [1.0.0-alpha.6](https://github.com/TrigenSoftware/nano_kit/compare/router@1.0.0-alpha.5...router@1.0.0-alpha.6) (2026-02-16)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nano_kit/router",
"type": "module",
"version": "1.0.0-alpha.6",
"version": "1.0.0",
"description": "A small and powerful router for @nano_kit/store state manager.",
"author": "dangreen",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.0 (2026-03-13)

### Features

* introduce ssr and react-ssr packages for server-side rendering capabilities in Nano Kit ([c44ef67](https://github.com/TrigenSoftware/nano_kit/commit/c44ef676887d14c678fb3df16f51d3486f7e1456))
7 changes: 7 additions & 0 deletions packages/store/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.0](https://github.com/TrigenSoftware/nano_kit/compare/store@1.0.0-alpha.1...store@1.0.0) (2026-03-13)

### Features

* remove deprecated `channel` ([6418492](https://github.com/TrigenSoftware/nano_kit/commit/6418492fab2af060b0b42bfab8003ed9cda3b912))
* serialization -> hydration refactoring, `isHydrated` util to check signal state ([40b7aa5](https://github.com/TrigenSoftware/nano_kit/commit/40b7aa531de32acfb7c1f06413bb934ca4f4ae11))

## [1.0.0-alpha.1](https://github.com/TrigenSoftware/nano_kit/compare/store@1.0.0-alpha.0...store@1.0.0-alpha.1) (2026-02-16)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nano_kit/store",
"type": "module",
"version": "1.0.0-alpha.1",
"version": "1.0.0",
"description": "A lightweight state management library inspired by Nano Stores.",
"author": "dangreen",
"license": "MIT",
Expand Down