Skip to content

Commit 44248d8

Browse files
committed
chore(release): 2.6.0 [skip ci]
1 parent 73c98d3 commit 44248d8

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [2.6.0](https://github.com/Tracktor/treege-consumer/compare/2.5.2...2.6.0) (2025-09-01)
6+
7+
8+
### Features
9+
10+
* refactor DynamicSelect to use FormControl and forwardRef for improved structure and accessibility ([9db70eb](https://github.com/Tracktor/treege-consumer/commit/9db70eb6001af63e47f312ed0615ed5ecb54bbe5))
11+
12+
13+
### Bug Fixes
14+
15+
* update ancestorRef initialization to use null instead of undefined for better type handling ([388f474](https://github.com/Tracktor/treege-consumer/commit/388f474d6d940ef47950abd3e71cb553f441ce49))
16+
517
## [2.5.2](https://github.com/Tracktor/treege-consumer/compare/2.5.1...2.5.2) (2025-07-18)
618

719

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "treege-consumer",
33
"description": "A React library to consume easily form generated from Tree",
4-
"version": "2.5.2",
4+
"version": "2.6.0",
55
"type": "module",
66
"types": "dist/main.d.ts",
77
"main": "dist/main.umd.cjs",

0 commit comments

Comments
 (0)