Skip to content

Commit 4317434

Browse files
chore(release): 19.15.0-alpha.1 [skip ci]
# [19.15.0-alpha.1](v19.14.1...v19.15.0-alpha.1) (2025-10-28) ### Bug Fixes * adjust z-index for table placeholder to prevent overlay issues ([68da57b](68da57b)) * allow disabled ([37dd142](37dd142)) * avoid Table with no data overlay covering other elements ([3ff6b5c](3ff6b5c)) * generic label ([b64e82f](b64e82f)) * generic type FilterOptionFunction ([41cb04a](41cb04a)) * options is an Array ([a4b8691](a4b8691)) * options is an Array ([7d508b7](7d508b7)) * OptionType and GroupedOptionType with generics ([9189668](9189668)) * simplify SelectProps ([4be6730](4be6730)) * UnpackArray ([2bbd6e5](2bbd6e5)) * UnpackNestedValue ([6972bfc](6972bfc)) * UnpackNestedValue ([5481369](5481369)) * UnpackNestedValue ([ac1f909](ac1f909)) * 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 FilterOptionFunction ([d2e719f](d2e719f)) * export RangeWithValue component from index ([8e482db](8e482db)) * improve Select option types ([34b7ee3](34b7ee3))
1 parent 0316f6b commit 4317434

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# [19.15.0-alpha.1](https://github.com/mll-lab/react-components/compare/v19.14.1...v19.15.0-alpha.1) (2025-10-28)
2+
3+
4+
### Bug Fixes
5+
6+
* adjust z-index for table placeholder to prevent overlay issues ([68da57b](https://github.com/mll-lab/react-components/commit/68da57bbc01e414ec369bda8594b42d26ea4f0fa))
7+
* allow disabled ([37dd142](https://github.com/mll-lab/react-components/commit/37dd1424c683b3636150b31ae7ae37bf2090b203))
8+
* avoid Table with no data overlay covering other elements ([3ff6b5c](https://github.com/mll-lab/react-components/commit/3ff6b5c4f45e717bf6ec228209cb3aafb854fb13))
9+
* generic label ([b64e82f](https://github.com/mll-lab/react-components/commit/b64e82fed7673b33c9228d6698f71eb0da65ca12))
10+
* generic type FilterOptionFunction ([41cb04a](https://github.com/mll-lab/react-components/commit/41cb04ace84cd628fd62867a81da04fc2f386146))
11+
* options is an Array ([a4b8691](https://github.com/mll-lab/react-components/commit/a4b86912ea7670b2fa67018763a539555a1b18db))
12+
* options is an Array ([7d508b7](https://github.com/mll-lab/react-components/commit/7d508b77cfc30f0a3fe8463e76a6a9068079819d))
13+
* OptionType and GroupedOptionType with generics ([9189668](https://github.com/mll-lab/react-components/commit/9189668484d025309e6040f12ec7e9177ce67174))
14+
* simplify SelectProps ([4be6730](https://github.com/mll-lab/react-components/commit/4be6730c6d450cc5f0506cb0b9fc23cddc42274b))
15+
* UnpackArray ([2bbd6e5](https://github.com/mll-lab/react-components/commit/2bbd6e5a84176dc40401c0e9416a2f72d5da887c))
16+
* UnpackNestedValue ([6972bfc](https://github.com/mll-lab/react-components/commit/6972bfc39baa42e566ecc91335ce85a6bf4fddfa))
17+
* UnpackNestedValue ([5481369](https://github.com/mll-lab/react-components/commit/548136918eb8dab7ffcb9ba0170563b666e1ac45))
18+
* UnpackNestedValue ([ac1f909](https://github.com/mll-lab/react-components/commit/ac1f9096329211a6915ba66361e06dab1ecba3bf))
19+
* update import of toFormInputOption from Select to Form ([9e2cd18](https://github.com/mll-lab/react-components/commit/9e2cd1825adf4c5661d9cd408a8fe65e7e3fa0cd))
20+
21+
22+
### Features
23+
24+
* add RangeWithValue component with storybook integration ([2899126](https://github.com/mll-lab/react-components/commit/2899126069168e4c70fbddb5bf542c4abd62aa9a))
25+
* allow customizable buffer percentage in range calculations ([83e3555](https://github.com/mll-lab/react-components/commit/83e3555781febf5d733e201827cdf6ba65632aed))
26+
* export FilterOptionFunction ([d2e719f](https://github.com/mll-lab/react-components/commit/d2e719f62284934184126a08ef2b006bba554010))
27+
* export RangeWithValue component from index ([8e482db](https://github.com/mll-lab/react-components/commit/8e482db8d10186ad5012babcaca2f0659fb4e8e0))
28+
* improve Select option types ([34b7ee3](https://github.com/mll-lab/react-components/commit/34b7ee3b5fe61da756073e81e1d0687ae947333c))
29+
130
## [19.14.1](https://github.com/mll-lab/react-components/compare/v19.14.0...v19.14.1) (2025-09-30)
231

332

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.14.1",
4+
"version": "19.15.0-alpha.1",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",
77
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)