Skip to content

Latest commit

 

History

History
191 lines (85 loc) · 6.88 KB

File metadata and controls

191 lines (85 loc) · 6.88 KB

2.3.0 (2022-05-11)

Features

  • ui: Enable all vuetify components (262d398)
  • ui: Pass text attribute in process_node (32edad8)

2.2.0 (2022-04-01)

Features

  • query: Add filtering infrastructure (6a266f3)

2.1.3 (2022-03-30)

Bug Fixes

  • proxy/delete: Properly handle proxy removal (41d556d)

2.1.2 (2022-03-28)

Bug Fixes

  • auto_commit: Handle proxy with auto_commit tag (9181ed4)

2.1.1 (2022-03-25)

Bug Fixes

  • logging: Add logging to help debug client/server state (dfb8955)

2.1.0 (2022-03-25)

Features

  • Group: Add group widget (d55d51d)

2.0.14 (2022-03-24)

Bug Fixes

  • dirtyMany: Add helper to dirty many in one call (24b10af)

2.0.13 (2022-03-23)

Bug Fixes

  • vue: lifecycle methods + refresh (34e2d08)

2.0.12 (2022-03-22)

Bug Fixes

  • slider: Allow Range/range domain name (7d89aed)

2.0.11 (2022-03-21)

Bug Fixes

  • client/server: Add reload/disable/resolver-attr (f1d8977)

2.0.10 (2022-03-11)

Bug Fixes

  • change: Always push unchecked props (6e0d58e)

2.0.9 (2022-03-10)

Bug Fixes

  • ObjectAdapter: Properties lifecycle handling commit/reset/change/fetch (b5903ef)

2.0.8 (2022-03-03)

Bug Fixes

  • decorator: Add support for domain decorator (4710052)

2.0.7 (2022-03-01)

Bug Fixes

  • domain: Allow domain to provide widget directly (e258041)

2.0.6 (2022-03-01)

Bug Fixes

  • Select: Better handling of arrays (40b59b1)

2.0.5 (2022-02-17)

Bug Fixes

  • ui: better xml/string handling (cbbbc13)

2.0.4 (2022-02-16)

Bug Fixes

  • ui: make ui handling more robust to missing keys (b0ea844)

2.0.3 (2022-02-15)

Bug Fixes

  • Proxy: Allow push override (1bdc4af)

2.0.2 (2021-12-14)

Bug Fixes

  • domains: Allow null Range components (6078f90)
  • domains: Reset domain cache on client refresh (defe4db)

2.0.1 (2021-11-04)

Bug Fixes

  • api: Improve api consistency (3c90a81)
  • api: Remove duplicate method (cf09f9d)

2.0.0 (2021-10-28)

Features

  • simput: Rework engine for conisistency (33f07a0)

BREAKING CHANGES

  • simput: Simput philosophy remain the same but some model definition have changed and internal classes have been renamed. The way simput needs to be initialized is now different.

1.0.4 (2021-10-05)

Bug Fixes

  • VueSimput: empty package_dir dictionary (0ef959f)

1.0.3 (2021-10-05)

Bug Fixes

  • VueSimput: try to bundle client lib (9cb0af1)

1.0.2 (2021-10-05)

Bug Fixes

  • VueSimput: Bundle client code in Python package (8130100)

1.0.1 (2021-10-04)

Bug Fixes

  • VueSimput: fix package name for npm (95b7271)

1.0.0 (2021-10-04)

Features

  • Simput: Initial push for a Python based simput (540450d)