Skip to content

Latest commit

 

History

History
172 lines (115 loc) · 12.9 KB

CHANGELOG.md

File metadata and controls

172 lines (115 loc) · 12.9 KB

📓 Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.1 (2023-06-13)

Bug Fixes

  • new order for empty state lists (529128e)
  • update utils plugin (02fe24b)

1.0.0 (2023-05-19)

Features

  • add lexorank ordering (39bdd94)
  • add orphan metadata removal (9e3adb0)
  • add schema and user filters (8b8ec09)
  • add searchable user filter (6d39404)
  • better UI feedback for workflow states (ea76c4d)
  • change to opt-in model for workflows (d16ca8f)
  • explainer text on 'complete' button (b0bb891)
  • first beta version (3c8874c)
  • hide schema filters if there is only one (f19923a)
  • improve document actions for all states (95458b7)
  • move document form listeners to context (4c58042)
  • prevent dragging until patch is completed (c71b768)
  • re-add user assignment action (d05d1c9)
  • requireValidation option for performance (f676dc9)
  • type hinting for transitions (1a41292)
  • update state example (059bd90)
  • user role awareness (d5cdc97)
  • virtualised lists (9c8d1bd)

Bug Fixes

  • add document count and increase overscan (14bff13)
  • better user handling and document operations (d2efd8a)
  • default preview and better virtualization (e065d51)
  • document actions logic (986cee6)
  • double-operation and add status icons (238ae58)
  • linting (374772f)
  • more predictable orderRank generation (05ccd4b)
  • more robust 'order reset' (45b609f)
  • ordering error bug (90a331a)
  • prevent crash from unassigned document (f117985)
  • prevent crash when no users are assigned (6b85464)
  • remove 'operation' from State configs (fea853a)
  • remove ifRevisionId restriction on patches (0fa24b5)
  • remove yarn lock (c2134b3)
  • satisfy plugin-kit (67c2429)
  • unique ordering (731d012)
  • update plugin-utils (7c7c63c)
  • update types for new plugin-utils (063e86e)
  • update ui (a692fda)

1.0.0-beta.13 (2023-05-04)

Bug Fixes

  • update plugin-utils (7c7c63c)
  • update types for new plugin-utils (063e86e)

1.0.0-beta.12 (2023-05-03)

Bug Fixes

  • prevent crash when no users are assigned (6b85464)

1.0.0-beta.11 (2023-05-03)

Bug Fixes

  • prevent crash from unassigned document (f117985)

1.0.0-beta.10 (2023-05-03)

Features

  • move document form listeners to context (4c58042)

1.0.0-beta.9 (2023-04-27)

Bug Fixes

  • default preview and better virtualization (e065d51)

1.0.0-beta.8 (2023-04-12)

Bug Fixes

1.0.0-beta.7 (2023-04-05)

Features

  • explainer text on 'complete' button (b0bb891)
  • hide schema filters if there is only one (f19923a)
  • prevent dragging until patch is completed (c71b768)

Bug Fixes

  • more predictable orderRank generation (05ccd4b)
  • unique ordering (731d012)

1.0.0-beta.6 (2023-04-04)

Bug Fixes

  • add document count and increase overscan (14bff13)
  • remove ifRevisionId restriction on patches (0fa24b5)

1.0.0-beta.5 (2023-03-29)

Features

  • requireValidation option for performance (f676dc9)

Bug Fixes

1.0.0-beta.4 (2023-03-21)

Features

1.0.0-beta.3 (2023-03-20)

Features

  • add lexorank ordering (39bdd94)
  • add searchable user filter (6d39404)

Bug Fixes

1.0.0-beta.2 (2023-02-24)

Features

  • add schema and user filters (8b8ec09)
  • better UI feedback for workflow states (ea76c4d)
  • change to opt-in model for workflows (d16ca8f)
  • improve document actions for all states (95458b7)
  • re-add user assignment action (d05d1c9)
  • type hinting for transitions (1a41292)
  • update state example (059bd90)
  • user role awareness (d5cdc97)

Bug Fixes

  • better user handling and document operations (d2efd8a)
  • double-operation and add status icons (238ae58)
  • linting (374772f)
  • remove 'operation' from State configs (fea853a)
  • satisfy plugin-kit (67c2429)

1.0.0-beta.1 (2022-12-16)

Features