Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 23, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
docusaurus 1.0.10 -> 1.14.7 age adoption passing confidence

Release Notes

facebook/docusaurus

v1.14.7

Compare Source

[1.14.7] - 2021-03-09

🏠 Internal
Committers: 1

v1.14.6

Compare Source

[1.14.6] - 2020-08-05

🐛 Bug Fix
📝 Documentation
Committers: 1

v1.14.5

Compare Source

[1.14.5] - 2020-08-01

🚀 New Feature
  • docusaurus-1.x
    • #​2955 feat(v1): add deletedDocs config to fix unwanted versioning fallback (@​aldeed)
    • #​3124 feat(v1): add 'slugPreprocessor' config option to allow users customize the hash links (@​Simek)
📝 Documentation
Committers: 6

v1.14.4

Compare Source

Rest in Peace @​endiliey

It is with great sadness to announce that our primary external Docusaurus contributor, Endilie Yacop Sucipto (@​endiliey), passed away on Jan 5th after battling cancer and illnesses for years. We have written a blog post in memory of him.


🐛 Bug Fix
  • docusaurus-1.x
🏠 Internal
Committers: 6

v1.14.3

Compare Source

🐛 Bug Fix
🏠 Internal
Committers: 2

v1.14.2

Compare Source

🐛 Bug Fix
📝 Documentation

v1.14.1

Compare Source

🐛 Bug Fix
🏠 Internal
📝 Documentation

See CHANGELOG.md for more details.

v1.14.0

Compare Source

Added

  • feat: allow specifying meta desc in front matter (#​1859)

See CHANGELOG.md for more details.

v1.13.0

Compare Source

Fixed

  • fix: content aligning breaks at IE11 (#​1684)
  • fix: footer links margin (#​1781)
  • feat: strip html from TOC (#​1762)

See CHANGELOG.md for more details.

v1.12.0

Compare Source

In this release we have a few features that enable more semantic use cases for v1:

  • Enable hiding blog posts in production from the sidebar and the feeds by adding an unlisted: true header option (#​1396, thanks @​olafurpg)
  • Replace apostrophe with empty string in header slugification (#​1618, thanks @​parthpp)
  • Use primary color for highlighted items in table of contents (#​1628, thanks @​parvezakkas)

And we have a number of fixes including bootstrapped footer social links (#​1647), PostCSS warning on build command (#​1664, thanks @​ybiquitous), and properly render meta description (#​1672). We've also upgraded a lot of dependencies to fix vulnerability issues (#​1668).

We're constantly improving our docs! Check out #​1649 (thanks @​mesaugat) and #​1615 (thanks @​anurag).

In case you are not aware, you can check out Docusaurus 2 alpha at https://v2.docusaurus.io. Meanwhile, we're also welcoming PRs for v2 docs in an umbrella issue #​1640. Check it out if you're interested in contributing.

Finally, welcoming new users onboard:

And our very first v2 users:

See CHANGELOG.md for more details.

v1.11.1

Compare Source

This version mainly include dependency upgrades to resolve security vulnerabilities.

v1.11.0

Compare Source

We added a new feature of highlighting the table of contents on the right side as you scroll the docs pages with the great work by @​tusharf5. A few bugs affecting local development were also fixed. More notably, the blog's left sidebar will not hide the post titles when docsSideNavCollapsible is turned on. This is a bugfix/backward-incompatible change depending on how you view it, but probably nobody wanted that collapsing behavior on the blog sidebar in the first place.

We also welcome @​wgao19 to the core team! She'll be helping us with Docusaurus 2 work leveraging on her experience writing documentation and CSS!

Changes
  • fix: reload siteConfig.js automatically when locally served page is refreshed (#​1509)
  • fix: don't collapse the blog navigation even if collapsible is true (#​1519)
  • fix: enable live reloading title of doc (#​1507)
  • feat: highlight nav item in onPageNav ToC (#​1524)

v1.10.0

Compare Source

This version mainly include many bug fixes and a new feature to use different host other than localhost through CLI flag.

Other than that, we also made some significant progress on Docusaurus 2 development. In the near future, we'll be rolling out the alpha version publicly to maximize community participation and feedback. Please stay tuned 😉

See the CHANGELOG.md for more details.

v1.9.0

In preparation of F8 where @​yangshun will be holding a classroom session on building a Docusaurus site, we've added a tutorial to teach people how to create a versioned Docusaurus site.

We also revamped the docusaurus-init script such that the theme colors are random and you partnered with unDraw to generate illustrations that match your theme color! Check it out!

The sidebar icon on mobile screens have been changed to a more conventional hamburger style icon which is more intuitibe. If you customized that part, check if your site's layout broke because of it.

Lastly, welcome Pulsar, Mockit and React Testing Library as users!

Thank you to the following contributors:

See the CHANGELOG.md for more details.

v1.8.1

Compare Source

v1.8.0

Compare Source

This version mainly include bug fixes and a new feature to skip the next release documents when versioning is enabled.

Thank you to the following contributors:

See the CHANGELOG.md for more details.

v1.7.3

Compare Source

Thank you to the following contributors who helped with this release. Special thanks to @​jakebolam for making this release happen!

@​zpao
@​jeromesimeon
@​yangshun
@​bartanthonissen
@​YoshinoriN
@​marvinchin
@​sinchange
@​githubsaturn
@​fiennyangeln
@​ahtee
@​endiliey
@​ael-mas
@​natemago
@​co16353sidak
@​CPSTL
@​alexkrolick

See the CHANGELOG.md for more details.

v1.7.2

Compare Source

Minor fixes and improvements to some of the features introduced in 1.7.0.

See the CHANGELOG.md for more details.

v1.7.1

Compare Source

HOTFIX

imagemin got pushed down into developer dependencies, breaking the build. This fixes that.

See the CHANGELOG.md for more details.

v1.7.0

Compare Source

It's the first release of the year! We've fixed a number of layout bugs and shipped a few significant new features such as:

  • Collapsible sidebar - Especially useful for pages with long list of items.
  • Language-specific Code Tabs - Great for documentations that target multiple languages.

We also welcome a ton of new users: Node Serialport, TypeGraphQL, React Native Sensors, FBT, KaTeX, Redux, and React Leaflet.

Thank you to the following contributors who helped with this release:

See the CHANGELOG.md for more details.

v1.6.2

Compare Source

Hotfix for 1.6.1. We overlooked a critical bug caused by hardcoded path on PR #​1143.

v1.6.1

Compare Source

This version mainly includes bug fixes found in 1.6.0 that improves stability.

Thank you to the following contributors who helped with this release:

See the CHANGELOG.md for more details.

v1.6.0

Compare Source

Thank you to the following contributors who helped with this release:

See the CHANGELOG.md for more details.

v1.5.1

Compare Source

A release where we had many external contributors! Very excited to see the community being involved in the project.

Welcome to our newest users, Create React App, Stackery, Vasern, Noderize, React 360 and Formik.

Thank you to the following contributors who helped with this release:

@​yangshun
@​endiliey
@​JoelMarcey
@​tanhauhau
@​fiennyangeln
@​vikr01
@​alexdriedger
@​hobofan
@​bildungsroman
@​tirthbodawala
@​M4rk9696
@​sinodko
@​aenuros
@​SleepWalker
@​pdyx2828
@​phated
@​huguestennier
@​gtoprak
@​Rajekevin
@​sunitasen
@​shahednasser

See the CHANGELOG.md for more details.

v1.5.0

Compare Source

This version introduces a big improvement to the sidebar, where you can now have subcategories.

Welcome to our newest user, Skip.

Thank you to the following contributors who helped with this release:

See the CHANGELOG.md for more details.

v1.4.0

Compare Source

This version mainly includes bug fixes, documentation updates, and several new features.

We also added a new blog post about upcoming Docusaurus 2.

Thank you to the following contributors who helped with this release:

See the CHANGELOG.md for more details.

v1.3.3

Compare Source

This version mainly includes bug fixes, documentation updates, refactoring & testing to improves stability of Docusaurus.

In addition, we are starting Docusaurus Open Collective. The funds collected will be used to support the development of Docusaurus.

Thank you to the following contributors who helped with this release:

See the CHANGELOG.md for more details.

v1.3.2

Compare Source

This version mainly includes bug fixes found in 1.3.1 that improves stability and UX improvements.

Welcome to our newest user, single-spa, a framework that allows you to use multiple front end frameworks in one SPA.

Thank you to the following contributors who helped with this release:

See the CHANGELOG.md for more details.

v1.3.1

Compare Source

This release mainly includes bug fixes found in 1.3.0 that improves stability.

Thank you to the following contributors who helped with this release:

See the CHANGELOG.md for more details.

v1.3.0

Compare Source

1.3.0 introduces a brief clean up of our CSS, overall site typography and some improvements to Algolia search.

Welcome to our newest user, ml5, a really cool machine library in JavaScript.

Thank you to the following contributors who helped with this release:

See the CHANGELOG.md for more details.

v1.2.1

Compare Source

Fixes from existing issues and those found in the 1.2.0 release. Fixes include being able to modify the metadata of a doc without resorting to deleting en.json (possible breaking change), using absolute URLs instead of relative for docs links, and more. We also added a few new things as well.

Welcome to our newest users, Babel, Sonar, Metro, StreamPipes, and rest-hapi.

Thank you to the following contributors who helped with this release:

See the CHANGELOG.md for more details.

Re: the breaking change: this may not affect many users, but if you modified the en.json to add your own custom translation strings, we changed how this is handled, and you will need to follow the instructions here to modify your setup.

v1.2.0

Compare Source

A major point release. This release adds highly requested features, including extension-less URLs, nested directories for docs and adding a second option (Prism) for syntax highlighting.

Welcome to our newest users, pnpm and Anssr Data.

A special thank you to @​endiliey who has come in and did awesome work for Docusaurus. @​endiliey is now an official maintainer of the Docusaurus repo because of his efforts.

Thank you to the following contributors who helped with this release:

@​endiliey
@​yangshun
@​gimdongwoo
@​balloob
@​zkochan
@​gustavohenke
@​ranolf
@​Themandunord
@​ericnakagawa
@​vacarsu
@​SleepWalker
@​brenopolanski
@​skratchdot

See the CHANGELOG for more details.

v1.1.5

Compare Source

Hotfix release - move a dependency from developer to production in package.json.

See CHANGELOG for details.

v1.1.4

Compare Source

Yet another hotfix release. We found an issue with the way we did LiveReload - we were watching the node_modules directory and that caused some users to encounter errors. We stopped watching node_modules directory in gaze.

Thank you to the following contributors who helped with this release:

@​artiebits
@​yangshun

See the CHANGELOG for full details.

v1.1.3

Compare Source

npm had an issue where some packages were not being published. This should hopefully be resolved now; publishing a new version just in case.

Also, welcome TextLint and Open Power Quality as new users.

Thank you to the following contributors who helped with this release:

@​azu
@​philipmjohnson
@​violabg
@​sebelga

See our CHANGELOG

v1.1.2

Compare Source

Hotfix release because one of our third-party dependencies didn't support Node 10+.

See the CHANGELOG for full details.

v1.1.1

Compare Source

Hotfix release because of a dependency needed that was only in developer dependencies.

See CHANGELOG for more details

v1.1.0

Compare Source

This is our first major point release. There are three primary reasons for this:

  • One of our most requested issues has been implemented - Live Reload.
  • We migrated to React 16 support (which wasn't as difficult as initially thought 😄 )
  • The blog now allows for Facebook-based comments.

There are a lot of other fixes and enhancements as well. Also, we have five new users of Docusaurus within this release as well. Thank you to WarriorJS, Bemuse, Pyre-Check, Draft.js and CaptainDuckDuck for using Docusaurus.

There are also various documentation fixes as well.

Thank you to the following contributors who helped with this release:

See the CHANGELOG for full details.

v1.0.15

Compare Source

This release has a lot of commits, including bug fixes, documentation updates, as well as a bit of new functionality. A new blog post from @​caabernathy about how easy it is to create a Docusaurus site, a lot of Windows/IE fixes, the ability to specify the default version shown, and more.

Thank you to the following contributors who have helped with this releae:

See the CHANGELOG for full details.

v1.0.14

Compare Source

Small release mostly for documentation.

Thank you to the following contributors who have helped with this release:

See the CHANGELOG for full details.

v1.0.13

Compare Source

This is primarily a bug fix release. Added support for custom theme highlighting URL. Fixes around --port and using layout in doc metadata.

Thank you to the following contributors who helped with this release:

See the CHANGELOG for full details.

v1.0.12

Compare Source

This is a general release with additions and documentation updates. We would also like to welcome React Native Elements as a user of Docusaurus.

https://docusaurus.io has turned on versioning. There are other documentation updates as well.

Thank you to the following contributors who helped with this release:

See the CHANGELOG for full details.

v1.0.11

Compare Source

This is a general release with mostly bug fixes and documentation updates (which are already live on https://docusuarus.io).

Additions and fixes include dynamic port switching for the local server, a new hide_title option for your docs, fixed the language dropdown for navigation, along with others.

See the CHANGELOG for full details.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 38a6a49 on renovate/docusaurus-monorepo into 62bcc83 on master.

@renovate renovate bot force-pushed the renovate/docusaurus-monorepo branch from 38a6a49 to cec8551 Compare April 26, 2021 13:29
@renovate renovate bot changed the title chore(deps): update dependency docusaurus to v1.14.6 chore(deps): update dependency docusaurus to v1.14.7 Apr 26, 2021
@renovate
Copy link
Contributor Author

renovate bot commented Mar 25, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants