Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Commit 4f23e15

Browse files
Merge pull request #44 from giard-alexandre/release-please--branches--main
chore(main): release 0.7.0
2 parents df0fae2 + ce9f32a commit 4f23e15

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [0.7.0](https://github.com/giard-alexandre/DynamicTreeDataGrid/compare/v0.6.1...v0.7.0) (2024-10-18)
4+
5+
6+
### 🚀 Features
7+
8+
* add column sort direction ([fb4996d](https://github.com/giard-alexandre/DynamicTreeDataGrid/commit/fb4996dfe4b16ed68a4435b4071ca8cf72941fdc))
9+
* add gridsource options ([bd01aa2](https://github.com/giard-alexandre/DynamicTreeDataGrid/commit/bd01aa2a30d8a1ab52ead233bf7103724804dfaf))
10+
* add gridsource options ([eb81c62](https://github.com/giard-alexandre/DynamicTreeDataGrid/commit/eb81c62b7852b4d5603c0145c2fb68db9bd60c9c))
11+
* resort on observable ([fb0cb4f](https://github.com/giard-alexandre/DynamicTreeDataGrid/commit/fb0cb4fddfabcf1d9f61b9e508b1f8570530c1f2))
12+
* sort column when state applied ([061a10c](https://github.com/giard-alexandre/DynamicTreeDataGrid/commit/061a10c0fa9967ea151d88932b7a34c0f2d18224))
13+
* wip apply sort state ([9f92ae6](https://github.com/giard-alexandre/DynamicTreeDataGrid/commit/9f92ae6c65cc3bdad7ce8e14fb1fc2005a5ede38))
14+
* wire up full grid state ([2c6b85b](https://github.com/giard-alexandre/DynamicTreeDataGrid/commit/2c6b85b950d73dba47338429f540238264a95c28))
15+
16+
17+
### 🐛 Bug Fixes
18+
19+
* column state apply ([6ba54c0](https://github.com/giard-alexandre/DynamicTreeDataGrid/commit/6ba54c04d65a3f0e5e0ca6da1fda688b0cc2d06a))
20+
* properly emit source on first time ([6039573](https://github.com/giard-alexandre/DynamicTreeDataGrid/commit/6039573f1d7d2a0537c5c77e67608a3ff5f14dde))
21+
* sort application ([275dc87](https://github.com/giard-alexandre/DynamicTreeDataGrid/commit/275dc8769f546be85ea5c89e75ee31b68c02fcda))
22+
323
## [0.6.1](https://github.com/giard-alexandre/DynamicTreeDataGrid/compare/v0.6.0...v0.6.1) (2024-10-14)
424

525

release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.1"
2+
".": "0.7.0"
33
}

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageLicenseExpression>MIT</PackageLicenseExpression>
99
<Authors>Alexandre Giard</Authors>
1010
<!--x-release-please-start-version-->
11-
<Version>0.6.1</Version>
11+
<Version>0.7.0</Version>
1212
<!--x-release-please-end-->
1313
<!-- TODO: Sign? -->
1414
<!-- <SignAssembly>True</SignAssembly>-->

0 commit comments

Comments
 (0)