Skip to content

build(deps): bump ant-design-vue from 3.2.15 to 4.0.0#371

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/ant-design-vue-4.0.0
Open

build(deps): bump ant-design-vue from 3.2.15 to 4.0.0#371
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/ant-design-vue-4.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jul 14, 2023

Bumps ant-design-vue from 3.2.15 to 4.0.0.

Release notes

Sourced from ant-design-vue's releases.

4.0.0-rc.6

2023-7-3


4.0.0-rc.5

2023-5-25


4.0.0-rc.4

2023-5-23


4.0.0-rc.3

2023-5-20


4.0.0-beta.3

2023-5-8


4.0.0-beta.2

2023-5-5


3.3.0-beta.4

2022-12-1


3.3.0-beta.2

... (truncated)

Changelog

Sourced from ant-design-vue's changelog.

Change Log (The following content is translated by Google)

ant-design-vue strictly follows Semantic Versioning 2.0.0.

Release Schedule

  • Weekly release: patch version at the end of every week for routine bugfix (anytime for urgent bugfix).
  • Monthly release: minor version at the end of every month for new features.
  • Major version release is not included in this schedule for breaking change and new features.

4.0

🔥🔥🔥 4.0 official version released 🔥🔥🔥

Design specification adjustment

  • Basic rounded corner adjustment, changed from unified 2px to four-level rounded corners, which are 2px 4px 6px 8px respectively, which are applied to different scenarios, for example, the rounded corners of the default size Button are adjusted to 6px.
  • Main color adjustment, changed from #1890ff to #1677ff.
  • Overall shadow adjustment, from the original three-level shadow adjustment to two levels, which are used for resident page components (such as Card) and interactive feedback (such as Dropdown).
  • Adjust the internal spacing of some components.
  • Overall de-wireframing.

Add 5 new components

  • Segmented segment controller
  • WaterMark watermark
  • QrCode QR code
  • FloatButton floating button
  • Tour roaming guide

Technical adjustments

  • Deprecated less and adopted CSS-in-JS to better support dynamic themes.
    • All less files are removed, and less variables no longer support leaking.
    • css files are no longer included in the product. Since CSS-in-JS supports importing on demand, the original ant-design-vue/dist/antd.css has also been removed. If you need to reset some basic styles, please import ant-design-vue/dist/reset .css.
    • If you need to reset the style of the component and don't want to introduce ant-design-vue/dist/reset.css to pollute the global style, you can try to use App component, to solve the problem that native elements do not have ant-design-vue specification style.
  • Removed css variables and dynamic theme schemes built on top of it.
  • LocaleProvider has been deprecated in 3.x (use <ConfigProvider locale /> instead), we have completely removed the related directories ant-design-vue/es/locale-provider, ant- design-vue/lib/locale-provider.
  • babel-plugin-import is no longer supported, CSS-in-JS itself has the ability to load on demand, no longer need plug-in support.

Component API adjustments

  • The classname API of the component popup is unified to popupClassName, and similar APIs such as dropdownClassName will be replaced.

    • AutoComplete component
    • Cascader component
    • Select component
    • TreeSelect component

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ant-design-vue](https://github.com/vueComponent/ant-design-vue) from 3.2.15 to 4.0.0.
- [Release notes](https://github.com/vueComponent/ant-design-vue/releases)
- [Changelog](https://github.com/vueComponent/ant-design-vue/blob/main/CHANGELOG.en-US.md)
- [Commits](https://github.com/vueComponent/ant-design-vue/commits/4.0.0)

---
updated-dependencies:
- dependency-name: ant-design-vue
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants