Skip to content

Commit f014072

Browse files
chore(release): 4.2.1 [skip ci]
## [4.2.1](v4.2.0...v4.2.1) (2025-05-04) ### Bug Fixes * allow html element ref to be null ([ef57237](ef57237)) * form group spacing ([54397ef](54397ef)) * form spacing ([8581bd9](8581bd9)) * set default button cursor to pointer ([d00545f](d00545f)) * set onBeforeSubmit to null to prevent implicit handler in stories ([1318990](1318990)) * set text-align in otp ([3387d0d](3387d0d))
1 parent 88c7f3e commit f014072

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [4.2.1](https://github.com/DouglasNeuroInformatics/libui/compare/v4.2.0...v4.2.1) (2025-05-04)
4+
5+
### Bug Fixes
6+
7+
* allow html element ref to be null ([ef57237](https://github.com/DouglasNeuroInformatics/libui/commit/ef5723720601374085e0d5e0f0de6ce488879c64))
8+
* form group spacing ([54397ef](https://github.com/DouglasNeuroInformatics/libui/commit/54397efa51e5fdeee24249f35e8806870acf0a11))
9+
* form spacing ([8581bd9](https://github.com/DouglasNeuroInformatics/libui/commit/8581bd93cfb30c117a071eb72330ed5d3b2ded6d))
10+
* set default button cursor to pointer ([d00545f](https://github.com/DouglasNeuroInformatics/libui/commit/d00545fdfc00eaf3b50f868100ec50abf53226bd))
11+
* set onBeforeSubmit to null to prevent implicit handler in stories ([1318990](https://github.com/DouglasNeuroInformatics/libui/commit/13189902c77153c284036ae1d741a95596d1221b))
12+
* set text-align in otp ([3387d0d](https://github.com/DouglasNeuroInformatics/libui/commit/3387d0d3466dc1e4c6c2f42a0681ac775c09e943))
13+
314
## [4.2.0](https://github.com/DouglasNeuroInformatics/libui/compare/v4.1.1...v4.2.0) (2025-04-23)
415

516
### Features

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.2.0",
4+
"version": "4.2.1",
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)