Skip to content

Commit 7ea436e

Browse files
chore(release): 4.1.0 [skip ci]
## [4.1.0](v4.0.2...v4.1.0) (2025-04-19) ### Features * add beforeSubmit callback to form ([67710bf](67710bf)) ### Bug Fixes * add customStyles option to Form ([c98db6c](c98db6c)) * add id to NumberFieldInput ([e311485](e311485)) * allow inline optional inline translations ([a03d6ce](a03d6ce)) * dialog styles ([b06902c](b06902c)) * remove border color interop ([b802dcd](b802dcd)) * set cursor for Button ([2b122e5](2b122e5))
1 parent 1841c00 commit 7ea436e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## [4.1.0](https://github.com/DouglasNeuroInformatics/libui/compare/v4.0.2...v4.1.0) (2025-04-19)
4+
5+
### Features
6+
7+
* add beforeSubmit callback to form ([67710bf](https://github.com/DouglasNeuroInformatics/libui/commit/67710bf474fc99a95f4ea2441a1b0e279a5c7380))
8+
9+
### Bug Fixes
10+
11+
* add customStyles option to Form ([c98db6c](https://github.com/DouglasNeuroInformatics/libui/commit/c98db6c5556effe107260370dadf0fe08375cf08))
12+
* add id to NumberFieldInput ([e311485](https://github.com/DouglasNeuroInformatics/libui/commit/e3114852566f9994f09a6afaa70cbd29839ba97d))
13+
* allow inline optional inline translations ([a03d6ce](https://github.com/DouglasNeuroInformatics/libui/commit/a03d6ceca0fd10128d948e4f802d212ac4c72586))
14+
* dialog styles ([b06902c](https://github.com/DouglasNeuroInformatics/libui/commit/b06902c7ae3751fd2d763067e7b5023686590fff))
15+
* remove border color interop ([b802dcd](https://github.com/DouglasNeuroInformatics/libui/commit/b802dcd8cfedd813979379f8821ab71d49cbfdef))
16+
* set cursor for Button ([2b122e5](https://github.com/DouglasNeuroInformatics/libui/commit/2b122e5be36ddd27767a1ff747d2f6d0e32aed20))
17+
318
## [4.0.2](https://github.com/DouglasNeuroInformatics/libui/compare/v4.0.1...v4.0.2) (2025-04-04)
419

520
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@douglasneuroinformatics/libui",
33
"type": "module",
4-
"version": "4.0.2",
4+
"version": "4.1.0",
55
"packageManager": "[email protected]",
66
"description": "Generic UI components for DNP projects, built using React and Tailwind CSS",
77
"author": "Joshua Unrau",

0 commit comments

Comments
 (0)