Skip to content

Commit

Permalink
🔖 Prepare for 0.11.0a1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
snehilvj committed Nov 14, 2022
1 parent 7d96025 commit f841180
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

# 0.11.0a1

### Added

- New components:
- Card, CardSection
- Burger
- AppShell
- Persistence props
- `name` prop in text inputs for forms. #103
- Ability to debounce callbacks by specifying a duration in all text inputs. #102

### Fixed

- Button not showing disabled state. #106
- Inability to move RangeSlider left handle when `min` prop is set to a negative value. (Fixed in upstream)

# 0.11.0a0

This is an alpha release based on Mantine v5. This version of dmc is a big overhaul with lots of new features but at the cost of backward compatibility for many components.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash_mantine_components",
"version": "0.11.0a0",
"version": "0.11.0a1",
"description": "Plotly Dash Components based on Mantine",
"main": "index.ts",
"repository": {
Expand Down

0 comments on commit f841180

Please sign in to comment.