Skip to content

v2.0.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@hexqi hexqi released this 08 Nov 03:19
· 44 commits to develop since this release
d158fcd

What's Changed

Exciting New Features 🎉

  • feat:增加物料:TinyDatePicker和TinyNumeric by @stwflyfox in #399
  • Feat provide eslint prettier modify config by @rhlin in #385
  • feat(canvasApi): use canvasApi to access canvas methods by @chilingling in #425
  • feat(vue-dsl): add app generate code by @chilingling in #178
  • build: 公共依赖cdn解耦并增加开关控制 by @rhlin in #360
  • feat(registry): metapp in registry support configuration in array format by @gene9831 in #625
  • feat: optimize material group by @hexqi in #765
  • feat: page management and block ui redesign by @lichunn in #740
  • feat:sort out the status and API of the layout by @lichunn in #736
  • feat: labelPosition support 'auto' by @gene9831 in #835
  • feat: customized canvas entry by @yy-wow in #850
  • feat: remove generate code from mock server by @chilingling in #823
  • feat: Editor full screen with title, close button, and examples by @lichunn in #866
  • feat: editorInfo migrate to globalService by @chilingling in #702

Bug Fixes 🐛

  • fix(settings): fix text wrap of bind condition by @xiejay97 in #391
  • fix(datasource): data type icon invisible #312 by @zeyongTsai in #332
  • fix(build): 修复构建设计器产物 ref 值未转化的 bug by @chilingling in #347
  • fix(preview): fix preview vue-repl unsupport jsx bug by @chilingling in #343
  • fix(material): elTable formatter should be function type by @chilingling in #355
  • fix(scrollbar): fix robot plugin scrollbar hide almost all scrollbar bug by @chilingling in #340
  • fix(errorMonitor): add config for errormonitor by @chilingling in #381
  • fix(controller-environment): preserve import.meta.env variable when b… by @chilingling in #380
  • fix(material): add buttonComponentsMap config by @chilingling in #395
  • fix(demo-data): 修复官方 demo 页面底部确认购买模块移动端设备宽度下被遮住的场景 by @CatsAndMice in #398
  • fix(err-monitor): stop monitoring if monitorurl not exist by @chilingling in #423
  • fix(chore): fix some vue warining on console by @chilingling in #421
  • fix(controller): build with env variable by @chilingling in #420
  • fix: 修复画布组件嵌套拖拽的问题 by @gene9831 in #364
  • fix: 修复画布设置成自由布局后无法拖动drag-resize改变宽高的问题 by @gene9831 in #393
  • fix(canvas): wrapper runner render context initialization with function #161 by @rhlin in #426
  • fix(dsl-page):修复本地运行中对于props属性引用utils出码报错的问题 by @wenmine in #346
  • fix(plugin-dataSource): 修复数据源面板新增时未校验名称的重复性 by @ianxinnew in #434
  • fix: 修改滚动到节点的逻辑,适配超宽超高组件 by @gene9831 in #428
  • fix(data-source): on configuring static data panel, the batch delete button should horizontally aligned. by @betterdancing in #413
  • (style-position)修复样式定位reset后未恢复默认值 by @ianxinnew in #433
  • fix(chore): fix vue version of 3.4.24 caught tiny-select component error by @chilingling in #445
  • 修复918.json mock数据不一致问题 by @lu-yg in #452
  • fix(block-diff): 修复区块发布是查看差异保存时schema出错的bug by @betterdancing in #453
  • fix(reset-button): 修复样式配置中重置按钮的样式和设计稿不一致的问题; by @betterdancing in #435
  • fix: 修复画布行列容器组件中的分割工具位置错误的问题 by @gene9831 in #458
  • fix: 行列容器组件纵向分割大于2的时候报错 by @gene9831 in #474
  • fix: 事件绑定JSX函数时,函数解析报错 by @gene9831 in #441
  • fix(setup): add controller to prebuild before start local develop by @chilingling in #493
  • fix(build): 修复@babel/template解析占位符时报错问题 by @zzcr in #500
  • fix(build): 将generate-comments插件移入devDependencies by @zzcr in #504
  • fix: preserve import.meta.env when compile design-core by @chilingling in #606
  • fix: fix variable configurator missing problem by @gene9831 in #645
  • fix: width of i18n plugin is not enough by @gene9831 in #773
  • fix: add packages desc for lerna by @chilingling in #655
  • fix: github action build too slow by @gene9831 in #779
  • fix: optimize block and material scalability issue by @hexqi in #788
  • fix: add block panel can't open by @chilingling in #827
  • fix: add missing deps by @chilingling in #821
  • fix: add style import to bundle by @chilingling in #838
  • fix: improve the style priority of overwriting tinyvue by @James-9696 in #848
  • fix: canvas srcdoc by @yy-wow in #856
  • fix: cli generate platform issue by @chilingling in #859
  • fix: catch script error by @yy-wow in #858
  • fix: preview error by @yy-wow in #862

Other Changes

New Contributors

Full Changelog: v1.0.0-beta.4...v2.0.0-rc.0