8.6 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.30 (2022-09-17)
Note: Version bump only for package @lowdefy/client
4.0.0-alpha.29 (2022-09-13)
Note: Version bump only for package @lowdefy/client
4.0.0-alpha.28 (2022-09-12)
Note: Version bump only for package @lowdefy/client
4.0.0-alpha.27 (2022-09-08)
Note: Version bump only for package @lowdefy/client
4.0.0-alpha.26 (2022-08-25)
Note: Version bump only for package @lowdefy/client
4.0.0-alpha.25 (2022-08-23)
Note: Version bump only for package @lowdefy/client
4.0.0-alpha.24 (2022-08-19)
Note: Version bump only for package @lowdefy/client
4.0.0-alpha.23 (2022-08-03)
Note: Version bump only for package @lowdefy/client
4.0.0-alpha.22 (2022-07-12)
Note: Version bump only for package @lowdefy/client
4.0.0-alpha.21 (2022-07-11)
Bug Fixes
- Read urlQuery from location where used, not on lowdefy. (11541e4)
4.0.0-alpha.20 (2022-07-09)
Note: Version bump only for package @lowdefy/client
4.0.0-alpha.19 (2022-07-06)
Features
- Add extra next-auth configuration properties. (9781ba4)
4.0.0-alpha.18 (2022-06-27)
Bug Fixes
- client: Fix layout on skeleton containers. (fb38d00)
- client: Remove area and layout default object. (27a56f1)
- 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)
4.0.0-alpha.15 (2022-06-19)
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)