Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pagefind from 1.0.3 to 1.0.4 #3

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 4, 2024

Bumps pagefind from 1.0.3 to 1.0.4.

Release notes

Sourced from [pagefind's releases](https://github.com/CloudCannon/pagefind/releases).

v1.0.4

Features & Improvements

  • Added highlighting support to Pagefind. Massive thanks to @​Jothsa for pushing this across the line in [#425](https://redirect.github.com/Highlight Support CloudCannon/pagefind#425)! 🎉
    • See [:blue_book: Highlighting search terms](https://pagefind.app/docs/highlighting/) for documentation on how to enable this new feature.
  • Added a page size option to the Default UI. See [:blue_book: UI Configuration > Page size](https://pagefind.app/docs/ui/#page-size).
  • Added a destroy() function to the Pagefind JS API, allowing for a total re-initialization. See [:blue_book: Re-initializing the search API](https://pagefind.app/docs/api/#re-initializing-the-search-api).
  • Added a destroy() function to the Pagefind Default UI, allowing for a total re-initialization. See [:blue_book: Re-initializing the Pagefind UI](https://pagefind.app/docs/ui-usage/#re-initializing-the-pagefind-ui).

Fixes & Tweaks

  • Fixed a bug, resulting in a (very) large improvement to the NodeJS Indexing API performance (~100x).
  • Fixed HTML entities being rendered escaped in metadata, filters, and custom page titles.
  • Fixed a bug where debouncedSearch returns null if any options object is passed to it.
  • Fixed a bug where a fully-qualified URL set via the NodeJS indexing API would be broken when returned as a search result.
  • Fixed Pagefind's reporting of really fast indexing times (previously logged as slower than reality) — thanks to @​danpls in [#448](https://redirect.github.com/Fix duration representation CloudCannon/pagefind#448).
  • Fixed extracting sub-results when headings contain non-ascii text (especially RTL languages).

UI Translations

Changelog

Sourced from [pagefind's changelog](https://github.com/CloudCannon/pagefind/blob/main/CHANGELOG.md).

v1.0.4 (November 16, 2023)

Features & Improvements

  • Added highlighting support to Pagefind. Massive thanks to @​Jothsa for pushing this across the line in [#425](https://redirect.github.com/Highlight Support CloudCannon/pagefind#425)! 🎉
    • See [:blue_book: Highlighting search terms](https://pagefind.app/docs/highlighting/) for documentation on how to enable this new feature.
  • Added a page size option to the Default UI. See [:blue_book: UI Configuration > Page size](https://pagefind.app/docs/ui/#page-size).
  • Added a destroy() function to the Pagefind JS API, allowing for a total re-initialization. See [:blue_book: Re-initializing the search API](https://pagefind.app/docs/api/#re-initializing-the-search-api).
  • Added a destroy() function to the Pagefind Default UI, allowing for a total re-initialization. See [:blue_book: Re-initializing the Pagefind UI](https://pagefind.app/docs/ui-usage/#re-initializing-the-pagefind-ui).

Fixes & Tweaks

  • Fixed a bug, resulting in a (very) large improvement to the NodeJS Indexing API performance (~100x).
  • Fixed HTML entities being rendered escaped in metadata, filters, and custom page titles.
  • Fixed a bug where debouncedSearch returns null if any options object is passed to it.
  • Fixed a bug where a fully-qualified URL set via the NodeJS indexing API would be broken when returned as a search result.
  • Fixed Pagefind's reporting of really fast indexing times (previously logged as slower than reality) — thanks to @​danpls in [#448](https://redirect.github.com/Fix duration representation CloudCannon/pagefind#448).
  • Fixed extracting sub-results when headings contain non-ascii text (especially RTL languages).

UI Translations

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

┆Issue is synchronized with this Trello card by Unito

Bumps [pagefind](https://github.com/CloudCannon/pagefind) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/CloudCannon/pagefind/releases)
- [Changelog](https://github.com/CloudCannon/pagefind/blob/main/CHANGELOG.md)
- [Commits](CloudCannon/pagefind@v1.0.3...v1.0.4)

---
updated-dependencies:
- dependency-name: pagefind
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 4, 2024
Copy link

height bot commented Mar 4, 2024

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

Copy link

stackblitz bot commented Mar 4, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link
Author

dependabot bot commented on behalf of github Apr 8, 2024

Superseded by #43.

@dependabot dependabot bot closed this Apr 8, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/pagefind-1.0.4 branch April 8, 2024 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants