mirror of
https://github.com/lowdefy/lowdefy.git
synced 2024-11-27 05:12:31 +08:00
5.1 KiB
5.1 KiB
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
4.0.0-alpha.17 (2022-06-24)
Bug Fixes
- client: Fix layout on skeleton containers. (fb38d00)
- client: Skeleton to get parent blocks properties and styles. (0022fc0)
Features
- Add callbackUrl and redirect as logout action params. (9c13bd6)
- Add url as a login and logout callbackUrl parameter. (78d099a)
- Move browser globals to lowdefy._internal.globals. (94c4016)
4.0.0-alpha.16 (2022-06-20)
Note: Version bump only for package @lowdefy/client
4.0.0-alpha.15 (2022-06-19)
Note: Version bump only for package @lowdefy/client
4.0.0-alpha.14 (2022-06-19)
Note: Version bump only for package @lowdefy/client
4.0.0-alpha.13 (2022-06-16)
Bug Fixes
- engine: RootBlocks.map to use blockId. (d31064f)
- Fix auth errors if auth is not configured. (8a386a8)
- Update all packages to use @lowdefy/jest-yaml-transform. (7bdf0a4)
Features
- Package updates. (e024181)
- React 18 update. (55268e7)
- Set login providerId if only one provider is configured. (8bc34a1)
4.0.0-alpha.12 (2022-05-23)
Bug Fixes
- client: Clean up use effect hook. (413c697)
- client: On mount async method should always be called. (912e405)
4.0.0-alpha.11 (2022-05-20)
Bug Fixes
- Adapt createAuthMethods for client package. (4675297)
- Auth bug fixes. (3fe249c)
- client: Fix setupLink - createLink needs lowdefy for input. (314f131)
- Remove user from block properties. (7cadf63)
Features
- Next auth login and logout working. (d47f9e5)
- server: Add read user object from next-auth session. (fbab7f1)
- Use next-auth session to authenticate in api. (462c0ac)
BREAKING CHANGES
- Removed user from block properties.
4.0.0-alpha.10 (2022-05-06)
Note: Version bump only for package @lowdefy/client
4.0.0-alpha.9 (2022-05-06)
Bug Fixes
- client: Fix setupLink - createLink needs lowdefy for input. (f152ac2)
- client: Render progress bar next to context, and event order fixes. (fc32c75)