This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 72
Breaking Changes Log #207
Labels
dash-type-epic
Placeholder for multiple related issues attaining a specific goal
Comments
Marc-Andre-Rivet
added
the
dash-type-epic
Placeholder for multiple related issues attaining a specific goal
label
Nov 5, 2018
Breaking change notice In 3.2.0, That is, before you had: DataTable(columns=[{'id': 'column-1', 'name': 'Column 1', 'type': 'dropdown'}] This would now be: DataTable(columns=[{'id': 'column-1', 'name': 'Column 1', 'presentation': 'dropdown'}] |
Thanks for incorporating this component! Is |
#446 introduced a big chunk of breaking changes. This is released in dash-table 4.0.0, included in dash 1.0.0, and officially removes the alpha designation - we will not be introducing any more breaking changes in the forseeable future, and if we do it would constitute a new major version of dash and dash-table. From the CHANGELOG: NEW
REMOVED
RENAMED
MODIFIED
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
👋 Dash Community 👋
We'll keep this issue updated when we make breaking changes to the
DataTable
. Subscribe to this issue to stay aware of these changes.Note that we'll indicate breaking changes through our versioning system (semver). If we bump the major version number (
major.minor.micro
), then it means that we've made a breaking change to the API.Not all breaking changes will be large, so don't worry. We'll always include steps for upgrading between major versions in our CHANGELOG.md.
Thank you for your diligence and support ❤️
The text was updated successfully, but these errors were encountered: