mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-23 14:39:32 +08:00
6.6 KiB
6.6 KiB
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.4.0 (2021-01-20)
Note: Version bump only for package @lowdefy/blocks-antd
3.3.0 (2021-01-18)
Bug Fixes
- deps: Update js-yaml from 3.14.1 to 4.0.0. (1a9e1f9)
- deps: Update package @wojtekmaj/enzyme-adapter-react-17 to v0.4.1 (251102e)
3.2.0 (2021-01-18)
Bug Fixes
- deps: Update js-yaml from 3.14.1 to 4.0.0. (1a9e1f9)
- deps: Update package @wojtekmaj/enzyme-adapter-react-17 to v0.4.1 (251102e)
1.1.2 (2020-12-15)
Bug Fixes
- blocks: webpack --port setting should default to 3002 if no port provided (ec1f5e8)
- blocksAntd: apply ant-form-small and ant-form-large classes to Label. (1771590)
- blocksAntd: Chagne Label height to 'fit-content' and apply min-height to solve long label overflow. (69d131a)
- blocksAntd: Label height must only be applied to inline labels. (b87c13b)
1.1.1 (2020-12-15)
Bug Fixes
- blocks: webpack --port setting should default to 3002 if no port provided (ec1f5e8)
- blocksAntd: apply ant-form-small and ant-form-large classes to Label. (1771590)
- blocksAntd: Chagne Label height to 'fit-content' and apply min-height to solve long label overflow. (69d131a)
- blocksAntd: Label height must only be applied to inline labels. (b87c13b)
1.1.0 (2020-12-10)
Bug Fixes
- blocks: do not need to target babel node (6307e9d)
- blocks: pass --port option to webpack config (e60ca16)
- blocksAntd: remove Timeline and UserAvatar files (7300e49)
- blocksAntd: rename mutation to request in S3UploadButton (f42a971)
- blocksAntd: set defined height to Label Col based on input size (9d5c5ee)
- blocksAntd: type in Button block (958d760)
- blocksAntd: update snapshots (44b969e)
- blocksAntd: update snapshots due to dep update (eb75e50)
- blocksAntd: update snapshots for inputs (500ae5e)
- blocksColorSelectors: add license (b66aba3)
- blocksMarkdown: fix cov paths, improve bad html test (77211ec)
- deps: update dependency js-yaml to v3.14.1 (935ad89)
- deps: update dependency react-syntax-highlighter to v15.4.3 (71d4621)
- sanitizeName should use regex global (af6b7b9)
- deps: update dependency react-syntax-highlighter to v15.3.1 (15df277)
Features
- blocks-antd: use logos from server public assets (780feeb)
- blocksAntd: include es build (2be5e10)
- blocksAntd: mock tests for all files (9012066)
- blocksAntd: S3UploadButton and basic render tests (fd16e74)
- blocksAntd: S3UploadButton and basic render tests (ca597f8)
- blocksAntd: Spin and tests (3b42bff)
- blocksAntd: Spin and tests (0d47102)
- blocksMarkdown: init markdown blocks (95eb2e4)
- blockTools: improve stubBlockProps with registerAction and actionLog (fa3654c)
- blockTools: improve stubBlockProps with registerAction and actionLog (366dd91)
- servers: add logos, favicons and pwa icons (fc8610e)