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 @docusaurus/core from 2.0.0-alpha.63 to 2.0.0-alpha.70 #81

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 13, 2021

Bumps @docusaurus/core from 2.0.0-alpha.63 to 2.0.0-alpha.70.

Release notes

Sourced from @docusaurus/core's releases.

2.0.0-alpha.70 (2020-12-17)

Note: this contains i18n related code, but this is not ready for mainstream adoption. We'll feature the i18n support with proper documentation later (after Jest website is migrated to Docusaurus 2).

🚀 New Feature

  • docusaurus
  • docusaurus-module-type-aliases, docusaurus-theme-classic, docusaurus-types, docusaurus
    • #3916 feat(v2): Add localeDropdown navbar item type + i18n localeConfigs field (@slorber)
  • docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-theme-bootstrap, docusaurus-theme-classic, docusaurus-types
    • #3904 feat(v2): inline table-of-contents + refactor TOC (@slorber)
  • docusaurus-plugin-content-docs
    • #3888 feat(v2): add custom props for consumption by swizzled sidebar (@oriooctopus)
  • docusaurus-plugin-content-blog
  • Other
  • docusaurus-1.x, docusaurus-module-type-aliases, docusaurus-plugin-client-redirects, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-theme-search-algolia, docusaurus-types, docusaurus-utils, docusaurus
    • #3325 feat(v2): core v2 i18n support + Docusaurus site Crowdin integration (@slorber)

💥 Breaking Change

  • docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-theme-bootstrap, docusaurus-theme-classic, docusaurus-types
    • #3904 feat(v2): inline table-of-contents + refactor TOC (@slorber)
  • docusaurus-plugin-content-blog

🐛 Bug Fix

  • docusaurus
    • #3922 fix(v2): fix navbar items issue on Windows? (@slorber)
    • #3920 fix(v2): i18n translation extractor should handle JSX formatting edge cases better (@slorber)
    • #3896 fix(v2): do not treat at-rules during CSS minification (@lex111)
    • #3869 fix(v2): load plugin commands async to fix broken plugin CLI commands docs:version (@aeneasr)
  • docusaurus-theme-classic
    • #3921 fix(v2): remove useless console log (@slorber)
    • #3895 fix(v2): use proper element for pagination nav label (@lex111)
    • #3882 fix(v2): improve Footer structure, add class names, use Infima transition (@Simek)
    • #3877 fix(v2): dynamic dark mode detection without toggle widget (@hmil)
    • #3854 fix(v2): refactor icons in theme-classic, fix swizzle issue (@Simek)
    • #3823 fix(v2): support rendering of singular tabs (@aeneasr)
    • #3817 fix(v2): Allow footer logo at attribute to be empty (@aarongarciah)
  • docusaurus-theme-bootstrap, docusaurus-theme-classic
    • #3900 fix(v2): correct typo in metas generated for Twitter cards (@mpsq)
  • Other
    • #3872 chore: add missing v1 generated files to ignores (@Simek)
    • #3833 fix(v2): temporary: disable crowdin until PR env variable permission fixed (@slorber)
  • stylelint-copyright

... (truncated)

Changelog

Sourced from @docusaurus/core's changelog.

2.0.0-alpha.70 (2020-12-17)

🚀 New Feature

  • docusaurus
  • docusaurus-module-type-aliases, docusaurus-theme-classic, docusaurus-types, docusaurus
    • #3916 feat(v2): Add localeDropdown navbar item type + i18n localeConfigs field (@slorber)
  • docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-theme-bootstrap, docusaurus-theme-classic, docusaurus-types
    • #3904 feat(v2): inline table-of-contents + refactor TOC (@slorber)
  • docusaurus-plugin-content-docs
    • #3888 feat(v2): add custom props for consumption by swizzled sidebar (@oriooctopus)
  • docusaurus-plugin-content-blog
  • Other
  • docusaurus-1.x, docusaurus-module-type-aliases, docusaurus-plugin-client-redirects, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-theme-search-algolia, docusaurus-types, docusaurus-utils, docusaurus
    • #3325 feat(v2): core v2 i18n support + Docusaurus site Crowdin integration (@slorber)

💥 Breaking Change

  • docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-theme-bootstrap, docusaurus-theme-classic, docusaurus-types
    • #3904 feat(v2): inline table-of-contents + refactor TOC (@slorber)
  • docusaurus-plugin-content-blog

🐛 Bug Fix

  • docusaurus
    • #3922 fix(v2): fix navbar items issue on Windows? (@slorber)
    • #3920 fix(v2): i18n translation extractor should handle JSX formatting edge cases better (@slorber)
    • #3896 fix(v2): do not treat at-rules during CSS minification (@lex111)
    • #3869 fix(v2): load plugin commands async to fix broken plugin CLI commands docs:version (@aeneasr)
  • docusaurus-theme-classic
    • #3921 fix(v2): remove useless console log (@slorber)
    • #3895 fix(v2): use proper element for pagination nav label (@lex111)
    • #3882 fix(v2): improve Footer structure, add class names, use Infima transition (@Simek)
    • #3877 fix(v2): dynamic dark mode detection without toggle widget (@hmil)
    • #3854 fix(v2): refactor icons in theme-classic, fix swizzle issue (@Simek)
    • #3823 fix(v2): support rendering of singular tabs (@aeneasr)
    • #3817 fix(v2): Allow footer logo at attribute to be empty (@aarongarciah)
  • docusaurus-theme-bootstrap, docusaurus-theme-classic
    • #3900 fix(v2): correct typo in metas generated for Twitter cards (@mpsq)
  • Other
    • #3872 chore: add missing v1 generated files to ignores (@Simek)
    • #3833 fix(v2): temporary: disable crowdin until PR env variable permission fixed (@slorber)
  • stylelint-copyright
    • #3852 fix(v2): to fix the canary release GH workflow (@slorber)
  • docusaurus-theme-search-algolia

... (truncated)

Commits
  • ae45b11 v2.0.0-alpha.70
  • df47c17 feat(v2): Add <Root> theme element (#3932)
  • 6703f84 fix(v2): fix navbar items issue on Windows? (#3922)
  • 1db0277 fix(v2): i18n translation extractor should handle JSX formatting edge cases b...
  • aff6561 feat(v2): Add localeDropdown navbar item type + i18n localeConfigs field (#3916)
  • 3570aa0 fix(v2): don't remove viewBox from svg
  • b14b9c8 fix(v2): do not treat at-rules during CSS minification (#3896)
  • ec297ce polish(v2): improve docusaurus deploy logs (#3880)
  • 415a797 fix(v2): load plugin commands async to fix broken plugin CLI commands `docs:v...
  • ad31fac chore(v2): fix several lint warnings, add missing types, cleanup (#3844)
  • 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 @github
Copy link
Author

dependabot bot commented on behalf of github Mar 16, 2021

Superseded by #106.

@dependabot dependabot bot closed this Mar 16, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/docusaurus/core-2.0.0-alpha.70 branch March 16, 2021 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants