Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 460c9db

Browse files
committed
added >> fixed
1 parent bd32408 commit 460c9db

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
6+
### Added
7+
[#319](https://github.com/plotly/dash-table/issues/319)
8+
- New 'loading_state' prop that contains information about which prop, if any, is being computed.
9+
- Table no longer allows for editing while the `data` prop is loading.
10+
611
### Fixed
712
[#578](https://github.com/plotly/dash-table/pull/578)
813
- Fix [#576](https://github.com/plotly/dash-table/issues/576), editing column names or deleting columns while other columns are hidden causing the hidden columns to be lost.
@@ -26,11 +31,6 @@ multi-line & ellipsis with `style_data` and other style props.
2631
[#583](https://github.com/plotly/dash-table/issues/583)
2732
- Fix regression when editing the content of a cell in a scrolled virtualized table
2833

29-
### Added
30-
[#319](https://github.com/plotly/dash-table/issues/319)
31-
- New 'loading_state' prop that contains information about which prop, if any, is being computed.
32-
- Table no longer allows for editing while the `data` prop is loading.
33-
3434
## [4.2.0] - 2019-08-27
3535
### Added
3636
[#317](https://github.com/plotly/dash-table/issues/317)

0 commit comments

Comments
 (0)