Releases: flow-build/diagrams-core
Releases · flow-build/diagrams-core
v1.6.0-rc.1
Features
- add server entity (135bbe9)
- update entities for new database model (5798630)
v1.5.0
1.5.0 (2023-01-26)
Features
- verify whether the blueprint exists before saving (3f68c0b)
Bug Fixes
- prevent the same workflow from be saved twice (96115b7)
v1.4.0
1.4.0 (2023-01-25)
Features
- add public diagrams on save (87c01e1)
- allow saving a diagram without a user (public diagram) (63a9432)
- save blueprint_id when saving a diagram (e47b30c)
v1.3.2
Updates knex and json5 due to security advisory.
v1.3.1
1.3.1 (2022-10-28)
Bug Fixes
v1.3.0
1.3.0 (2022-10-20)
Features
- add methods to update and delete new entities (f29ba11)
v1.2.1
1.2.1 (2022-10-19)
Bug Fixes
- adjust diagram2workflow to accept relation N:N (4b303f7)
v1.2.0
1.2.0 (2022-10-19)
Features
- add entity diagramToWorkflow (17b3dc5)
- add entity workflow (59532f1)
- add new classes on knex persist (2f24f87)
- add new entity blueprint (7ddeb34)
- add workflow_id on methods to fetch diagrams (83dee1a)
- change diagram and base entities to attend new entities (2fd65fe)
Bug Fixes
- adjust blueprint entity to save only blueprint_spec (43ee811)
- adjust entities to attend new requirements (398f46a)
- adjust migrations and seeds (2769173)
v1.1.0
1.1.0 (2022-10-14)
Features
- add new property 'aligned' for Diagram (866e6c5)