ansys / pymechanical-examples

Repository holding PyMechanical remote examples
https://examples.mechanical.docs.pyansys.com/
MIT License
1 stars 1 forks source link

Bump panel from 1.3.2 to 1.3.4 in /requirements #139

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps panel from 1.3.2 to 1.3.4.

Release notes

Sourced from panel's releases.

Version 1.3.4

This micro-release primarily addresses two important regressions related to the Tabulator text_align option and OAuth failing if the id_token does not contain the required user information. We are very excited to welcome @​TBym to the growing list of contributors and thank the core maintainers @​Hoxbro, @​ahuang11, @​MarcSkovMadsen and @​philippjfr for their contributions to this release.

Enhancements

  • Allow passing partial function to tabulator filter (#5912)
  • Allow defining custom callbacks for ChatInterface buttons (#5839)

Bug fixes

  • Fix regression when setting text_align and HTMLTemplateFormatter on Tabulator (#5922)
  • Ensure notifications are correctly destroyed (#5924)
  • Fix header overflow issues in FastGridTemplate (#5935)
  • Ensure Audio model respects sizing (#5936)
  • Persist Tabulator selection across pages when pagination='remote' for all selection modes (#5929)
  • Ensure Tabulator styler subset logic is not lost (#5938)
  • Fix regression in OAuth when id_token does not contain user key (#5939)
  • Ensure Vega/Altair plot with responsive width/height respects fixed width/height value when set (#5940)
  • Ensure BrowserInfo is imported by default (#5942)

Documentation

  • Restore plot styling guides in how-to guide (#5919)
  • Document support for emojis on Button labels (#5926)
  • Update and improve SVG pane reference docs (#5934)
Changelog

Sourced from panel's changelog.

Version 1.3.4

Date: 2023-11-29

This micro-release primarily addresses two important regressions related to the Tabulator text_align option and OAuth failing if the id_token does not contain the required user information. We are very excited to welcome @​TBym to the growing list of contributors and thank the core maintainers @​Hoxbro, @​ahuang11, @​MarcSkovMadsen and @​philippjfr for their contributions to this release.

Enhancements

  • Allow passing partial function to tabulator filter (#5912)
  • Allow defining custom callbacks for ChatInterface buttons (#5839)

Bug fixes

  • Fix regression when setting text_align and HTMLTemplateFormatter on Tabulator (#5922)
  • Ensure notifications are correctly destroyed (#5924)
  • Fix header overflow issues in FastGridTemplate (#5935)
  • Ensure Audio model respects sizing (#5936)
  • Persist Tabulator selection across pages when pagination='remote' for all selection modes (#5929)
  • Ensure Tabulator styler subset logic is not lost (#5938)
  • Fix regression in OAuth when id_token does not contain user key (#5939)
  • Ensure Vega/Altair plot with responsive width/height respects fixed width/height value when set (#5940)
  • Ensure BrowserInfo is imported by default (#5942)

Documentation

  • Restore plot styling guides in how-to guide (#5919)
  • Document support for emojis on Button labels (#5926)
  • Update and improve SVG pane reference docs (#5934)
Commits
  • b7957f6 Bump panel.js version to 1.3.4
  • 4720d6b Do not make Vega width/height responsive if fixed value is set (#5940)
  • cc9400a Ensure OAuth falls back to OpenID userinfo if id_token is not sufficient (#5939)
  • 2fe1537 Bump panel.js version to 1.3.3
  • 316b6c6 Ensure BrowserInfo model is imported (#5942)
  • d24bf1c Bump panel.js version to 1.3.3-rc.1
  • dcaba54 Update CHANGELOG for 1.3.3 release (#5941)
  • df64dd4 Add plot style guides back (#5919)
  • 9899bc7 Ensure Tabulator styler subset logic is not lost (#5938)
  • 39ec575 Persist select when pagination=remote (#5929)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)