Skip to content

Commit cd37d79

Browse files
chore(release): 19.13.0-alpha.1 [skip ci]
# [19.13.0-alpha.1](v19.12.0...v19.13.0-alpha.1) (2025-07-29) ### Bug Fixes * avoid Table with no data overlay covering other elements ([3ff6b5c](3ff6b5c)) * update import of toFormInputOption from Select to Form ([9e2cd18](9e2cd18)) ### Features * add RangeWithValue component with storybook integration ([2899126](2899126)) * allow customizable buffer percentage in range calculations ([83e3555](83e3555)) * export RangeWithValue component from index ([8e482db](8e482db)) * improve Select option types ([34b7ee3](34b7ee3))
1 parent 1f66a9e commit cd37d79

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+
# [19.13.0-alpha.1](https://github.com/mll-lab/react-components/compare/v19.12.0...v19.13.0-alpha.1) (2025-07-29)
2+
3+
4+
### Bug Fixes
5+
6+
* avoid Table with no data overlay covering other elements ([3ff6b5c](https://github.com/mll-lab/react-components/commit/3ff6b5c4f45e717bf6ec228209cb3aafb854fb13))
7+
* update import of toFormInputOption from Select to Form ([9e2cd18](https://github.com/mll-lab/react-components/commit/9e2cd1825adf4c5661d9cd408a8fe65e7e3fa0cd))
8+
9+
10+
### Features
11+
12+
* add RangeWithValue component with storybook integration ([2899126](https://github.com/mll-lab/react-components/commit/2899126069168e4c70fbddb5bf542c4abd62aa9a))
13+
* allow customizable buffer percentage in range calculations ([83e3555](https://github.com/mll-lab/react-components/commit/83e3555781febf5d733e201827cdf6ba65632aed))
14+
* export RangeWithValue component from index ([8e482db](https://github.com/mll-lab/react-components/commit/8e482db8d10186ad5012babcaca2f0659fb4e8e0))
15+
* improve Select option types ([34b7ee3](https://github.com/mll-lab/react-components/commit/34b7ee3b5fe61da756073e81e1d0687ae947333c))
16+
117
# [19.12.0](https://github.com/mll-lab/react-components/compare/v19.11.0...v19.12.0) (2025-07-29)
218

319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mll-lab/react-components",
33
"description": "Shared React components of MLL",
4-
"version": "19.12.0",
4+
"version": "19.13.0-alpha.1",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",
77
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)