Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Add CHANGELOG entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shammamah Hossain committed Oct 4, 2019
1 parent f29e9bc commit 969a97b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,20 @@ This project adheres to [Semantic Versioning](http://semver.org/).
[#597](https://github.com/plotly/dash-table/issues/597)
- Add `is blank` unary operator. Returns true for `undefined`, `null` and `''`.

[#299](https://github.com/plotly/dash-table/issues/299)
- Additions to the pagination menu: go-to-first and go-to-last
buttons; current-page/total-page display with input capabilities,
which allows the user to go directly to a given page


### Changed
[#598](https://github.com/plotly/dash-table/issues/598)
- Allow values with whitespaces in column filters

[#580](https://github.com/plotly/dash-table/issues/580)
- Change pagination menu buttons styling; move pagination buttons to
bottom-right of table

### Fixed
[#460](https://github.com/plotly/dash-table/issues/460)
- The `datestartswith` relational operator now supports number comparison
Expand Down

0 comments on commit 969a97b

Please sign in to comment.