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

Commit

Permalink
Merge branch 'dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcjohnson authored Sep 3, 2020
2 parents ca1529c + 93e3872 commit 871ff87
Show file tree
Hide file tree
Showing 37 changed files with 690 additions and 843 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ build/
dist/
lib/
lib/bundle.js*
Project.toml
coverage/
node_modules/
.npm
Expand All @@ -18,8 +19,10 @@ venv/
/build
/dash_core_components
dash_core_components_base/plotly.min.js
/deps
/inst
/man
/R
/src/*.jl
DESCRIPTION
NAMESPACE
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,23 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added
- [#840](https://github.com/plotly/dash-table/pull/840) Add styling properties to `dcc.Loading` component
## [1.12.0] - 2020-09-03
### Updated
- [#858](https://github.com/plotly/dash-core-components/pull/858)
- Upgraded Plotly.js to [1.55.1](https://github.com/plotly/plotly.js/releases/tag/v1.55.1)
- Patch release [1.55.1](https://github.com/plotly/plotly.js/releases/tag/v1.55.1)
- [Feature release of Plotly.js 1.55.0](https://github.com/plotly/plotly.js/releases/tag/v1.55.0) which:
- Introduce "period" `ticklabelmode` on cartesian date axes [#4993](https://github.com/plotly/plotly.js/pull/4993), [#5055](https://github.com/plotly/plotly.js/pull/5055), [#5060](https://github.com/plotly/plotly.js/pull/5060), [#5065](https://github.com/plotly/plotly.js/pull/5065), [#5088](https://github.com/plotly/plotly.js/pull/5088), [#5089](https://github.com/plotly/plotly.js/pull/5089)
- Add new formatting options for weeks and quarters [#5026](https://github.com/plotly/plotly.js/pull/5026)
- Add `source` attribute to `image` traces for fast rendering [#5075](https://github.com/plotly/plotly.js/pull/5075)
- Add `zsmooth` attribute for discrete `heatmapgl` traces [#4953](https://github.com/plotly/plotly.js/pull/4953)
- Add horizontal and vertical markers for arrow charts [#5010](https://github.com/plotly/plotly.js/pull/5010)
- Add touch support to `rangeslider` [#5025](https://github.com/plotly/plotly.js/pull/5025)

## [1.11.0] - 2020-08-25
### Added
- [#851](https://github.com/plotly/dash-core-components/pull/851) Add support for Dash.jl Julia built components
- [#840](https://github.com/plotly/dash-core-components/pull/840) Add styling properties to `dcc.Loading` component
+ `parent_className`: Add CSS class for the outermost `dcc.Loading` parent div DOM node
+ `parent_style`: Add CSS style property for the outermost `dcc.Loading` parent div DOM node
+ provides a workaround for the previous behaviour the of `className` property, which changed in [#740](https://github.com/plotly/dash-core-components/pull/740). `parent_className` (or inline styles in `parent_style`) now allow CSS rules to be applied to the outermost `dcc.Loading` div, which is no longer covered by `className` on loading completion as of Dash Core Components `>= 1.9.1` (Dash `>= 1.11.0`).
Expand Down
Loading

0 comments on commit 871ff87

Please sign in to comment.