Skip to content

Commit aa483fc

Browse files
committed
chore: Add changelog for 0.0.52
1 parent 4997916 commit aa483fc

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.0.52] - 2026-02-07
9+
10+
### Added
11+
12+
- **Extensible Category System**: `NodeCategory` is now an open string type, allowing custom categories beyond the built-in set
13+
- Built-in categories remain available as typed suggestions via `BuiltinNodeCategory`
14+
- New `/categories` API endpoint returns category metadata (name, label, icon, color, weight)
15+
- Categories are fetched at initialization and stored in a Svelte store with built-in defaults as fallbacks
16+
- New `defaultCategories` config provides built-in category definitions with icons, colors, and sort weights
17+
- `NodeSidebar` now derives grouping from the categories store instead of hardcoded logic
18+
819
## [0.0.51] - 2026-02-06
920

1021
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@d34dman/flowdrop",
33
"license": "MIT",
44
"private": false,
5-
"version": "0.0.51",
5+
"version": "0.0.52",
66
"scripts": {
77
"dev": "vite dev",
88
"build": "vite build && npm run prepack",

0 commit comments

Comments
 (0)