You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+7
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,16 @@
4
4
### Added
5
5
6
6
- Added `disabled` prop to `Radio`#425 by @namakshenas
7
+
8
+
- Added the `add_figure_templates()` function which creates Mantine-styled Plotly figure templates for
9
+
both light and dark modes using the default Mantine theme. It registers the templates with plotly.io.templates as
10
+
"mantine_light" and "mantine_dark", and optionally sets one of the themes as a default. #431 by @AnnMarie
11
+
7
12
- Added various props: `acceptValueOnBlur` to `TagsInput`, `gradient` to `LineChart`, `hideWithOnePage` to `Pagination`, `name` to `Avatar`, and `disabled` to `NumberInput`. #440 by @AnnMarieW
13
+
8
14
- Added `SemiCircleProgress` component #434 by @AnnMarieW
9
15
16
+
10
17
### Fixed
11
18
- Fixed closing of Popovers when clicking outside. #423 by @magicmq
0 commit comments