Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnMarieW committed Feb 6, 2025
1 parent fea7ec5 commit c17eef8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

# 1.0.0rc1

### Pre-release Highlights
- This release ensures dash-mantine-components V1 is compatible with both Dash 2 and Dash 3
- If you were using `dmc >= 0.15.0`, there are no known breaking change.
- If you were using `dmc < 0.15.0`, please follow our [migration guide]().
- ⚠️ **Important:** Apps using `dmc < 1.0.0` must pin `dash < 3` to avoid compatibility issues.

### Changed
- Updated to handle changes in Dash 3 #499 by @AnnMarieW:
- Removed `defaultProps` to be compatible with React 18.3
- Handled the removal of the `loading_state` prop
- Updated to use the new `dash_component_api`

# 0.15.3

### Added
Expand Down

0 comments on commit c17eef8

Please sign in to comment.