Skip to content

0.33.3

Compare
Choose a tag to compare
@rmorshea rmorshea released this 09 Oct 04:00
· 435 commits to main since this release

0.33.3

Contains a small number of bug fixes and improvements. The most significant change is the addition of a warning stating that IDOM_FEATURE_INDEX_AS_DEFAULT_KEY=1 will become the default in a future release. Beyond that, a lesser improvement makes it possible to use the default export from a Javascript module when calling module_from_template by specifying exports_default=True as a parameter.

Closed Issues

  • Memory leak in SharedClientStateServer - #511
  • Cannot use default export in react template - #502
  • Add warning that element index will be used as the default key in a future release - #428

Pull Requests

  • warn that IDOM_FEATURE_INDEX_AS_DEFAULT_KEY=1 will be the default - #515
  • clean up patch queues after exit - #514
  • Remove Reconnecting WS alert - #513
  • Fix #502 - #503