diff --git a/.Rbuildignore b/.Rbuildignore index 0bb1753af..0acd35c8c 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -19,6 +19,10 @@ lib/ demo/.*\.js demo/.*\.html demo/.*\.css +demo/.*\.ts +demo/.*\.tsx +demo/.*\.less + # ignore Python files/folders setup.py diff --git a/CHANGELOG.md b/CHANGELOG.md index 835db9b85..fdb870513 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). - New props: `filter_options` - to control case of all filters, `columns.filter_options` - to control filter case for each column - New operators: `i=`, `ieq`, `i>=`, `ige`, `i>`, `igt`, `i<=`, `ile`, `i<`, `ilt`, `i!=`, `ine`, `icontains` - for case-insensitive filtering, `s=`, `seq`, `s>=`, `sge`, `s>`, `sgt`, `s<=`, `sle`, `s<`, `slt`, `s!=`, `sne`, `scontains` - to force case-sensitive filtering on case-insensitive columns +### Changed +- [#901](https://github.com/plotly/dash-core-components/pull/901) Updated R package `dash-info.yaml` to regenerate example without attaching now-deprecated core component packages (`dashHtmlComponents`, `dashCoreComponents`, or `dashTable`). + ## [4.11.3] - 2021-04-08 ### Changed - [#862](https://github.com/plotly/dash-table/pull/862) - update docstrings per https://github.com/plotly/dash/issues/1205 diff --git a/dash-info.yaml b/dash-info.yaml index 8d8475a85..e220e8fb3 100644 --- a/dash-info.yaml +++ b/dash-info.yaml @@ -4,12 +4,12 @@ pkg_help_description: >-