Skip to content

Commit 06e8bc6

Browse files
chore(release): 1.18.0 [skip ci]
# [1.18.0](v1.17.0...v1.18.0) (2025-05-14) ### Features * **editor:** add custom action cell to ControlsClientPage for navigation ([d8337ff](d8337ff)) * **editor:** enhance ControlsClientPage with createdAt and updatedAt fields ([5f2b4d6](5f2b4d6)) * **editor:** enhance ControlsClientPage with friendly date formatting and UI improvements ([960fd3c](960fd3c)) * **editor:** enhance ControlsClientPage with improved change tracking and UI feedback ([f680dff](f680dff)) * **editor:** enhance ControlsClientPage with improved search and sorting UI ([47db2bd](47db2bd)) * **editor:** enhance ControlsClientPage with new control creation and linking features ([8e23222](8e23222)) * **editor:** enhance ControlsClientPage with relational linking and UI improvements ([275b09e](275b09e)) * **editor:** enhance ControlsClientPage with search and sorting functionality ([05efcb0](05efcb0)) * **editor:** implement change tracking and row styling in ControlsClientPage ([3908e32](3908e32)) * **editor:** integrate react-datasheet-grid for enhanced controls management ([084e861](084e861))
1 parent 7f88757 commit 06e8bc6

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [1.18.0](https://github.com/trycompai/comp/compare/v1.17.0...v1.18.0) (2025-05-14)
2+
3+
4+
### Features
5+
6+
* **editor:** add custom action cell to ControlsClientPage for navigation ([d8337ff](https://github.com/trycompai/comp/commit/d8337ff7371308e9a4473370a920fe4c8921533b))
7+
* **editor:** enhance ControlsClientPage with createdAt and updatedAt fields ([5f2b4d6](https://github.com/trycompai/comp/commit/5f2b4d69eaa37182e5733ca452320845d8ee8ed7))
8+
* **editor:** enhance ControlsClientPage with friendly date formatting and UI improvements ([960fd3c](https://github.com/trycompai/comp/commit/960fd3cd5fedde952c18e855281acd2ed155ea44))
9+
* **editor:** enhance ControlsClientPage with improved change tracking and UI feedback ([f680dff](https://github.com/trycompai/comp/commit/f680dff7894961c6d02df0071088d4ad02fe2d43))
10+
* **editor:** enhance ControlsClientPage with improved search and sorting UI ([47db2bd](https://github.com/trycompai/comp/commit/47db2bdf9a02dd78c87b788b241f8e73fd99ea61))
11+
* **editor:** enhance ControlsClientPage with new control creation and linking features ([8e23222](https://github.com/trycompai/comp/commit/8e23222c195364499e85dd9e5d9b6489bb47fd26))
12+
* **editor:** enhance ControlsClientPage with relational linking and UI improvements ([275b09e](https://github.com/trycompai/comp/commit/275b09e33d269a22f33e35061e12eaf0b0ace781))
13+
* **editor:** enhance ControlsClientPage with search and sorting functionality ([05efcb0](https://github.com/trycompai/comp/commit/05efcb0a3043b877cee04677261b6b1de105107b))
14+
* **editor:** implement change tracking and row styling in ControlsClientPage ([3908e32](https://github.com/trycompai/comp/commit/3908e32075b6eda57bafe5406880dc603b7a5fc1))
15+
* **editor:** integrate react-datasheet-grid for enhanced controls management ([084e861](https://github.com/trycompai/comp/commit/084e861b0b0efc06c2e34fec3ffc66ccd4eee337))
16+
117
# [1.17.0](https://github.com/trycompai/comp/compare/v1.16.0...v1.17.0) (2025-05-14)
218

319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@
7676
"use-debounce": "^10.0.4",
7777
"zod": "^3.24.4"
7878
},
79-
"version": "1.17.0"
79+
"version": "1.18.0"
8080
}

0 commit comments

Comments
 (0)