All Versions
134
Latest Version
Avg Release Cycle
38 days
Latest Release
877 days ago

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
  • 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 a website/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 in src/**/*.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.6 Changes

    August 05, 2020

    [1.14.6] - 2020-08-05

    🍱 πŸ› Bug Fix

    docusaurus-1.x

    • #3213 fix(v1): fresh install failing due to <> syntax (@slorber)
    πŸ“š πŸ“ Documentation
    Committers: 1
  • v1.14.5 Changes

    August 01, 2020

    [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
    • docusaurus-1.x
      • #2955 feat(v1): add deletedDocs config to fix unwanted versioning fallback (@aldeed)
    • πŸ“„ #3011 docs(v1): external links (@slorber)
    • 🏁 #2307 docs(v1): fix Windows instructions for GitHub Pages publishing (@jartuso)
    Committers: 6
  • v1.14.4 Changes

    January 12, 2020

    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
      • #2196 fix(v1): fix JSX highlighting by passing language to Prism (@gaearon)
    🍱 🏠 Internal
    Committers: 6
  • v1.14.3 Changes

    December 01, 2019
    :bug: Bug Fix
    • docusaurus-1.x
    :house: Internal
    • docusaurus-1.x
    Committers: 2
  • v1.14.2 Changes

    November 22, 2019
    :bug: Bug Fix
    • docusaurus-1.x
      • #2028 fix(v1): apply negative margin to docs heading only (@yangshun)
    πŸ“š :memo: Documentation
  • 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
    πŸ“š :memo: Documentation