All Versions
134
Latest Version
Avg Release Cycle
38 days
Latest Release
877 days ago
Changelog History
Page 9
Changelog History
Page 9
-
v2.0.0-alpha.22 Changes
July 20, 2019- β Add missing dependencies on
@docusaurus/preset-classic
- π New plugin
@docusaurus/plugin-ideal-image
to generate an almost ideal image (responsive, lazy-loading, and low quality placeholder) - π Better Twitter/discord image preview. Previously the size is too zoomed
- π Allow prism syntax highlighting theme customization. Refer to https://docusaurus.io/docs/markdown-features#syntax-highlighting
- π CSS is now autoprefixed using postcss
- Faster, lighter webpack bundle size
@docusaurus/theme-live-codeblock
is now much smaller in size and no longer only load on viewport- π Blog markdown files now support using the id field to specify the path
- β Add missing dependencies on
-
v2.0.0-alpha.21 Changes
July 14, 2019- π Fix babel-loader not transpiling docusaurus package
-
v2.0.0-alpha.20 Changes
July 14, 2019- β Add copy codeblock button
- β Add Google analytics and Google gtag plugins.
- Move source components to
/src
. Please create awebsite/src
directory and move your/pages
and/theme
code into it. This is to make it easier to integrate your website with external build/static analysis tooling (you can now just pass insrc/**/*.js
as the path to process). - β Adde more documentation thanks to @wgao19.
- β‘οΈ Deprecate the current docs plugin. The docs plugin as of 2.0.0-alpha.19 is heavily based on V1 specifications and we intend to create a better one that fixes some of the inconsistencies in V1. If you have swizzled any doc components, you will have to update their names. You are highly encourages to not swizzle the legacy doc components until we have completed the new docs plugin.
- π¦ Separate v2 init command to new package @docusaurus/init
- Render 404.html page
- π Improve SEO
- Clicking on the logo in the mobile sliding navigation will now bring you to the homepage.
- π Performance
- Disable webpack output pathinfo. Webpack has the ability to generate path info in the output bundle. However, this puts garbage collection pressure on projects that bundle thousands of modules. Not very useful for our case
- Drop cache-loader in CI and test environment because it has an initial overhead. We always start from scratch in vm instance like CI so cache-loader is useless
- Better splitchunks and babel default webpack config
-
v2.0.0-alpha.19 Changes
June 07, 2019- β Add a sensible default for browserslist config.
- π» UI
- Add sun and moon emoji to the dark mode toggle.
- Mobile responsive menu.
- Right table of contents for docs is now sticky.
- π Plugins
- Change plugin definitions from classes to functions. Refer to the new plugin docs.
- Implement Clients module API.
- Change format within
docusaurus.config.js
to be like presets.
- Deps
- Infima CSS is now locked down to specific versions and not relying upon the CDN which reads from trunk.
- Update dependencies to latest
- Customize/ Override infima CSS variables by passing options into the classic preset.
presets: [ [ '@docusaurus/preset-classic', { theme: { customCss: require.resolve('./css/custom.css'), }, ... }, ], ],
- π Allow passing remark and rehype plugins to mdx-loader for docs and blog plugin
- π Move themes component of docs and blog to be part of theme-classic
- π Use composition style for prism syntax highlighting instead of doing it via rehype plugin
- π Pass MDXProvider to docs and blog. To change the provided MDX components, run
docusaurus swizzle @docusaurus/theme-classic MDXComponents
- β Add @docusaurus/theme-livecodeblock plugin
- π Better run-time code generation & webpack splitchunks optimization
- π Minify css for production build
- π Fix weird scrolling problem when navigating to a route with a
hash
location
-
v1.14.5 Changes
August 01, 2020 -
v1.14.4 Changes
January 12, 2020Rest 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
π± π Internal
docusaurus-1.x
- #2194 blog: tribute to Endi (@JoelMarcey)
- #2163 blog: 2019 recap (@yangshun)
- #2087 fix(v1): add key to versions.map in versions.js (@FeynmanDNA)
- #2083 refactor(v1): fix props for ProjectTitle (@FeynmanDNA)
Committers: 6
-
v1.14.2 Changes
November 22, 2019:bug: Bug Fix
π :memo: Documentation
- π #2026 docs(v1): showcase user Channelize.io (@gauravberiwal)
-
v1.14.1 Changes
November 21, 2019:bug: Bug Fix
- #2022 fix(v1): markdown content and toc should render the same (@endiliey)
- #2020 fix(v1): docusaurus-start should work even if path contain 'pages' word (@endiliey)
- #2019 fix(v1): consistent slug & hash-link generation (@endiliey)
- #1869 fix(v1): fix page title render issue when referred by search result (@parvezakkas)
- #1895 fix(v1): mobile safari search input misalignment in header (@sarneeh)
- #1871 misc(v1): use primary color for hovered items in table of contents (@blitz137)
:house: Internal
- π³ #1920 misc(v1): use Node.js lts version for docker (@gengjiawen)
π :memo: Documentation
- π #1998 docs(v1): showcase user collective (@kenning)
- π #1961 docs(v1): remove exclusive language (@ericcarboni)
- π #1873 docs: showcase user Amphora (@xtellurian)
- π #1918 docs(v1): showcase user Reactive Interaction Gateway (@mmacai)
- β‘οΈ #1911 docs: updating configcat user link (@mr-sige)
- β‘οΈ #1902 misc: update URLs to non-HTML versions (@ikrydev)
- π #1901 docs(v1): remove broken link for user Vasern (@ikrydev)