Commit Graph

8857 Commits

Author SHA1 Message Date
孙运天
13c4bb3100
feat(config-provider): add parent config for css-render (#5984)
* feat(style): Add parent config for css-render to ConfigProvider

* feat(style): Add parent config for css-render to ConfigProvider

---------

Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-07-28 22:49:45 +08:00
dependabot[bot]
8dc98bfc59
chore(deps-dev): bump typescript from 5.5.3 to 5.5.4 (#6184)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.3 to 5.5.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-28 22:46:24 +08:00
jahnli
be47271f24
docs(data-table): fix createData function (#6182) 2024-07-28 22:46:00 +08:00
Zhang sile
76156b394c
feat(empty): support tiny size. (#6197)
* feat: `n-empty` and `n-select` support tiny size

* feat: `n-empty` and `n-select` support tiny size
2024-07-28 22:45:23 +08:00
jahnli
f606e62e7d
feat(transfer): source target title prop to support render function (#6006)
* feat(n-transfer): source title prop to support render function

* feat: add docs

* feat: add target title

---------

Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-07-21 23:24:27 +08:00
jahnli
b0439c8a15
feat(slider): add render function support for marks prop (#6008)
* feat(`n-slider`): add render function support for `marks` prop

* chore: update `marks` prop type to support render function

---------

Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-07-21 23:12:15 +08:00
07akioni
e03f00ab87 docs(highlight): style 2024-07-21 22:49:39 +08:00
07akioni
45c7117c15 refactor(highlight): new api & impl 2024-07-21 22:47:05 +08:00
puxiao
f1620004f8
docs(customize-theme): get theme vars (#6015) 2024-07-21 21:41:25 +08:00
07akioni
379303a7ea fix: lint 2024-07-21 00:38:15 +08:00
jahnli
e8ef691808
feat: add n-highlight component (#6018)
* feat: add `n-highlight` component

* feat: update `n-highlight` component style in demos

---------

Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-07-21 00:36:24 +08:00
jahnli
8b63867369
chore: update community README (#5976) 2024-07-21 00:34:19 +08:00
07akioni
6a198f7bfb refactor(upload): optimize onRetry prop 2024-07-21 00:33:19 +08:00
07akioni
e4cabe210f refactor(date-picker): optimize clear, now, confirm slots 2024-07-21 00:23:40 +08:00
07akioni
ae41037b54 fix(upload): can only upload a maximum of 100 files in certain old browsers when uploading directories, closes #6027 2024-07-20 22:48:01 +08:00
07akioni
f69bcd4807 Merge branch 'main' of github.com:TuSimple/naive-ui 2024-07-20 22:36:14 +08:00
iT界的哈士奇
f0fe060515
fix(upload): directory upload can only upload 100 files at most in some old browsers (#6028)
readEntries 每次调用最多返回 100 个条目。这是设计使然,目的是在处理可能非常大的目录时,不会导致内存溢出或性能问题。因此,每次调用 readEntries 时,它会返回 0 到 100 个条目。如果目录中的条目超过 100 个,需要多次调用 readEntries 来获取下一批条目。

Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-07-20 22:36:06 +08:00
07akioni
f5e791e70d fix: lint 2024-07-20 22:32:02 +08:00
07akioni
7a805289de fix: lint 2024-07-20 22:30:03 +08:00
jahnli
899f79f8a2
feat(upload): add on-retry prop (#6033)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-07-20 22:29:33 +08:00
jahnli
42314f8dd6
feat(date-picker): add clear now confirm slot (#6034)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-07-20 22:26:11 +08:00
07akioni
dd1f477dc6 fix(tabs): has style issue when using prefix slot, suffix slot or addable prop with vertical placement, closes #6059, closes #6060 2024-07-19 00:43:21 +08:00
07akioni
0eb4fb560d Merge branch 'docs' 2024-07-18 23:46:50 +08:00
07akioni
364f7d4ca4 docs(changelog): fix log position 2024-07-18 23:46:34 +08:00
吉仔
9582fff6d7
fix(slider): style bug in vertical mode, closes #6114 (#6127)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-07-18 23:43:26 +08:00
07akioni
63ecd71918 docs(changelog): fix some log position 2024-07-18 23:40:48 +08:00
shilim
95f466cf6f
fix(infinite-scroll): get the correct scrollTop from containerRef, closes #6133 (#6137)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-07-18 23:39:34 +08:00
07akioni
5cba49c9ad fix: fix issues caused by date-fns 3.0 2024-07-18 23:33:00 +08:00
jahnli
8651b7b402
chore: update CHANGELOG.en-US.md 2024-07-18 23:23:30 +08:00
dependabot[bot]
5de560c556
chore(deps): bump date-fns-tz from 2.0.1 to 3.1.3 (#6148)
Bumps [date-fns-tz](https://github.com/marnusw/date-fns-tz) from 2.0.1 to 3.1.3.
- [Release notes](https://github.com/marnusw/date-fns-tz/releases)
- [Changelog](https://github.com/marnusw/date-fns-tz/blob/master/CHANGELOG.md)
- [Commits](https://github.com/marnusw/date-fns-tz/compare/v2.0.1...v3.1.3)

---
updated-dependencies:
- dependency-name: date-fns-tz
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-18 23:13:13 +08:00
dependabot[bot]
df78d21d4b
chore(deps): bump date-fns from 2.30.0 to 3.6.0 (#6149)
Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.30.0 to 3.6.0.
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md)
- [Commits](https://github.com/date-fns/date-fns/compare/v2.30.0...v3.6.0)

---
updated-dependencies:
- dependency-name: date-fns
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-18 23:09:47 +08:00
dependabot[bot]
94c135805f
chore(deps-dev): bump superagent from 8.1.2 to 9.0.2 (#6147)
Bumps [superagent](https://github.com/ladjs/superagent) from 8.1.2 to 9.0.2.
- [Release notes](https://github.com/ladjs/superagent/releases)
- [Changelog](https://github.com/ladjs/superagent/blob/master/HISTORY.md)
- [Commits](https://github.com/ladjs/superagent/compare/v8.1.2...v9.0.2)

---
updated-dependencies:
- dependency-name: superagent
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-18 23:00:13 +08:00
Zhang sile
7c4ed67882
feat(scrollbar): add x-placement and y-placement props. (#6156)
* feat(scrollbar): add `x-placement` and `y-placement` props.

* feat(scrollbar): add `x-placement` and `y-placement` props.
2024-07-18 22:59:43 +08:00
dependabot[bot]
a5d1d2e87c
chore(deps-dev): bump inquirer from 9.3.5 to 10.0.3 (#6164)
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 9.3.5 to 10.0.3.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@9.3.5...inquirer@10.0.3)

---
updated-dependencies:
- dependency-name: inquirer
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-18 22:58:04 +08:00
xushanpei
7fb28da3d8
Update CHANGELOG.zh-CN.md (#6165) 2024-07-18 22:57:03 +08:00
jahnli
7ffeb20c73
chore: update en README.md 2024-07-18 19:47:44 +08:00
jahnli
b4f76c13f2
chore: update README.md 2024-07-18 19:47:21 +08:00
07akioni
313d234d86 Merge branch 'main' into docs 2024-07-15 23:05:13 +08:00
07akioni
48e70e11aa 2.39.0 2024-07-15 21:53:03 +08:00
07akioni
255eea58c1 docs: fix some missing things for version update 2024-07-15 21:13:39 +08:00
07akioni
faed9f33fd fix: vercel build 2024-07-15 00:17:03 +08:00
dependabot[bot]
50cb887ccd
chore(deps-dev): bump marked from 12.0.2 to 13.0.2 (#6131)
Bumps [marked](https://github.com/markedjs/marked) from 12.0.2 to 13.0.2.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v12.0.2...v13.0.2)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 00:02:49 +08:00
dependabot[bot]
99e388c972
chore(deps-dev): bump rimraf from 5.0.9 to 6.0.1 (#6135)
Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.9 to 6.0.1.
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/rimraf/compare/v5.0.9...v6.0.1)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 00:02:01 +08:00
dependabot[bot]
4dabc0ab90
chore(deps-dev): bump @rollup/plugin-commonjs from 25.0.8 to 26.0.1 (#6140)
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 25.0.8 to 26.0.1.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v26.0.1/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 00:01:52 +08:00
dependabot[bot]
4fba74b08a
chore(deps-dev): bump esbuild from 0.21.5 to 0.23.0 (#6130)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.21.5 to 0.23.0.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.21.5...v0.23.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-14 23:59:27 +08:00
07akioni
ddac2d82dd fix: try fix ci error 2024-07-14 23:50:07 +08:00
07akioni
e2f0d09669 fix: try fix ci timezone error 2024-07-14 23:46:27 +08:00
07akioni
1c075e70e7 fix: ci error caused by timezone 2024-07-14 23:41:33 +08:00
07akioni
e7094c417d fix: test locale 2024-07-14 23:26:40 +08:00
07akioni
43b21c8746 fix: lint 2024-07-14 23:20:27 +08:00