Commit Graph

8656 Commits

Author SHA1 Message Date
dependabot[bot]
d8a0692b98
chore(deps-dev): bump typescript from 5.3.3 to 5.4.2 (#5764)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.2.
- [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.3.3...v5.4.2)

---
updated-dependencies:
- dependency-name: typescript
  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-03-10 17:28:01 +08:00
dependabot[bot]
e72fea7a09
chore(deps-dev): bump eslint-plugin-markdown from 3.0.1 to 4.0.1 (#5765)
Bumps [eslint-plugin-markdown](https://github.com/eslint/eslint-plugin-markdown) from 3.0.1 to 4.0.1.
- [Release notes](https://github.com/eslint/eslint-plugin-markdown/releases)
- [Changelog](https://github.com/eslint/eslint-plugin-markdown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint-plugin-markdown/compare/v3.0.1...v4.0.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-markdown
  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-03-10 17:27:54 +08:00
dependabot[bot]
cd4abe0087
chore(deps-dev): bump vue-tsc from 1.8.27 to 2.0.6 (#5766)
Bumps [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) from 1.8.27 to 2.0.6.
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v2.0.6/packages/tsc)

---
updated-dependencies:
- dependency-name: vue-tsc
  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-03-10 17:27:39 +08:00
Wesley
a78370abbc
feat(qr-code): adds type prop, Customize rendering output by setting type, providing two options: canvas and svg. (#5767) 2024-03-10 17:27:26 +08:00
dependabot[bot]
7863f76200
chore(deps-dev): bump @vue/eslint-config-typescript (#5769)
Bumps [@vue/eslint-config-typescript](https://github.com/vuejs/eslint-config-typescript) from 12.0.0 to 13.0.0.
- [Release notes](https://github.com/vuejs/eslint-config-typescript/releases)
- [Commits](https://github.com/vuejs/eslint-config-typescript/compare/v12.0.0...v13.0.0)

---
updated-dependencies:
- dependency-name: "@vue/eslint-config-typescript"
  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-03-10 17:26:17 +08:00
07akioni
056b908078 Merge branch 'main' into docs 2024-02-26 03:08:48 +08:00
07akioni
2f4cd5569a fix(menu): useless code 2024-02-26 03:08:26 +08:00
07akioni
49b81c5a52 Merge branch 'main' into docs 2024-02-26 03:07:39 +08:00
07akioni
51c8689836 docs(discrete-api): modal 2024-02-26 03:07:01 +08:00
07akioni
9a6d8e864b 2.38.1 2024-02-26 03:06:31 +08:00
07akioni
a30087a8fa docs(changelog): missing 2024-02-26 02:48:21 +08:00
07akioni
35d6041609 fix(float-button, split): inline-theme-disabled 2024-02-26 01:25:25 +08:00
07akioni
b581cb0d78 fix(menu): revent #5618, root indent change 2024-02-26 01:25:25 +08:00
07akioni
a0baf01f6a fix(tabs): capsule wrong width and position after resize within n-modal, closes #5569 2024-02-26 00:58:32 +08:00
07akioni
1e0e2faf35 fix(tabs): whose type is 'segmented' has capsule wrong width and position after resize, closes #5705 2024-02-26 00:42:59 +08:00
dependabot[bot]
26be3988c3
chore(deps-dev): bump marked from 11.2.0 to 12.0.0 (#5663)
Bumps [marked](https://github.com/markedjs/marked) from 11.2.0 to 12.0.0.
- [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/v11.2.0...v12.0.0)

---
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-02-23 18:08:54 +08:00
Becem
53ebcbe6d5
fix(n-result): show icons on re-render after hydration (#5686)
* fix(n-result): show icons on re-render after hydration

* refactor: change iconMap name

---------

Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-02-23 18:07:13 +08:00
eyvindove
18072c00d2
docs(menu): fix root-indent default value & typos (enUS) (#5689)
* docs(menu): fix root-indent default value & typos (enUS)

* Update src/menu/demos/enUS/index.demo-entry.md

---------

Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-02-23 18:05:51 +08:00
dependabot[bot]
b6c4be771e
chore(deps-dev): bump esbuild from 0.20.0 to 0.20.1 (#5690)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.20.0 to 0.20.1.
- [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.20.0...v0.20.1)

---
updated-dependencies:
- dependency-name: esbuild
  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-02-23 18:04:39 +08:00
dependabot[bot]
ffd7828fff
chore(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.0.2 (#5693)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.21.0 to 7.0.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.0.2/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  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-02-23 18:04:31 +08:00
jahnli
797ad66e23
feat(n-tree-select): adds get-children prop (#5697)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-02-23 18:04:13 +08:00
吉仔
ee0df67bcb
feat(date-picker): adds default-calendar-start-time prop when type is date\datetime\week, closes #4493 (#5701)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-02-23 17:57:38 +08:00
吉仔
ec3210972a
docs(date-picker): fix type desc (#5700)
* docs(date-picker): fix `type` desc

* docs: fix typo, closes #5651
2024-02-23 17:54:26 +08:00
jahnli
e8b61d57bc
fix(split): min attribute does not take effect (#5704)
* fix(n-split): `min` attribute does not take effect

* fix: update
2024-02-23 17:53:34 +08:00
jahnli
ebe68b6eff
chore: update README (#5709) 2024-02-23 17:53:16 +08:00
jahnli
f923882484
Merge pull request #5706 from jahnli/docs-fix-2.36.0-date-error
fix(CHANGELOG): date error
2024-02-23 11:26:54 +08:00
jahnli
bc9cf17523 fix(CHANGELOG): date error 2024-02-23 11:26:14 +08:00
07akioni
9f9eb9e0df Merge branch 'main' into docs 2024-02-22 22:50:29 +08:00
07akioni
82fccfb05a 2.38.0 2024-02-22 22:49:15 +08:00
07akioni
0fc62f8467 doc(changelog): fix 2024-02-22 22:40:07 +08:00
07akioni
1bf8e7f947 fix: typo 2024-02-22 22:24:23 +08:00
07akioni
4ddb36e612 fix(split): fulfill it 2024-02-22 22:16:39 +08:00
07akioni
e53a66c7cd feat(float-button): make it work with more attrs 2024-02-22 22:09:53 +08:00
07akioni
6d989bda02 feat: float-button & esm bundle 2024-02-22 17:31:49 +08:00
jahnli
9f41df9039
Merge pull request #5696 from jahnli/chore-change-update-date-style
chore(change-log): change update date style & fix lost date
2024-02-21 10:35:08 +08:00
jahnli
3fb988a635 feat: update date style 2024-02-21 10:33:08 +08:00
jahnli
6d57b9145e
Merge pull request #5694 from Th1Humble/issue#5686
docs(CHANGELOG):add the update time
2024-02-21 09:51:05 +08:00
jahnli
b95f1f43c7
Merge branch 'main' into issue#5686 2024-02-21 09:50:23 +08:00
07akioni
7feb3b3017 feat(float-button): make it work 2024-02-21 03:30:58 +08:00
Th1Humble
dd3dfee452 fix: show the update time 2024-02-20 18:14:21 +08:00
Artea
3b28b671b6
fix(modal): Add modal functionality to DiscreteApp (#5684)
Signed-off-by: Sepush <sepush@outlook.com>
2024-02-17 19:41:48 +08:00
Artea
32676f1d4e
using new M1 macOS runner (#5683)
Signed-off-by: Sepush <sepush@outlook.com>
2024-02-17 19:06:36 +08:00
OrbisK
795f359018
chore: fix cn issue templates (#5648)
* chore: fix cn issue templates

* ci: separate cn from code
2024-01-31 11:26:28 +08:00
jahnli
da39759039
feat(float-button): new component (#5627)
* feat: create template

* feat: add demo

* feat: change to css

* feat: add style

* feat: add demo

* feat: add demo

* feat: add group

* feat: add docs

* feat: add log

* fix: style error

* feat: add docs
2024-01-29 23:38:05 +08:00
07akioni
2bf5229543 refactor(modal-provider): make it work 2024-01-29 23:36:51 +08:00
jahnli
e7f5534394
feat(modal-provider): add modal provider (#5547)
* feat: add modal provider

* fix: remove api

* feat: add demo
2024-01-29 22:12:38 +08:00
HackerWand
b0399649ef
fix(scrollbar):scrollTo method parameter order (#5636)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-01-29 22:07:55 +08:00
XieZongChen
4273b7ea0c
chore: delete invalid links (#5628) 2024-01-29 22:05:43 +08:00
dependabot[bot]
b69341e291
chore(deps-dev): bump husky from 8.0.3 to 9.0.6 (#5635)
Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.6.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.0.6)

---
updated-dependencies:
- dependency-name: husky
  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-01-29 22:04:45 +08:00
07akioni
789dbe054a chore: prepare for husky v9 2024-01-29 22:04:06 +08:00