1
0
Fork 0
docsearch/.changeset
Paul Jankowski 4e44b558e1
fix(v5): stop truncating mobile snippets (#2958)
* fix(v5): stop truncating mobile snippets

Backport of #2907.\n\nOriginal commit: 9ad6d169fe

* fix(v5): allow mobile hit text to wrap

Completes the v5 adaptation of #2907 by overriding later v5 child-level truncation rules.\n\nOriginal commit: 9ad6d169fe

* chore(v5): account for mobile wrapping CSS

Updates the CSS size budget for the v5 adaptation of #2907.\n\nOriginal commit: 9ad6d169fe

---------

Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2026-08-05 10:18:58 -04:00
..
better-cars-smell.md feat: v5 general improvements (#2948) 2026-08-03 15:14:02 -04:00
brave-things-join.md feat(v5): UI and DX improvements (#2949) 2026-08-04 09:43:08 -04:00
config.json chore: Enter v5 beta (#2925) 2026-07-17 10:50:16 -04:00
long-snippets-wrap.md fix(v5): stop truncating mobile snippets (#2958) 2026-08-05 10:18:58 -04:00
pre.json chore: release v5.0.0-beta.2 (#2950) 2026-08-04 14:39:25 -04:00
README.md chore: migrate to from yarn, lerna and shipjs to bun & changesets (#2827) 2026-03-02 18:52:01 +01:00
ready-clubs-serve.md fix(askai): Ask AI fixes for v5 (#2945) 2026-08-03 12:22:45 -04:00
safe-answers-smile.md fix(askai): sanitize markdown HTML in v5 (#2954) 2026-08-05 10:18:38 -04:00
sharp-donkeys-search.md fix: Agent Studio MCP search tool (#2927) 2026-07-26 21:14:05 -04:00
tidy-moons-argue.md chore: Update stylelint (#2926) 2026-07-26 21:14:36 -04:00
vast-numbers-read.md chore: Enter v5 beta (#2925) 2026-07-17 10:50:16 -04:00

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in the changesets repo.

How to contribute a changeset

Before merging your PR, you should add a changeset if your change affects any of the published packages.

  1. Run bun run changeset in the root of the repository
  2. Select the packages that are affected by your change
  3. Choose the type of version bump (major, minor, or patch)
  4. Write a summary of your changes that will be included in the changelog

All published @docsearch/* packages use a single version (fixed versioning). This means when one package is bumped, all packages get the same version.

Releasing

When changesets are present in the main branch, the CI will create a "Version Packages" PR that bumps versions and updates changelogs. Merging that PR will trigger the publish workflow.