vueup / vue-quill

Rich Text Editor Component for Vue 3.
https://vueup.github.io/vue-quill/
MIT License
1.13k stars 282 forks source link

build(deps-dev): bump vitepress from 1.0.0-alpha.51 to 1.0.0-alpha.58 in /docs #346

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps vitepress from 1.0.0-alpha.51 to 1.0.0-alpha.58.

Release notes

Sourced from vitepress's releases.

v1.0.0-alpha.58

Please refer to CHANGELOG.md for details.

v1.0.0-alpha.57

Please refer to CHANGELOG.md for details.

v1.0.0-alpha.56

Please refer to CHANGELOG.md for details.

v1.0.0-alpha.55

Please refer to CHANGELOG.md for details.

v1.0.0-alpha.54

Please refer to CHANGELOG.md for details.

v1.0.0-alpha.53

Please refer to CHANGELOG.md for details.

v1.0.0-alpha.52

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

1.0.0-alpha.58 (2023-03-14)

Bug Fixes

  • fix optional component imports from default theme (7b0f289)

1.0.0-alpha.57 (2023-03-14)

Bug Fixes

  • types: allow void return in transformHead hook (32dfaf5)

Features

  • expose page and assets on build hooks TransformContext (468c049)
  • theme: a11y improvements (3b6a6d1)
  • theme: aria-label for social links (6ca34c4)
  • theme: page outline for mobile (7182c42)
  • theme: support extending default theme without importing fonts (da1691d)
  • theme: use more accessible header anchors #2040

Performance Improvements

BREAKING CHANGES

  • markdown.headers is now disabled by default. This means PageData will no longer include extracted headers by default unless this option is explicitly enabled. This is because the default theme now extracts page headers at runtime, so the data is no longer needed by default.

1.0.0-alpha.56 (2023-03-13)

Bug Fixes

  • do not include head tags in inlined site data (2f26693)

1.0.0-alpha.55 (2023-03-13)

Bug Fixes

... (truncated)

Commits
  • 0dc98ef release: v1.0.0-alpha.58
  • 323fe30 docs: add note about importing optional components when using no fonts defaul...
  • 7b0f289 fix: fix optional component imports from default theme
  • 51c57d1 release: v1.0.0-alpha.57
  • da1691d feat(theme): support extending default theme without importing fonts
  • 24735db perf(theme): preload font
  • 5dd2a23 docs: preload home page images
  • 32dfaf5 fix(types): allow void return in transformHead hook
  • 2bf8df4 BREAKING CHANGE: markdown.headers is now disabled by default
  • 468c049 feat: expose page and assets on build hooks TransformContext
  • 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 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)
dependabot[bot] commented 1 year ago

Superseded by #347.