Skip to content

Version 1.3.8

Compare
Choose a tag to compare
@philippjfr philippjfr released this 24 Jan 17:32
· 575 commits to main since this release

This patch release fixes an important regression in the 1.3.6 release that resulted in global state to be incorrectly resolved in certain cases. Many thanks to our new contributor @fohrloop and our maintainers @ahuang11, @hoxbro and @philippjfr for contributing to this release.

Bug fixes

  • Ensure ReactiveHTML correctly resets Event parameters (#6247)
  • Fix ChatFeed / ChatInterface tests and async generator placeholders (#6245)
  • Fix logic when looking up pn.state.curdoc (#6254)
  • Handle margin=None in layout sizing mode computation (#6267)

Compatibility

  • Updates for compatibility with pandas 2.2 (#6259)

Documentation

  • Fix typos and add a cross-reference in docs (User Profiling) (#6263)
  • Improve documentation on TextAreaInput (#6264)