Skip to content

Commit

Permalink
doc: update log
Browse files Browse the repository at this point in the history
  • Loading branch information
biaogebusy committed Mar 3, 2024
1 parent e124689 commit 3232d5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions src/stories/Changelog.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,18 @@ import { Meta } from "@storybook/addon-docs";

# 更新日志

## 4.2.4(2024-02-29)
## 4.2.5(2024-03-02)

- web builder 新增了对后面 landingPage 列表的预览、加载
## 4.2.4(2024-03-02)

- web builder 新增了对后台 landingPage 列表的预览、加载
- web builder 新增了主边栏,调整了菜单位置;
- web builder 支持 wiget 基础的可视化参数配置;
- web builder 新建页面可选择经典的示例;
- web builder 支持 gsap 动画的配置;
- 移除了 dat.gui 轻量属性编辑库,使用 formly 重构;
- formly 新增了 img picker 图片选择器;
- web builder 支持 gsap 动画的配置
- 移除了不需要的 list2v1 组件

## 4.2.3(2024-01-11)

Expand Down
2 changes: 1 addition & 1 deletion src/stories/drupal/form/ContactUs1v1.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const content: IContactUs1v1 = {
style: 'style-v1',
classes: 'mat-display-1',
},
classes: 'text-light',
classes: 'text-light text-center',
body: '如果您有任何需要帮助,请联系我们!',
},
classes: 'text-center',
Expand Down

0 comments on commit 3232d5e

Please sign in to comment.