Skip to content

Latest commit

 

History

History
151 lines (101 loc) · 7.07 KB

CHANGELOG.md

File metadata and controls

151 lines (101 loc) · 7.07 KB

Changelog

v2.5.0 (2024-12-19)

Feature

  • proxy-list: Add proxy-list example (b941b28)
  • simput: Add support for proxy lists (32bc46c)

Fix

  • proxy-list: Fix empty proxy list bug (e99f8db)

Documentation

  • proxy-list: Add proxy-list documentation (404311a)

v2.4.3 (2024-05-14)

Fix

  • proxy: Make ProxyManager.load return _id_remap (175d92d)

v2.4.2 (2024-05-06)

Fix

  • examples: 00_AddressBook (072c1f1)
  • vue3: Vuetify v3 templates (546571b)

v2.4.1 (2024-01-05)

Fix

v2.4.0 (2024-01-04)

Feature

  • vue3: Add vue3/vuetify3 support (e5ab046)

Fix

  • vue3: Update examples to work with vuetify 3 (222f2c3)
  • widgets: Slider v-alert and template fix (e198720)

Documentation

  • example: Add dyna drop down (083c052)

v2.3.3 (2023-08-22)

Fix

  • Group: Handle visibility for nested groups (a6ea27c)

v2.3.2 (2023-05-24)

Fix

  • widgets: Apply layout information on columns instead of rows (2a6b964)

v2.3.1 (2023-03-01)

Fix

  • widgets: Add Simput.register_layout() (#15) (0c84866)

v2.3.0 (2023-02-28)

Feature

  • widgets: Toggle disable/readonly for inputs (11552a9)

v2.2.6 (2023-02-23)

Fix

v2.2.5 (2023-01-12)

Fix

  • data: Race condition between update and dirty (7c92db1)
  • notification: Only trigger change on domain/ui when changed (6d5ca00)

v2.2.4 (2022-12-20)

Fix

  • domain: Test against js string undefined and null (8fc0490)

v2.2.3 (2022-11-10)

Fix

  • domains: No exception with invalid id (c6a069f)

v2.2.2 (2022-11-02)

Fix

  • domain: Remove int constraint on proxy id (c8cf5bd)

v2.2.1 (2022-10-25)

Fix

  • proxy: Log warning if no definition was found in set_property (6d432eb)

v2.2.0 (2022-10-25)

Feature

  • proxy: Enable instantiation with existing object (7ae48bc)

Fix

  • widgets: Make array parameters use multiple rows (0454339)

v2.1.1 (2022-10-21)

Fix

  • proxy: Handling of false-like initial value (b5434fe)

v2.1.0 (2022-09-09)

Feature

  • proxy: Enable overriding proxy id (e94344a)

Documentation

  • readme: List examples (ca78816)
  • readme: List examples (505c73f)
  • readme: List examples (12b6ce5)
  • general: Update project usage and doc (bba905d)

v2.0.7 (2022-08-22)

Fix

  • domain: Handle invalid domain request (dc2cc9c)

Documentation

  • examples: Fix attribute name to match latest api (987aad8)

v2.0.6 (2022-08-22)

Fix

  • widgets: Self._helper.changeset is a property (8e7f540)

v2.0.5 (2022-08-18)

Fix

  • domain: Don't lookup domain with invalid id (f9a0f55)

v2.0.4 (2022-08-18)

Fix

  • domains: Make sure to clear all domains when reloading (4ed2be6)

v2.0.3 (2022-08-17)

Fix

  • item_id: The JS will always convert it to a string (43be2f0)

v2.0.2 (2022-08-17)

Fix

  • reload: Expose reload helper on Simput widget (1d5de80)

v2.0.1 (2022-06-02)

Fix

  • registration: Allow custom name registration (06c689e)
  • vtk: VTK example is now working (0706987)

Documentation

  • examples: Add some examples (8256135)