Skip to content

Releases: facebook/docusaurus

v1.11.1

08 Jun 18:07
3496f6e
Compare
Choose a tag to compare

This version mainly include dependency upgrades to resolve security vulnerabilities.

v1.11.0

31 May 06:16
68ca885
Compare
Choose a tag to compare

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

21 May 10:27
Compare
Choose a tag to compare

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

29 Apr 22:43
35e6648
Compare
Choose a tag to compare

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.0

30 Mar 15:00
Compare
Choose a tag to compare

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

20 Mar 06:19
Compare
Choose a tag to compare

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.0

20 Mar 06:17
Compare
Choose a tag to compare

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.7.2

29 Jan 06:20
311b44a
Compare
Choose a tag to compare

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

See the CHANGELOG.md for more details.

v1.7.1

24 Jan 15:10
49efdd8
Compare
Choose a tag to compare

HOTFIX

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

See the CHANGELOG.md for more details.

v1.6.2

07 Dec 18:18
b2b1cc2
Compare
Choose a tag to compare

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