Skip to content

Commit

Permalink
Add CHANGELOG for 0.11.1 (#2087)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored Mar 15, 2021
1 parent 437491d commit 445eb1a
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Releases

## Version 0.11.1

Date: 2021-03-15

The 0.11.1 release is a micro-release addressing a number of smaller
bugs in the last release. Many thanks to the contributors to this
release including @Hoxbro, @xavArtley, @Jacob-Barhak and @philippjfr.

Enhancements:

- Allow setting horizontal and vertical alignment separately ([#2072](https://github.com/holoviz/panel/issues/2072))
- Expose widgets `visible` property ([#2065](https://github.com/holoviz/panel/issues/2065))
- Allow bind to extract dependencies and evaluate other dynamic functions ([#2056](https://github.com/holoviz/panel/issues/2056))
- Allow setting `root_directory` on `FileSelector` widget ([#2086](https://github.com/holoviz/panel/issues/2086()

Bug fixes:

- Fixed loading of jQuery in `BootstrapTemplate` ([#2057](https://github.com/holoviz/panel/issues/2057))
- Fix VTK imports to ensure `VTKVolume` pane renders grids ([#2071](https://github.com/holoviz/panel/issues/2071))
- Fix loading of template resources from relative paths ([#2067](https://github.com/holoviz/panel/issues/2067))
- Fix `Spinner` component overflow ([#2070](https://github.com/holoviz/panel/issues/2070))
- Handle integer column names on `Perspective` widget ([#2069](https://github.com/holoviz/panel/issues/2069))
- Fix bundling of template resources ([#2076](https://github.com/holoviz/panel/issues/2076))
- Fix `value_throttled` in `pn.depends` decorator ([#2085](https://github.com/holoviz/panel/issues/2085))

Compatibility:

- Switch GitHub OAuth to use header authorization token ([#2073](https://github.com/holoviz/panel/issues/2073))

## Version 0.11.0

Date: 2021-03-01
Expand Down
31 changes: 31 additions & 0 deletions doc/releases.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,37 @@
Releases
========

Version 0.11.1
--------------

Date: 2021-03-15

The 0.11.1 release is a micro-release addressing a number of smaller
bugs in the last release. Many thanks to the contributors to this
release including @Hoxbro, @xavArtley, @Jacob-Barhak and @philippjfr.

Enhancements:

- Allow setting horizontal and vertical alignment separately (`#2072 <https://github.com/holoviz/panel/issues/2072>`__)
- Expose widgets `visible` property (`#2065 <https://github.com/holoviz/panel/issues/2065>`__)
- Allow bind to extract dependencies and evaluate other dynamic functions (`#2056 <https://github.com/holoviz/panel/issues/2056>`__)
- Allow setting `root_directory` on `FileSelector` widget (`#2086 <https://github.com/holoviz/panel/issues/2086()

Bug fixes:

- Fixed loading of jQuery in `BootstrapTemplate` (`#2057 <https://github.com/holoviz/panel/issues/2057>`__)
- Fix VTK imports to ensure `VTKVolume` pane renders grids (`#2071 <https://github.com/holoviz/panel/issues/2071>`__)
- Fix loading of template resources from relative paths (`#2067 <https://github.com/holoviz/panel/issues/2067>`__)
- Fix `Spinner` component overflow (`#2070 <https://github.com/holoviz/panel/issues/2070>`__)
- Handle integer column names on `Perspective` widget (`#2069 <https://github.com/holoviz/panel/issues/2069>`__)
- Fix bundling of template resources (`#2076 <https://github.com/holoviz/panel/issues/2076>`__)
- Fix `value_throttled` in `pn.depends` decorator (`#2085 <https://github.com/holoviz/panel/issues/2085>`__)

Compatibility:

- Switch GitHub OAuth to use header authorization token (`#2073 <https://github.com/holoviz/panel/issues/2073>`__)


Version 0.11.0
--------------

Expand Down

0 comments on commit 445eb1a

Please sign in to comment.