Skip to content

Latest commit

 

History

History
245 lines (110 loc) · 10.6 KB

CHANGELOG.md

File metadata and controls

245 lines (110 loc) · 10.6 KB

0.6.3 (2024-05-10)

Bug Fixes

  • return primaryIdAttribute on webapi retrieve (95da7f2)

0.6.2 (2024-04-30)

Bug Fixes

  • added more table metadata (5f97640)

0.6.1 (2024-04-27)

Bug Fixes

  • fixed minor typings issues (e1625e9)

0.6.0 (2024-04-12)

Features

0.5.0 (2024-01-18)

Bug Fixes

  • Multiple Components sharing the same properties (6699727)

Features

  • ComponentFrameworkMockOrchestrator (cfa9e9f)
  • Exposed shared db on Orchestrator (8dae1de)
  • OrchestratorInput type (e05a062)

0.4.2 (2024-01-14)

Bug Fixes

  • Correctly set PrimaryImageAttribute (92bdbb6)

0.4.1 (2023-12-29)

Bug Fixes

  • properly managed metadata for number properties (f9d07a3)

0.4.0 (2023-12-27)

Bug Fixes

  • added FluentDesignStateMock (b166807)

Features

0.3.1-beta.1 (2023-12-22)

Bug Fixes

  • added FluentDesignStateMock (b166807)

0.3.0 (2023-12-19)

Bug Fixes

  • retrieve multiple by savedquery and userquery (51103b7)
  • simple retrieve multiple with fetchXml (a7b9ef6)

Features

  • improved retrieveMultiple (2b7bd6e)
  • raising onOutputChanged even if outputs don't change (49cac5d)

0.2.1-beta.1 (2023-12-11)

Bug Fixes

  • retrieve multiple by savedquery and userquery (51103b7)
  • simple retrieve multiple with fetchXml (a7b9ef6)

0.2.0 (2023-12-08)

Bug Fixes

  • improved get attribute metadata and booleanattribute (847c97e)
  • improved metadata for optionsets (c153c7e)

Features

  • use alasql instead of lokijs (d6c5b72)

0.2.0-beta.2 (2023-12-05)

Bug Fixes

  • improved metadata for optionsets (c153c7e)

0.2.0-beta.1 (2023-12-02)

Features

  • use alasql instead of lokijs (d6c5b72)

0.1.26 (2023-11-27)

Bug Fixes

  • Added support for dataset CUD operations (80cdb09)

0.1.25 (2023-10-04)

Bug Fixes

  • trackContainerResize for virtual components (0ade007)

0.1.24 (2023-10-01)

Bug Fixes

0.1.23 (2023-03-03)

Bug Fixes

  • Fixed a bug with virtual componenents not refreshing datasets (eaf43af)

0.1.22 (2023-03-01)

Bug Fixes

  • Fixed an issue with dataset refresh being called multiple times (c087351)

0.1.21 (2023-02-27)

Bug Fixes

  • Changing fullscreen correctly calls updateView (76eaf02)
  • Dataset should load with a delay (cee23dd)

0.1.20 (2023-02-25)

Bug Fixes

  • Fixed some bugs with the in-memory DB (ee2ef7a)

0.1.19 (2023-02-24)

Bug Fixes

  • dataset autogenerates record id (5ef9be8)

0.1.18 (2023-02-16)

Bug Fixes

  • Correctly fixed enum types (298b740)

0.1.17 (2023-02-16)

Bug Fixes

  • Fixed embedded types for Enums (d080122)

0.1.16 (2023-02-15)

Bug Fixes

  • added readme to npm package (c53061c)

0.1.15 (2023-02-12)

Bug Fixes

  • fixed bundled types (8552ffd)
  • Implemented WebAPI.create and delete (9374860)
  • WebApi RetrieveRecord (61f1ca1)

0.1.14 (2023-02-08)

Bug Fixes

  • Added _SetValue helper function (4a05133)

0.1.13 (2023-01-31)

Bug Fixes

  • Fixed updatedProperties for Dates (f9908b0)

0.1.12 (2022-12-29)

Bug Fixes

  • Fixed types import/export (9ca9d91)

0.1.11 (2022-12-29)

Bug Fixes

  • Fixed types import/export (a29943b)

0.1.10 (2022-12-28)

Bug Fixes

  • Fixed a problem with Lookup values on update (76fc339)