Split text into semantic chunks, up to a desired chunk size. Supports calculating length by characters and tokens, and is callable from Rust and Python.
MIT License
270
stars
16
forks
source link
Bump the minor group in /docs with 41 updates #332
#178468f56a7 Thanks @HiDeoo! - Adds <LinkButton> component for visually distinct and emphasized call to action links
#21509368494 Thanks @delucis! - Adds state persistence across page navigations to the main site sidebar
#2087caa84ea Thanks @HiDeoo! - Adds persistence to synced <Tabs> so that a user's choices are reflected across page navigations.
#2051ec3b579 Thanks @HiDeoo! - Adds a guideline to the last step of the <Steps> component.
If you want to preserve the previous behaviour and hide the guideline on final steps, you can add the following custom CSS to your site:
/* Hide the guideline for the final step in <Steps> lists. */
.sl-steps > li:last-of-type::after {
background: transparent;
}
#178468f56a7 Thanks @HiDeoo! - Changes the hero component action button default variant from minimal to primary.
⚠️ BREAKING CHANGE: If you want to preserve the previous appearance, hero component action buttons previously declared without a variant will need to be updated to include the variant property with the value minimal.
#2168e044fee Thanks @HiDeoo! - ⚠️ BREAKING CHANGE: Updates the <StarlightPage /> component sidebar prop to accept an array of SidebarItems like the main Starlight sidebar configuration in astro.config.mjs.
This change simplifies the definition of sidebar items in the <StarlightPage /> component, allows for shared sidebar configuration between the global sidebar option and <StarlightPage /> component, and also enables the usage of autogenerated sidebar groups with the <StarlightPage /> component.
If you are using the <StarlightPage /> component with a custom sidebar configuration, you will need to update the sidebar prop to an array of SidebarItem objects.
For example, the following custom page with a custom sidebar configuration defines a “Resources” group with a “New” badge, a link to the “Showcase” page which is part of the docs content collection, and a link to the Starlight website:
#221974d4716 Thanks @HiDeoo! - Fixes a sidebar persistence issue when navigating between pages with different sidebar content.
0.26.0
Minor Changes
#178468f56a7 Thanks @HiDeoo! - Adds <LinkButton> component for visually distinct and emphasized call to action links
#21509368494 Thanks @delucis! - Adds state persistence across page navigations to the main site sidebar
#2087caa84ea Thanks @HiDeoo! - Adds persistence to synced <Tabs> so that a user's choices are reflected across page navigations.
#2051ec3b579 Thanks @HiDeoo! - Adds a guideline to the last step of the <Steps> component.
If you want to preserve the previous behaviour and hide the guideline on final steps, you can add the following custom CSS to your site:
/* Hide the guideline for the final step in <Steps> lists. */
.sl-steps > li:last-of-type::after {
background: transparent;
}
#178468f56a7 Thanks @HiDeoo! - Changes the hero component action button default variant from minimal to primary.
⚠️ BREAKING CHANGE: If you want to preserve the previous appearance, hero component action buttons previously declared without a variant will need to be updated to include the variant property with the value minimal.
#2168e044fee Thanks @HiDeoo! - ⚠️ BREAKING CHANGE: Updates the <StarlightPage /> component sidebar prop to accept an array of SidebarItems like the main Starlight sidebar configuration in astro.config.mjs.
This change simplifies the definition of sidebar items in the <StarlightPage /> component, allows for shared sidebar configuration between the global sidebar option and <StarlightPage /> component, and also enables the usage of autogenerated sidebar groups with the <StarlightPage /> component.
If you are using the <StarlightPage /> component with a custom sidebar configuration, you will need to update the sidebar prop to an array of SidebarItem objects.
For example, the following custom page with a custom sidebar configuration defines a “Resources” group with a “New” badge, a link to the “Showcase” page which is part of the docs content collection, and a link to the Starlight website:
Bumps the minor group in /docs with 41 updates:
0.25.5
0.26.1
0.33.4
0.33.5
0.9.2
0.9.3
2.14.0
2.14.1
0.2.0
0.2.1
0.33.4
0.33.5
0.33.4
0.33.5
1.0.2
1.0.4
1.0.2
1.0.4
1.0.2
1.0.4
1.0.2
1.0.5
1.0.2
1.0.4
1.0.2
1.0.4
1.0.2
1.0.4
1.0.2
1.0.4
0.33.4
0.33.5
0.33.4
0.33.5
0.33.4
0.33.5
0.33.4
0.33.5
0.33.4
0.33.5
0.33.4
0.33.5
0.33.4
0.33.5
0.33.4
0.33.5
0.33.4
0.33.5
2.4.0-alpha.18
2.4.0
2.4.0-alpha.18
2.4.0
2.4.0-alpha.18
2.4.0
2.4.0-alpha.18
2.4.0
2.4.0-alpha.18
2.4.0
2.4.0-alpha.18
2.4.0
1.5.9
1.5.11
2.0.0
2.0.1
4.20.0
4.21.0
1.13.0
1.14.1
0.0.59
0.0.61
0.0.59
0.0.61
0.0.59
0.0.61
0.0.59
0.0.61
0.0.59
0.0.61
0.0.59
0.0.61
0.0.59
0.0.61
Updates
@astrojs/starlight
from 0.25.5 to 0.26.1Release notes
Sourced from
@astrojs/starlight
's releases.... (truncated)
Changelog
Sourced from
@astrojs/starlight
's changelog.... (truncated)
Commits
f68fe5b
[ci] release (#2220)74d4716
Fix a sidebar persistence issue when navigating between pages with different ...96d5967
[ci] release (#2217)caa84ea
Add synced tabs persistence (#2087)e044fee
Use Starlightsidebar
user-config format for\<StarlightPage />
sidebar
...68f56a7
Add\<LinkButton>
component (#1784)9368494
Sidebar state persistence (#2150)ec3b579
Add guideline to last step of the\<Steps>
component (#2051)8a861d1
Disable update check in E2E tests (#2212)Updates
sharp
from 0.33.4 to 0.33.5Changelog
Sourced from sharp's changelog.
Commits
fc32e0b
Release v0.33.50546e48
Docs: changelog entry for #4191ab65b7a
TypeScript: chromaSubsampling can be undefined (#4191)2474bd4
Prerelease v0.33.5-rc.1ff2e689
Remove yarn v1 specifics from help text6327f13
CI: Add yarn v1 to packaging testsf1e69a2
Prerelease v0.33.5-rc.03c14dbb
Minimise use ofengines
property to improve yarn v1 support82cebc3
Upgrade to libvips v8.15.3 for Linux ARMv6ad36fa0
Ensure emnapiInit function is exportedUpdates
@astrojs/check
from 0.9.2 to 0.9.3Release notes
Sourced from
@astrojs/check
's releases.Changelog
Sourced from
@astrojs/check
's changelog.Commits
cb4dc89
Version Packages (#940)28dfebe
feat: Update to Volar 2.4.0 (#938)47d362e
chore: match main repo linting config and fix linting issues1172836
chore: update formatting config to match main repoUpdates
@astrojs/language-server
from 2.14.0 to 2.14.1Release notes
Sourced from
@astrojs/language-server
's releases.Changelog
Sourced from
@astrojs/language-server
's changelog.Commits
cb4dc89
Version Packages (#940)28dfebe
feat: Update to Volar 2.4.0 (#938)Updates
@astrojs/yaml2ts
from 0.2.0 to 0.2.1Updates
@img/sharp-darwin-arm64
from 0.33.4 to 0.33.5Changelog
Sourced from
@img/sharp-darwin-arm64
's changelog.Commits
fc32e0b
Release v0.33.52474bd4
Prerelease v0.33.5-rc.1f1e69a2
Prerelease v0.33.5-rc.03c14dbb
Minimise use ofengines
property to improve yarn v1 supportde42667
Upgrade to libvips v8.15.3Updates
@img/sharp-darwin-x64
from 0.33.4 to 0.33.5Changelog
Sourced from
@img/sharp-darwin-x64
's changelog.Commits
fc32e0b
Release v0.33.52474bd4
Prerelease v0.33.5-rc.1f1e69a2
Prerelease v0.33.5-rc.03c14dbb
Minimise use ofengines
property to improve yarn v1 supportde42667
Upgrade to libvips v8.15.3Updates
@img/sharp-libvips-darwin-arm64
from 1.0.2 to 1.0.4Commits
Updates
@img/sharp-libvips-darwin-x64
from 1.0.2 to 1.0.4Commits
Updates
@img/sharp-libvips-linux-arm64
from 1.0.2 to 1.0.4Commits
Updates
@img/sharp-libvips-linux-arm
from 1.0.2 to 1.0.5Commits
Updates
@img/sharp-libvips-linux-s390x
from 1.0.2 to 1.0.4Commits
Updates
@img/sharp-libvips-linux-x64
from 1.0.2 to 1.0.4Commits
Updates
@img/sharp-libvips-linuxmusl-arm64
from 1.0.2 to 1.0.4Commits
Updates
@img/sharp-libvips-linuxmusl-x64
from 1.0.2 to 1.0.4Commits
Updates
@img/sharp-linux-arm64
from 0.33.4 to 0.33.5Changelog
Sourced from
@img/sharp-linux-arm64
's changelog.Commits
fc32e0b
Release v0.33.52474bd4
Prerelease v0.33.5-rc.1f1e69a2
Prerelease v0.33.5-rc.03c14dbb
Minimise use ofengines
property to improve yarn v1 supportde42667
Upgrade to libvips v8.15.3Updates
@img/sharp-linux-arm
from 0.33.4 to 0.33.5Changelog
Sourced from
@img/sharp-linux-arm
's changelog.Commits
fc32e0b
Release v0.33.52474bd4
Prerelease v0.33.5-rc.1f1e69a2
Prerelease v0.33.5-rc.03c14dbb
Minimise use ofengines
property to improve yarn v1 support82cebc3
Upgrade to libvips v8.15.3 for Linux ARMv6de42667
Upgrade to libvips v8.15.3Updates
@img/sharp-linux-s390x
from 0.33.4 to 0.33.5Changelog
Sourced from
@img/sharp-linux-s390x
's changelog.Commits
fc32e0b
Release v0.33.52474bd4
Prerelease v0.33.5-rc.1f1e69a2
Prerelease v0.33.5-rc.03c14dbb
Minimise use ofengines
property to improve yarn v1 supportde42667
Upgrade to libvips v8.15.3Updates
@img/sharp-linux-x64
from 0.33.4 to 0.33.5Changelog
Sourced from
@img/sharp-linux-x64
's changelog.Commits
fc32e0b
Release v0.33.52474bd4
Prerelease v0.33.5-rc.1f1e69a2
Prerelease v0.33.5-rc.03c14dbb
Minimise use ofengines
property to improve yarn v1 supportde42667
Upgrade to libvips v8.15.3Updates
@img/sharp-linuxmusl-arm64
from 0.33.4 to 0.33.5Changelog
Sourced from
@img/sharp-linuxmusl-arm64
's changelog.Commits
fc32e0b
Release v0.33.52474bd4
Prerelease v0.33.5-rc.1f1e69a2
Prerelease v0.33.5-rc.03c14dbb
Minimise use ofengines
property to improve yarn v1 supportde42667
Upgrade to libvips v8.15.3Updates
@img/sharp-linuxmusl-x64
from 0.33.4 to 0.33.5Changelog
Sourced from
@img/sharp-linuxmusl-x64
's changelog.Commits
fc32e0b
Release v0.33.52474bd4
Prerelease v0.33.5-rc.1f1e69a2
Prerelease v0.33.5-rc.03c14dbb
Minimise use ofengines
property to improve yarn v1 supportde42667
Upgrade to libvips v8.15.3Updates
@img/sharp-wasm32
from 0.33.4 to 0.33.5Changelog
Sourced from
@img/sharp-wasm32
's changelog.Commits
fc32e0b
Release v0.33.52474bd4
Prerelease v0.33.5-rc.1f1e69a2
Prerelease v0.33.5-rc.03c14dbb
Minimise use ofengines
property to improve yarn v1 support1d34488
Bump dep: emnapiUpdates
@img/sharp-win32-ia32
from 0.33.4 to 0.33.5Changelog
Sourced from
@img/sharp-win32-ia32
's changelog.Commits
fc32e0b
Release v0.33.52474bd4
Prerelease v0.33.5-rc.1f1e69a2
Prerelease v0.33.5-rc.03c14dbb
Minimise use ofengines
property to improve yarn v1 supportUpdates
@img/sharp-win32-x64
from 0.33.4 to 0.33.5Changelog
Sourced from
@img/sharp-win32-x64
's changelog.Commits
fc32e0b
Release v0.33.52474bd4
Prerelease v0.33.5-rc.1f1e69a2
Prerelease v0.33.5-rc.03c14dbb
Minimise use ofengines
property to improve yarn v1 supportUpdates
@volar/kit
from 2.4.0-alpha.18 to 2.4.0Commits
7e98885
v2.4.0f473552
feat(kit): add support for checking project references files (#232)cbb14a4
v2.4.0-alpha.19Updates
@volar/language-core
from 2.4.0-alpha.18 to 2.4.0Commits
7e98885
v2.4.0d14fb11
feat(language-service): add support for inline values947363d
feat(language-service): add supp... _Description has been truncated_