Skip to content

Commit

Permalink
Add CHANGELOG for v1.14.1 (#4769)
Browse files Browse the repository at this point in the history
* Add CHANGELOG for v1.14.1

* Update text
  • Loading branch information
philippjfr authored Dec 27, 2020
1 parent 31f8c5c commit d04e2c2
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
Version 1.14.1
==============

This release contains a small number of bug fixes addressing
regressions. Many thanks to the contributors to this release including
@csachs, @GilShoshan94 and the maintainers @jlstevens, @jbednar and
@philippjfr.

Bug fixes:

- Fix issues with linked selections on tables
([#4758](https://github.com/holoviz/holoviews/pull/4758))
- Fix Heatmap alpha dimension transform
([#4757](https://github.com/holoviz/holoviews/pull/4757))
- Do not drop tools in linked selections
([#4756](https://github.com/holoviz/holoviews/pull/4756))
- Fixed access to possibly non-existant key
([#4742](https://github.com/holoviz/holoviews/pull/4742))

Documentation:

- Warn about disabled interactive features on website
([#4762](https://github.com/holoviz/holoviews/pull/4762))

Version 1.14.0
================
==============

This release brings a number of major features including a new
IbisInterface, new Plotly Dash support and greatly improved Plotly
Expand Down
27 changes: 27 additions & 0 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,33 @@ Releases
Version 1.14
~~~~~~~~~~~~

Version 1.14.1
==============

Date: 2020-12-22

This release contains a small number of bug fixes addressing
regressions. Many thanks to the contributors to this release including
@csachs, @GilShoshan94 and the maintainers @jlstevens, @jbednar and
@philippjfr.

Bug fixes:

- Fix issues with linked selections on tables
(`#4758 <https://github.com/holoviz/holoviews/pull/4758>`__)
- Fix Heatmap alpha dimension transform
(`#4757 <https://github.com/holoviz/holoviews/pull/4757>`__)
- Do not drop tools in linked selections
(`#4756 <https://github.com/holoviz/holoviews/pull/4756>`__)
- Fixed access to possibly non-existant key
(`#4742 <https://github.com/holoviz/holoviews/pull/4742>`__)

Documentation:

- Warn about disabled interactive features on website
(`#4762 <https://github.com/holoviz/holoviews/pull/4762>`__)


Version 1.14.0
**************

Expand Down

0 comments on commit d04e2c2

Please sign in to comment.