Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opentiny/tiny-engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0-rc.3
Choose a base ref
...
head repository: opentiny/tiny-engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0-rc.4
Choose a head ref
  • 19 commits
  • 87 files changed
  • 7 contributors

Commits on Dec 4, 2024

  1. feat/buildin com mjs format (#918)

    * feat: builtinComp output mjs format
    
    * fix: change pkg json entry
    chilingling authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    7d0956f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a753ca View commit details
    Browse the repository at this point in the history
  3. fix: switch selected component event name list still show the origin …

    …one (#757)
    
    * fix: switch selected component event name list still show the origin one
    
    修复画布切换选择组件后,高级面板事件列表仍然显示原组件事件列表的bug
    close #747
    
    * fix: handle potential undefined values in renderEventList
    
    * fix: use locale instead of zh_CN attr
    chilingling authored and kevinmoch committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    7b3437e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b03c9c View commit details
    Browse the repository at this point in the history
  5. fix: mock block data response data missing data attribute (#818)

    修复 mockService 区块详情缺失 data 嵌套结构导致无法正确加载的 bug
    chilingling authored and kevinmoch committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    1718e0c View commit details
    Browse the repository at this point in the history
  6. fix: page or block save update breadcrumb incorrectly (#820)

    * fix: page or block save update breadcrumb uncorrectly
    
    1. 修复页面名称更新时,面包屑页名称没有同步更新的 bug
    2. 修复区块保存更新时,强行切换当前画布到正在编辑区块的 bug
    3. 修复区块保存更新时,如果画布不是当前编辑的区块,仍取截图的 bug
    
    * fix: add handlePageUpdate mehtod missing params
    chilingling authored and kevinmoch committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    fb896f3 View commit details
    Browse the repository at this point in the history
  7. feat(vue-generator): add public floder, support image generation (#660)

    * feat(vue-generator): add public floder, support image generation
    
    * feat(vue-generator):  code add public floder, support image generation
    zhengjg authored and kevinmoch committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    48dbb43 View commit details
    Browse the repository at this point in the history
  8. fix(block): 新建区块保存后发布区块,发布无效 (#438)

    * fix(block): 新建区块保存后发布区块,发布无效
    
    * fix: del useless null check
    
    ---------
    
    Co-authored-by: chilingling <michaelchiling1024@gmail.com>
    2 people authored and kevinmoch committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    e57905e View commit details
    Browse the repository at this point in the history
  9. fix:table slot edit params should not get alert (#802)

    * fix:table notch saving error message
    
    * fix: change slotparams cause warning
    
    * fix: change by review
    
    * fix: typo parma -> param
    
    ---------
    
    Co-authored-by: chilingling <michaelchiling1024@gmail.com>
    2 people authored and kevinmoch committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    2d74f19 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    273cd37 View commit details
    Browse the repository at this point in the history
  11. fix: change namespace 2 export module (#837)

    * fix: change namespace 2 export module
    
    * fix: add missing type params
    chilingling authored and kevinmoch committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    8bfa0a4 View commit details
    Browse the repository at this point in the history
  12. fix: blockName regexp incorrect (#852)

    * fix: blockName regexp incorrect
    
    * fix: change regexp by review
    
    * fix: change by review
    
    * fix: change by review comment
    chilingling authored and kevinmoch committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    573bd10 View commit details
    Browse the repository at this point in the history
  13. fix: datasource remote result could not reshow again after edit (#847)

    修复远程数据源面板请求结果输入框在编辑之后,重新点击发送请求,如果请求结果一样,无法重新填充到请求结果输入框的
    bug
    chilingling authored and kevinmoch committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    4a6e651 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c30de12 View commit details
    Browse the repository at this point in the history
  15. fix: parse template name error (#880)

    * fix: parse template name error
    
    * fix: add detection for test env
    chilingling authored and kevinmoch committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    2d1f453 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f0dce41 View commit details
    Browse the repository at this point in the history
  17. fix: change i18n import path

    chilingling authored and kevinmoch committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    3dbd42a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    983b510 View commit details
    Browse the repository at this point in the history
  19. v2.0.0-rc.4

    chilingling committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    dee65eb View commit details
    Browse the repository at this point in the history
Loading