Skip to content

v1.0.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@hexqi hexqi released this 28 Sep 11:17
· 9 commits to develop since this release
aa79110

What's Changed

Exciting New Features 🎉

  • feat(vue-generator): add public floder, support image generation by @zhengjg in #660
  • feat(cdn): change cdn from onmicrosoft to unpkg by @chilingling in #750
  • feat(download-code): support download zip for not support browsers by @wenmine in #703
  • feat(vue-dsl): add app generate code by @chilingling in #178
  • feat(chore): update OpenTinyVue version by @chilingling in #457
  • feat(canvasApi): use canvasApi to access canvas methods by @chilingling in #425
  • Feat provide eslint prettier modify config by @rhlin in #385
  • feat:增加物料:TinyDatePicker和TinyNumeric by @stwflyfox in #399
  • feat: 状态管理代码编辑UI优化 by @gene9831 in #318

Bug Fixes 🐛

  • fix:table slot edit params should not get alert by @ianxinnew in #802
  • fix(block): 新建区块保存后发布区块,发布无效 by @betterdancing in #438
  • fix: page or block save update breadcrumb incorrectly by @chilingling in #820
  • fix: mock block data response data missing data attribute by @chilingling in #818
  • fix:batch delete unintelligent by @ianxinnew in #795
  • fix: switch selected component event name list still show the origin one by @chilingling in #757
  • fix: mixed lifeCyclesContent when empty lifecycles by @chilingling in #810
  • fix(common): fix verify required by @xiejay97 in #787
  • fix(stylePanel): fix setting border-radius could not work on first time by @chilingling in #481
  • fix(generate-vue):修复出码文件选择界面打包后样式丢失问题 by @BWrong in #789
  • fix(canvas): absolute dnd update position to schema. close #664 by @chilingling in #751
  • fix: jsx slot modelvalue can't update value by @chilingling in #734
  • fix: reset spacing cannot generate correct source code by @chilingling in #657
  • fix(script): translate log by @ghost in #549
  • fix: 隐藏画布根节点的包裹元素的操作选项 by @gene9831 in #492
  • fix(download): Optimize download logic and adapt to iframe by @wenmine in #739
  • fix: abaolute canvas init inlineStyle should be string by @chilingling in #730
  • fix(setting): fix bindEvent dialog visible can't work on tinyvue 3.17 by @chilingling in #715
  • fix(material): add missing componentsMap to mockServer #700 by @chilingling in #701
  • fix(preview): multiple nested blocks cannot preview #663 by @chilingling in #665
  • fix: esbuild install failed on nodev16 by @chilingling in #671
  • fix: builtin components can't generate import statement with genSFCWithDefaultPlugin method by @chilingling in #656
  • fix: esbuild install failed on node v16 by @chilingling in #668
  • fix: onMouseover spelling error by @yeli19950109 in #662
  • fix: slot params missing double quote by @chilingling in #605
  • fix(material): add componentsMap to app Schema after material build by @chilingling in #527
  • fix(vue-generator): fix globalstate codegen error by @chilingling in #547
  • fix: fix bug where metaHtmlText could set value to incorrect schema children by @chilingling in #473
  • fix(style): fix render error caused by inline style breaks by @chilingling in #526
  • fix(mockServer): mockServer page preview can't render element-plus element by @chilingling in #503
  • fix(chore): exclude vue-generator expected folder codecheck by @chilingling in #496
  • fix(setup): add controller to prebuild before start local develop by @chilingling in #493
  • fix: 事件绑定JSX函数时,函数解析报错 by @gene9831 in #441
  • fix: 行列容器组件纵向分割大于2的时候报错 by @gene9831 in #474
  • fix: 修复画布行列容器组件中的分割工具位置错误的问题 by @gene9831 in #458
  • fix(chore): remove ai code review workflow by @chilingling in #490
  • fix(canvas): add placeholder for empty container #365 by @chilingling in #436
  • fix(canvas-CanvasContainer): 修改Model单词拼写错误 by @jxhhdx in #468
  • 修复新增页面搜索条件存在并没有触发 by @ianxinnew in #448
  • Fix/serarch empty:为对部分功能设置搜索为空样式处理 by @ianxinnew in #446
  • fix(reset-button): 修复样式配置中重置按钮的样式和设计稿不一致的问题; by @betterdancing in #435
  • fix(dataSource): 数据源新增字段时,新增的表单设置在列表头部,且数组插入数据时插入到头部 by @betterdancing in #454
  • fix(block-diff): 修复区块发布是查看差异保存时schema出错的bug by @betterdancing in #453
  • 新建区块弹出框点击遮罩层会关闭 by @ianxinnew in #447
  • 修复918.json mock数据不一致问题 by @lu-yg in #452
  • fix(chore): fix vue version of 3.4.24 caught tiny-select component error by @chilingling in #445
  • (style-position)修复样式定位reset后未恢复默认值 by @ianxinnew in #433
  • fix(data-source): on configuring static data panel, the batch delete button should horizontally aligned. by @betterdancing in #413
  • fix: 修改滚动到节点的逻辑,适配超宽超高组件 by @gene9831 in #428
  • fix(plugin-dataSource): 修复数据源面板新增时未校验名称的重复性 by @ianxinnew in #434
  • fix(dsl-page):修复本地运行中对于props属性引用utils出码报错的问题 by @wenmine in #346
  • fix(chore): update pr check node version by @chilingling in #431
  • fix(canvas): wrapper runner render context initialization with function #161 by @rhlin in #426
  • fix: 修复画布设置成自由布局后无法拖动drag-resize改变宽高的问题 by @gene9831 in #393
  • fix: 修复画布组件嵌套拖拽的问题 by @gene9831 in #364
  • fix(controller): build with env variable by @chilingling in #420
  • fix(chore): fix some vue warining on console by @chilingling in #421
  • fix(err-monitor): stop monitoring if monitorurl not exist by @chilingling in #423
  • fix(demo-data): 修复官方 demo 页面底部确认购买模块移动端设备宽度下被遮住的场景 by @CatsAndMice in #398
  • fix(material): add buttonComponentsMap config by @chilingling in #395
  • Fix:编辑器设置dark主题后预览页header文字颜色不正确 by @lichunn in #403
  • fix(settings): fix text wrap of bind condition by @xiejay97 in #391
  • fix(controller-environment): preserve import.meta.env variable when b… by @chilingling in #380
  • fix(errorMonitor): add config for errormonitor by @chilingling in #381
  • fix(scrollbar): fix robot plugin scrollbar hide almost all scrollbar bug by @chilingling in #340
  • fix(readme-build): 添加Readme中构建产物所在文件夹信息 by @wenmine in #367
  • fix(material): elTable formatter should be function type by @chilingling in #355
  • fix(preview): fix preview vue-repl unsupport jsx bug by @chilingling in #343
  • fix(build): 修复构建设计器产物 ref 值未转化的 bug by @chilingling in #347
  • fix(datasource): data type icon invisible #312 by @zeyongTsai in #332
  • fix: canvas api error by @hexqi in #338
  • fix: drag block into canvas error by @hexqi in #336
  • fix: switch page error by @hexqi in #331

Others Changes

  • docs: update milestone by @hexqi in #728
  • chore: Upgrade dependencies to fix security vulnerability by @kagol in #479
  • build: 公共依赖cdn解耦并增加开关控制 by @rhlin in #360
  • docs: 文件名称CHANGELOG拼写错误,修改文件名称 by @yuhkikele in #389
  • docs: add project name to issue template by @kagol in #335
  • refactor: 解决子包循环依赖问题 by @hexqi in #313
  • chore(release): publish by @chilingling in #320