Skip to content

Commit

Permalink
Merge pull request #422 from AnnMarieW/get-ready-for-0.15.0
Browse files Browse the repository at this point in the history
Get ready for 0.15.0
  • Loading branch information
AnnMarieW authored Nov 18, 2024
2 parents 54d7524 + f11b759 commit 5597d3a
Show file tree
Hide file tree
Showing 4 changed files with 543 additions and 695 deletions.
21 changes: 10 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
# Change Log

# Unreleased
# 0.15.0

### Changed
- **Breaking Change:** Renamed `DatePicker` to `DatePickerInput` so component names are aligned with the upstream Mantine library. #414 by @AnnMarieW
- Upgraded to latest Mantine (7.14.1)


### Added

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

- Enabled custom icons in `Checkbox` Added `icon` and `indeterminateIcon` props #408 by @snehilvj
- New props: `barLabelColor` for the `BarChart` and `restrictToMarks` for the `Slider` #416 by @AnnMarieW

### Changed
- **Breaking Change:** Renamed `DatePicker` to `DatePickerInput` so component names are aligned with the upstream Mantine library. #414 by @AnnMarieW


- Added `position` prop to `Notification #419 by @AnnMarieW

### Fixed
- In MultiSelect, enable the debounce to work when deleting items when the dropdown is closed when debounce is a number. #407 by @AnnMarieW
- In MultiSelect and Select, fixed regression where it was not possible to update both the value and data in the same callback #412
- Fixed console warning in Tooltip component by adding a key to the wrapper Box element #418 by @AnnMarieW

### Changed
- Upgraded to latest Mantine (7.14.1)

# 0.14.7

Expand All @@ -35,7 +35,7 @@
- added `hoverData`, `hoverSeriesName`, `clickSeriesName` and `highlightHover` props to `AreaChart`, `LineChart`, `BarChart`, and `CompositeChart`
- added `hoverData`, `hoverSeriesName`, `clickSeriesName` to `PieChart`, `DonutChart`, `ScatterChart`
- New props for triggering dash callbacks on input components: `n_submit` `n_blur` #383 by @AnnMarieW
- Added `position` prop to `Notification #419 by @AnnMarieW



### Changed
Expand All @@ -47,7 +47,6 @@
- Prevent loading from empty `src` in `Avatar`. #372 by @mmarfat
- Enable base64 images in Avatar #379 by @AnnMarieW
- Fixed boxWrapperProps in the Hovercard #389 by @AnnMarieW
- Fixed React key warning in Tooltip component by adding a key to the wrapper Box element #418 by @AnnMarieW

# 0.14.6

Expand Down
Loading

0 comments on commit 5597d3a

Please sign in to comment.