Skip to content

Commit

Permalink
Merge pull request #447 from AnnMarieW/update-changelog
Browse files Browse the repository at this point in the history
update changelog for 0.15.1 release
  • Loading branch information
AnnMarieW authored Dec 6, 2024
2 parents cba7b26 + 2df8ff4 commit 5292318
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
# Change Log
# Unreleased

# 0.15.1

### Added

- Added `disabled` prop to `Radio` #425 by @namakshenas
- Added `lineSize` prop to `Burger` #432 by @ChinoUkaegbu
- Added `SemiCircleProgress` component #434 by @AnnMarieW

- Added the `add_figure_templates()` function which creates Mantine-styled Plotly figure templates for
both light and dark modes using the default Mantine theme. It registers the templates with plotly.io.templates as
"mantine_light" and "mantine_dark", and optionally sets one of the themes as a default. #431 by @AnnMarie

- Added various props: `acceptValueOnBlur` to `TagsInput`, `gradient` to `LineChart`, `hideWithOnePage` to `Pagination`, `name` to `Avatar`, and `disabled` to `NumberInput`. #440 by @AnnMarieW
- Added various props: `acceptValueOnBlur` to `TagsInput`, `gradient` to `LineChart`, `hideWithOnePage` to `Pagination`,
`name` to `Avatar`, and `disabled` to `NumberInput`. #440 by @AnnMarieW

- Added `SemiCircleProgress` component #434 by @AnnMarieW


### Fixed
Expand Down

0 comments on commit 5292318

Please sign in to comment.