Releases: product-os/docusaurus-builder
v2.1.6
v2.1.5
v2.1.4
v2.1.3
v2.1.2
Update dependency cheerio to v1.0.0
Notable changes
- The minimum NodeJS version is now 18.17 or higher https://github.com/cheeriojs/cheerio/pull/3959
- Import paths were simplified. For example, use
cheerio/slim
instead of - The deprecated default Cheerio instance and static methods were removed. https://github.com/cheeriojs/cheerio/pull/3974
- Node types previously re-exported by Cheerio must now be imported directly
- htmlparser2 options now reside exclusively under the
xml
key (https://github.com/cheeriojs/cheerio/pull/2916): - Add functions to load buffers, streams & URLs in NodeJS by @fb55 in https://github.com/cheeriojs/cheerio/pull/2857
- Add extract method by @fb55 in https://github.com/cheeriojs/cheerio/pull/2750
- Allow imports of
cheerio/utils
by @blixt in https://github.com/cheeriojs/cheerio/pull/2601 - Allow empty string in
data
, and simplify by @fb55 in https://github.com/cheeriojs/cheerio/pull/2818 - Make
closest
be able to start from text nodes by @Qualtagh in https://github.com/cheeriojs/cheerio/pull/2811 - Fix potential github action smells by @ceddy4395 in https://github.com/cheeriojs/cheerio/pull/3826
- Cheerio has a new website, featuring updated API docs and guides! https://github.com/cheeriojs/cheerio/pull/2950
cheeriojs/cheerio (cheerio)
v1.0.0
Cheerio 1.0 is here! 🎉
Announcement Blog Post
Breaking Changes
-
The minimum NodeJS version is now 18.17 or higher https://github.com/cheeriojs/cheerio/pull/3959
-
Import paths were simplified. For example, use
cheerio/slim
instead of
cheerio/lib/slim
. https://github.com/cheeriojs/cheerio/pull/3970 -
The deprecated default Cheerio instance and static methods were removed. https://github.com/cheeriojs/cheerio/pull/3974
Before, it was possible to write code like this:
import cheerio, { html } from 'cheerio'; html(cheerio('<test></test>')); // ~ '<test></test>' -- NO LONGER WORKS
Make sure to always load documents first:
import * as cheerio from 'cheerio'; cheerio.load('<test></test>').html();
-
Node types previously re-exported by Cheerio must now be imported directly
from (domhandler
)(https://github.com/fb55/domhandler). https://github.com/cheeriojs/cheerio/pull/3969 -
htmlparser2 options now reside exclusively under the
xml
key (https://github.com/cheeriojs/cheerio/pull/2916):const $ = cheerio.load('<html>', { xml: { withStartIndices: true, }, });
New Features
- Add functions to load buffers, streams & URLs in NodeJS by @fb55 in https://github.com/cheeriojs/cheerio/pull/2857
- Add extract method by @fb55 in https://github.com/cheeriojs/cheerio/pull/2750
Fixes
- Allow imports of
cheerio/utils
by @blixt in https://github.com/cheeriojs/cheerio/pull/2601 - Allow empty string in
data
, and simplify by @fb55 in https://github.com/cheeriojs/cheerio/pull/2818 - Make
closest
be able to start from text nodes by @Qualtagh in https://github.com/cheeriojs/cheerio/pull/2811 - Fix potential github action smells by @ceddy4395 in https://github.com/cheeriojs/cheerio/pull/3826
Other
- Cheerio has a new website, featuring updated API docs and guides! https://github.com/cheeriojs/cheerio/pull/2950
Full Changelog: cheeriojs/cheerio@v1.0.0-rc.12...v1.0.0
List of commits
e92ae17 (Update dependency cheerio to v1.0.0, 2024-08-14)
v2.1.1
v2.1.0
v2.0.33
Update dependency @docusaurus/types to v3.5.1
Notable changes
docusaurus-plugin-content-blog
,docusaurus-theme-search-algolia
docusaurus-theme-search-algolia
- Sunghyun Cho (@anaclumos)
- Sébastien Lorber (@slorber)
facebook/docusaurus (@docusaurus/types)
v3.5.1
🐛 Bug Fix
docusaurus-plugin-content-blog
,docusaurus-theme-search-algolia
docusaurus-theme-search-algolia
- #10382 fix(theme-algolia): useDocusaurusContext import error (@anaclumos)
Committers: 2
- Sunghyun Cho (@anaclumos)
- Sébastien Lorber (@slorber)
List of commits
5d4b0b5 (Update dependency @docusaurus/types to v3.5.1, 2024-08-12)
v2.0.32
Update dependency @docusaurus/types to v3.5.0
Notable changes
docusaurus-plugin-content-blog
docusaurus-theme-classic
,docusaurus-theme-common
,docusaurus-theme-translations
create-docusaurus
,docusaurus-plugin-content-blog
docusaurus-plugin-content-blog
,docusaurus-theme-classic
,docusaurus-theme-common
,docusaurus-theme-translations
,docusaurus-utils
docusaurus-theme-translations
docusaurus-mdx-loader
create-docusaurus
,docusaurus-plugin-content-blog
,docusaurus-theme-classic
,docusaurus-utils
docusaurus-plugin-client-redirects
,docusaurus-plugin-google-analytics
,docusaurus-plugin-google-gtag
,docusaurus-plugin-google-tag-manager
,docusaurus-plugin-pwa
,docusaurus-plugin-sitemap
,docusaurus-plugin-vercel-analytics
,docusaurus-types
,docusaurus
docusaurus-plugin-content-blog
,docusaurus-theme-classic
,docusaurus-theme-common
docusaurus-plugin-content-blog
,docusaurus-utils
docusaurus-mdx-loader
,docusaurus-plugin-content-blog
,docusaurus-plugin-content-docs
,docusaurus-plugin-content-pages
,docusaurus-utils-validation
docusaurus-theme-search-algolia
docusaurus-plugin-content-docs
docusaurus
docusaurus-theme-classic
docusaurus-utils
- Other
docusaurus-plugin-google-gtag
- #10330 chore(deps): bump github/codeql-action from 3.25.12 to 3.25.13 (@dependabot[bot])
- #10299 chore(deps): bump actions/dependency-review-action from 4.3.3 to 4.3.4 (@dependabot[bot])
- #10300 chore(deps): bump github/codeql-action from 3.25.11 to 3.25.12 (@dependabot[bot])
- #10259 chore(deps): bump github/codeql-action from 3.25.10 to 3.25.11 (@dependabot[bot])
- #10247 chore(deps): bump treosh/lighthouse-ci-action from 11.4.0 to 12.1.0 (@dependabot[bot])
- #10226 chore(deps): bump github/codeql-action from 3.25.8 to 3.25.10 (@dependabot[bot])
- #10227 chore(deps): bump ws from 7.5.9 to 7.5.10 (@dependabot[bot])
- #10210 chore(deps): bump braces from 3.0.2 to 3.0.3 (@dependabot[bot])
- #10209 chore(deps): bump actions/dependency-review-action from 4.3.2 to 4.3.3 (@dependabot[bot])
- #10208 chore(deps): bump github/codeql-action from 3.25.7 to 3.25.8 (@dependabot[bot])
- #10195 chore(deps): bump github/codeql-action from 3.25.6 to 3.25.7 (@dependabot[bot])
docusaurus-plugin-content-blog
,docusaurus-plugin-content-docs
,docusaurus-theme-classic
,docusaurus-theme-common
,docusaurus-theme-search-algolia
create-docusaurus
,docusaurus-cssnano-preset
,docusaurus-logger
,docusaurus-mdx-loader
,docusaurus-plugin-client-redirects
,docusaurus-plugin-content-blog
,docusaurus-plugin-content-docs
,docusaurus-plugin-content-pages
,docusaurus-plugin-debug
,docusaurus-plugin-google-analytics
,docusaurus-plugin-google-gtag
,docusaurus-plugin-google-tag-manager
,docusaurus-plugin-ideal-image
,docusaurus-plugin-pwa
,docusaurus-plugin-sitemap
,docusaurus-plugin-vercel-analytics
,docusaurus-preset-classic
,docusaurus-remark-plugin-npm2yarn
,docusaurus-theme-classic
,docusaurus-theme-common
,docusaurus-theme-live-codeblock
,docusaurus-theme-mermaid
,docusaurus-theme-search-algolia
,docusaurus-theme-translations
,docusaurus-utils-common
,docusaurus-utils-validation
,docusaurus-utils
,docusaurus
,eslint-plugin
,lqip-loader
,stylelint-copyright
- Aaron Chen (@pjchender)
- Alice Zhao (@alicelovescake)
- Ashiq Firoz (@ashiq-firoz)
- Balthasar Hofer (@lebalz)
- Bharatesh (@bharateshwq)
- Daniel Li (@d4nyll)
- Dhaya (@dhayab)
- Hichem Fantar (@hichemfantar)
- John Reilly (@johnnyreilly)
- Joshua Chen (@Josh-Cena)
- Julian V (@ultimate)
- Markus Tamm (@chirbard)
- Max Schmitt (@mxschmitt)
- Mohammad Bagher Abiyat (@Aslemammad)
- Paneedah (@Paneedah)
- Priyadi Iman Nurcahyo (@priyadi)
- Robin Otter (@Gekd)
- Rohan Thakur (@Xebec19)
- Sergio (@sergioalmela)
- Sébastien Lorber (@slorber)
- Tatsunori Uchino (@tats-u)
- @franzd1
- ozaki (@OzakIOne)
- yujonglee (@yujonglee)
- 정보현 Bohyun Jung (@bohyunjung)
facebook/docusaurus (@docusaurus/types)
v3.5.0
🚀 New Feature
docusaurus-plugin-content-blog
- #10375 feat(blog): add
onUntruncatedBlogPosts
blog options (@OzakIOne)
- #10375 feat(blog): add
docusaurus-theme-classic
,docusaurus-theme-common
,docusaurus-theme-translations
- #10376 feat(theme): show unlisted/draft banners in dev mode (@OzakIOne)
create-docusaurus
,docusaurus-plugin-content-blog
docusaurus-plugin-content-blog
,docusaurus-theme-classic
,docusaurus-theme-common
,docusaurus-theme-translations
,docusaurus-utils
- #10216 feat(blog): authors page (@OzakIOne)
docusaurus-theme-translations
- #10339 feat(translation): add Estonian default translation (@chirbard)
- #10325 feat(translations): Indonesian translation (@priyadi)
docusaurus-mdx-loader
- #10335 feat(mdx-loader): wrap mdx content title (
# Title
) in<header>
for concistency (@OzakIOne)
- #10335 feat(mdx-loader): wrap mdx content title (
create-docusaurus
,docusaurus-plugin-content-blog
,docusaurus-theme-classic
,docusaurus-utils
- #10222 feat(blog): author header social icons (@OzakIOne)
docusaurus-plugin-client-redirects
,docusaurus-plugin-google-analytics
,docusaurus-plugin-google-gtag
,docusaurus-plugin-google-tag-manager
,docusaurus-plugin-pwa
,docusaurus-plugin-sitemap
,docusaurus-plugin-vercel-analytics
,docusaurus-types
,docusaurus
docusaurus-plugin-content-blog
,docusaurus-theme-classic
,docusaurus-theme-common
- #10252 feat(blog): group sidebar items by year (
themeConfig.blog.sidebar.groupByYear
) (@alicelovescake)
- #10252 feat(blog): group sidebar items by year (
docusaurus-plugin-content-blog
,docusaurus-utils
- #10224 feat(blog): warn duplicate and inline authors (@OzakIOne)
docusaurus-mdx-loader
,docusaurus-plugin-content-blog
,docusaurus-plugin-content-docs
,docusaurus-plugin-content-pages
,docusaurus-utils-validation
🐛 Bug Fix
docusaurus-theme-translations
...