Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump naive-ui from 2.36.0 to 2.37.1 #306

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2024

Bumps naive-ui from 2.36.0 to 2.37.1.

Changelog

Sourced from naive-ui's changelog.

2.37.1

Fixes

  • Click clear button on components with popup may trigger reopen behaviors.
  • Fix n-form's validate returned Promise may not resolve.

Features

  • n-collapse adds trigger-areas prop.
  • n-date-picker's is-date-disabled callback prop supports get detail info of date/year/month/quarter button as parameter, closes #4649.
  • n-auto-complete adds empty slot.
  • n-auto-complete adds show-empty prop.

2.37.0

Breaking Changes

  • module prop in package.json is changed from es/index.js to es/index.mjs

Fixes

  • Fix n-space vnode reuse problem caused by filtering out comment nodes of slot, closes #5136.
  • Fix n-data-table's prop pagination's default-page-size and default-page not work in uncontrolled mode, closes #5201.
  • Fix n-time-picker formatting (format="HH: mm: ss. SSS") preventing modification of milliseconds in the edit box, closes #5224.
  • Fix n-notification notification clips out of screen when screen width is less than 400px wide.
  • Fix n-carousel transition effect incorrect when using the slide effect in loop mode with only two elements, closes #4323.
  • Fix n-carousel trigger incorrect current-index value on arrow button click with single image, closes #5130.
  • Fix n-upload-trigger in directory drag mode with a lot of files, some of the files are not read.
  • Fix n-dynamic-tags's abnormal behavior when using keyboard to trigger add button, closes #5077.
  • Fix n-tree leaf node line color.
  • Fix n-collapse-item cursor pointer to correct element, closes #5482.
  • Fix n-data-table throws error if summary config has empty column.
  • Fix n-drawer's on-mask-click may be called multiple times.
  • Fix n-tree's data When the data source 'data' switches several times according to a certain scene, some logic of animation processing can cause errors in rendering the displayed data, closes #5217
  • Fix n-radio value's native input element's checked value is not updated, closes #5184.
  • Fix n-data-table height incorrect when set min-height in empty state,closes #5108.
  • Fix n-tabs's bar not hidden when value is set manually to the value other than the children n-tabs, closes #5100.
  • Fix n-spin abnormal animation, closes #3556.
  • Fix n-avatar's lazy loading and fallback-src prop not working when load error in lazy, closes #5007.
  • Fix n-split has no color if it's not used in a card.
  • Fix n-card footer-class prop not working.
  • Fix n-tabs may miss over-scroll shadow if placement is 'left' or 'right'.
  • Fix n-date-picker with range type can input start time that is later than end time, closes #5544.

Features

  • 🌟 Adds n-flex component.
  • 🌟 n-date-picker's type prop supports 'week'.
  • 🌟 n-data-table adds downloadCsv method, closes #4260.

... (truncated)

Commits
  • c6deea6 2.37.1
  • ff7499f docs: fix contributing
  • 6401ba5 test(form): fix level warning
  • 3968616 fix(form): validation pending
  • 644185f feat(auto-complete): empty slot & show-empty prop
  • caf4cb2 feat(date-picker): is-date-disabled callback prop support get detail info o...
  • 0b17293 feat(collapse): adds trigger-areas prop
  • 63af901 2.37.0
  • 55d6d23 docs(changelog): chore
  • 5ecc4c7 fix: test
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [naive-ui](https://github.com/tusen-ai/naive-ui) from 2.36.0 to 2.37.1.
- [Changelog](https://github.com/tusen-ai/naive-ui/blob/main/CHANGELOG.en-US.md)
- [Commits](tusen-ai/naive-ui@v2.36.0...v2.37.1)

---
updated-dependencies:
- dependency-name: naive-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 8, 2024
Copy link

codecov bot commented Jan 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fcae48c) 97.16% compared to head (9d42bee) 97.16%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #306   +/-   ##
=======================================
  Coverage   97.16%   97.16%           
=======================================
  Files          16       16           
  Lines         810      810           
  Branches       71       71           
=======================================
  Hits          787      787           
  Misses         22       22           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 15, 2024

Superseded by #316.

@dependabot dependabot bot closed this Jan 15, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/naive-ui-2.37.1 branch January 15, 2024 20:20
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