mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-23 14:39:32 +08:00
8.8 KiB
8.8 KiB
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.10.2 (2021-02-25)
Bug Fixes
- engine: Validate was not showing the correct error message. (4fcbda4)
- engine: Validation warnings were shown as errors not warnings. (84ad6b3)
3.10.1 (2021-02-19)
Note: Version bump only for package @lowdefy/engine
3.10.0 (2021-02-17)
Bug Fixes
- engine: Fix Link action always errors. (ec4c0f2)
- engine: Fix set block to update on event loading. (db80390)
- engine: Use displayMessage from window. (a7e50b3)
3.9.0 (2021-02-16)
Bug Fixes
- actions: Fix action response, add tests. (0d16f82)
- engine: Fix Link action with input and urlQuery. (be6a1e1)
- engine: Fix Validate function name (795d876)
- engine: Log action errors to the console. (38ea5ff)
Features
- engine: Parse params for all actions. Refactor actions and events. (0d55bd2)
3.8.0 (2021-02-12)
Bug Fixes
- engine: Fix container chlidren visibilty if container vis is null. (0af48bd)
Features
- engine: Rename Link action newWindow to newTab. (35b47f6)
3.7.2 (2021-02-09)
Bug Fixes
- Fix package lifecycle scripts. (af7f3a8)
3.7.1 (2021-02-09)
Note: Version bump only for package @lowdefy/engine
3.7.0 (2021-02-09)
Bug Fixes
- engine: Actions should only skip when “skip” is explicitly true (e34dc05)
- engine: Only update when onInit is done. (9f21597)
3.6.0 (2021-02-05)
Bug Fixes
- engine: Events rename fix. (ca142ca)
3.5.0 (2021-02-05)
Bug Fixes
- deps: Update dependency graphql to v15.5.0 (90acf72)
Features
- Rename blocks “actions” field to “events”. (8f2e998)
- engine: Add support for meta.initValue to initialize block value from meta. (5d5307c)
- engine: Rename block actions to events (bd4f7a7)
- renderer: Rename actions to events (134b275)
3.4.0 (2021-01-20)
Note: Version bump only for package @lowdefy/engine
3.3.0 (2021-01-18)
Bug Fixes
- Update tests in engie to work with new operator format. (4f626a1)
3.2.0 (2021-01-18)
Bug Fixes
- Update tests in engie to work with new operator format. (4f626a1)
0.0.1 (2020-12-15)
Note: Version bump only for package @lowdefy/engine
0.0.0 (2020-12-15)
Note: Version bump only for package @lowdefy/engine
0.0.0-alpha.7 (2020-12-10)
Bug Fixes
- blockTools: remove registeredMethods (b984e6f)
- deps: update dependency graphql to v15.4.0 (24803a3)
- engine: do not recreate actions on call (58f6e8e)
- engine: minor bug fixes (8937087)
- engine: remove defaultValue field (a380aef)
- engine: replace graphql-tag dependency in engine (370f69b)
- engine: structured params for newBlocks (1c5bd0c)
- engine: update tests (4de3325)
- engine: visible should evaluate only when not equal to false (76e7f2a)
- renderer: fix useContext, split onEnter and get context (6af60c6)
- build and test errors (909b2bf)
- move engine related files from helpers to engine (3b96ab7)
- requests fixes (0e7af60)
- use helpers from helpers (ebe3738)
- renderer, engine: move displayMessage to rootContext, update engine tests (0f6339f)
Features
- engine: init @lowdefy/engine package (1604212)
- engine: refactor validation messages and only eval visible (a507cc3)
- engine: remove all empty objects from state as an effect of deleted values (7cb2f2e)
- engine: remove mutations (68f8578)
- engine: validate action can be null = all, string = one or array = list of field names (5a64c8b)
- add Apache-2.0 license (3e2064e)
- add type package (d0c60c4)
- remove fetch requests on page load, add async load actions (1f396d6)
- engine, renderer: move apollo cache block update to renderer (778ff4a)