Skip to content

Commit

Permalink
Merge branch 'gjamis' of https://github.com/lengqingfeng/amis into gj…
Browse files Browse the repository at this point in the history
…amis

* 'gjamis' of https://github.com/lengqingfeng/amis: (57 commits)
  feat: 树组件优化 (baidu#7946)
  fix(amis-editor): 渲染错误拦截不展示schema
  docs(amis): 补充custom组件使用vue语法的说明 (baidu#8887)
  fix:兼容schema为空的情况 (baidu#8888)
  fix: 修复页面设计器重复执行onChange的问题
  feat: Switch组件的onText和offText支持Schema配置 (baidu#8816)
  fix: 修复下拉弹窗在某些情况点击外层不关闭的问题
  feat: 子编辑器公式输入框变量中加入宿主组件上下文变量的声明
  style: 「设计器」配置面板居中必填项*样式调整
  feat: 主题编辑器渲染器开源 (baidu#8820)
  styles: 调整InputRating组件图标尺寸 (baidu#8869)
  feat:scoped支持调用amis动作 (baidu#8875)
  style: 调整 table 固顶模式的样式兼容 safari Close: baidu#8708 (baidu#8863)
  fix: 修复 combo 同步父级数据可能存在展示值和实际值不一致的问题 Close: baidu#8773 (baidu#8831)
  feat: input-date & input-date-range 事件动作 setValue 支持相对时间 Close: baidu#8845 (baidu#8848)
  chore: attachement 兼容文件名空格转义成 + 号的情况 Closes baidu#8488 (baidu#8846)
  docs: 补充 crud column 的 seachable 说明结合 defaultParams 可配置默认排序 (baidu#8870)
  fix: 修复 jssdk 模式通过 embed 返回的 scoped 获取组件失败的问题 Close: baidu#8864
  chore: 弹窗中校验表单错误 3s 后自动消失以免误会 Close: baidu#1636 (baidu#8849)
  feat: CRUD组件matchFunc支持使用matchSorter函数; docs: 前端分页的使用提示
  ...
  • Loading branch information
srleng committed Nov 27, 2023
2 parents 3b4fa54 + 3215d70 commit 8d2ed75
Show file tree
Hide file tree
Showing 208 changed files with 23,519 additions and 3,921 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ _site
node_modules
/dist
/lib
**/esm
**/lib
/sdk
/public
/gh-pages
Expand All @@ -26,6 +28,7 @@ node_modules
/npm
/mock/cfc/cfc.zip
.rollup.cache
/theme-npm

dist
tsconfig.tsbuildinfo
Expand Down
Loading

0 comments on commit 8d2ed75

Please sign in to comment.