|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -# Unreleased |
| 3 | +# 0.15.0 |
| 4 | + |
| 5 | +### Changed |
| 6 | +- **Breaking Change:** Renamed `DatePicker` to `DatePickerInput` so component names are aligned with the upstream Mantine library. #414 by @AnnMarieW |
| 7 | +- Upgraded to latest Mantine (7.14.1) |
| 8 | + |
4 | 9 |
|
5 | 10 | ### Added
|
6 | 11 |
|
7 |
| -- New additons to Date components #405 by @AnnMarieW |
| 12 | +- New additions to Date components #405 by @AnnMarieW |
8 | 13 | - `DatePicker` - The `debounce` prop can now be `True` `False` or `number` of ms delay before updating. When True, the value updates on blur.
|
9 | 14 | - Added missing `highlightToday` prop on all Date components with calendars.
|
10 | 15 | - `DateInput` updates properly now when clearable=True
|
11 | 16 |
|
12 | 17 | - Enabled custom icons in `Checkbox` Added `icon` and `indeterminateIcon` props #408 by @snehilvj
|
13 | 18 | - New props: `barLabelColor` for the `BarChart` and `restrictToMarks` for the `Slider` #416 by @AnnMarieW
|
14 |
| - |
15 |
| -### Changed |
16 |
| -- **Breaking Change:** Renamed `DatePicker` to `DatePickerInput` so component names are aligned with the upstream Mantine library. #414 by @AnnMarieW |
17 |
| - |
18 |
| - |
| 19 | +- Added `position` prop to `Notification #419 by @AnnMarieW |
19 | 20 |
|
20 | 21 | ### Fixed
|
21 | 22 | - In MultiSelect, enable the debounce to work when deleting items when the dropdown is closed when debounce is a number. #407 by @AnnMarieW
|
22 | 23 | - In MultiSelect and Select, fixed regression where it was not possible to update both the value and data in the same callback #412
|
| 24 | +- Fixed console warning in Tooltip component by adding a key to the wrapper Box element #418 by @AnnMarieW |
23 | 25 |
|
24 |
| -### Changed |
25 |
| -- Upgraded to latest Mantine (7.14.1) |
26 | 26 |
|
27 | 27 | # 0.14.7
|
28 | 28 |
|
|
35 | 35 | - added `hoverData`, `hoverSeriesName`, `clickSeriesName` and `highlightHover` props to `AreaChart`, `LineChart`, `BarChart`, and `CompositeChart`
|
36 | 36 | - added `hoverData`, `hoverSeriesName`, `clickSeriesName` to `PieChart`, `DonutChart`, `ScatterChart`
|
37 | 37 | - New props for triggering dash callbacks on input components: `n_submit` `n_blur` #383 by @AnnMarieW
|
38 |
| -- Added `position` prop to `Notification #419 by @AnnMarieW |
| 38 | + |
39 | 39 |
|
40 | 40 |
|
41 | 41 | ### Changed
|
|
47 | 47 | - Prevent loading from empty `src` in `Avatar`. #372 by @mmarfat
|
48 | 48 | - Enable base64 images in Avatar #379 by @AnnMarieW
|
49 | 49 | - Fixed boxWrapperProps in the Hovercard #389 by @AnnMarieW
|
50 |
| -- Fixed React key warning in Tooltip component by adding a key to the wrapper Box element #418 by @AnnMarieW |
51 | 50 |
|
52 | 51 | # 0.14.6
|
53 | 52 |
|
|
0 commit comments