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: iwangbowen/vue-expression-editor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: iwangbowen/vue-expression-editor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Feb 17, 2025

  1. Configuration menu
    Copy the full SHA
    5846638 View commit details
    Browse the repository at this point in the history
  2. 更新 ExpressionEditor 组件和语言文件:

    1. 修改提示信息的键,确保使用统一的 messages 命名空间。
    2. 在英文和中文语言文件中添加新的消息提示,增强用户体验。
    iwangbowen committed Feb 17, 2025
    Configuration menu
    Copy the full SHA
    25005d6 View commit details
    Browse the repository at this point in the history
  3. 更新 package.json 文件:

    1. 将版本号从 1.0.0 升级到 1.0.1。
    2. 修改主入口文件路径为 dist/index.js。
    3. 修改模块入口文件路径为 dist/index.mjs。
    iwangbowen committed Feb 17, 2025
    Configuration menu
    Copy the full SHA
    2246fb7 View commit details
    Browse the repository at this point in the history
Loading