Skip to content

Commit 5597d3a

Browse files
authored
Merge pull request snehilvj#422 from AnnMarieW/get-ready-for-0.15.0
Get ready for 0.15.0
2 parents 54d7524 + f11b759 commit 5597d3a

File tree

4 files changed

+543
-695
lines changed

4 files changed

+543
-695
lines changed

CHANGELOG.md

+10-11
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
# Change Log
22

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+
49

510
### Added
611

7-
- New additons to Date components #405 by @AnnMarieW
12+
- New additions to Date components #405 by @AnnMarieW
813
- `DatePicker` - The `debounce` prop can now be `True` `False` or `number` of ms delay before updating. When True, the value updates on blur.
914
- Added missing `highlightToday` prop on all Date components with calendars.
1015
- `DateInput` updates properly now when clearable=True
1116

1217
- Enabled custom icons in `Checkbox` Added `icon` and `indeterminateIcon` props #408 by @snehilvj
1318
- 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
1920

2021
### Fixed
2122
- In MultiSelect, enable the debounce to work when deleting items when the dropdown is closed when debounce is a number. #407 by @AnnMarieW
2223
- 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
2325

24-
### Changed
25-
- Upgraded to latest Mantine (7.14.1)
2626

2727
# 0.14.7
2828

@@ -35,7 +35,7 @@
3535
- added `hoverData`, `hoverSeriesName`, `clickSeriesName` and `highlightHover` props to `AreaChart`, `LineChart`, `BarChart`, and `CompositeChart`
3636
- added `hoverData`, `hoverSeriesName`, `clickSeriesName` to `PieChart`, `DonutChart`, `ScatterChart`
3737
- 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+
3939

4040

4141
### Changed
@@ -47,7 +47,6 @@
4747
- Prevent loading from empty `src` in `Avatar`. #372 by @mmarfat
4848
- Enable base64 images in Avatar #379 by @AnnMarieW
4949
- 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
5150

5251
# 0.14.6
5352

0 commit comments

Comments
 (0)