Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Releases: janosh/svelte-algolia

v0.3.2

24 Oct 21:27
Compare
Choose a tag to compare

9a0a460 fix server-side algoliasearch type imports for SearchClient and SearchIndex
17d1f74 yarn to pnpm
a132105 test that readme documents no non-existent props

Full Changelog: v0.3.1...v0.3.2

v0.3.1

19 Sep 15:13
Compare
Choose a tag to compare
  • fix Search.svelte closing too soon on link click and preventing page navigation fa3b5fb
  • expose input node and its current value query as props fa3b5fb

Full Changelog: v0.3.0...v0.3.1

v0.3.0

18 Sep 22:19
Compare
Choose a tag to compare
  • 5679acb
    • breaking: change all CSS variable names to param case and prefix with --search, e.g. --hitsBgColor to --search-hits-bg-color
    • make all default styles recessive by wrapping in :where() (see sveltejs/svelte#6859) via .div-results -> :where(div.results)
  • d60b9f9 breaking: rename prop loadingStr to loadingMsg
  • a86d4ea update deps and address SvelteKit breaking changes
  • 19be468 SvelteKit routes auto migration

Full Changelog: v0.2.16...v0.3.0

v0.2.16

24 Jul 20:18
Compare
Choose a tag to compare

What's Changed

2e84f2c Update to vite v3 and @sveltejs/kit 1.0.0-next.392 (#9)
e2494d5 pre-commit autoupdate (#8)
3a7c132 mv {static/global->src/app}.css
bea8f60 combine .github/workflows/{test,publish}.yml into 1 workflow
88d53cb delete onClickOutside action, use <input> on:blur instead, update deps
4c2dbf2 fix pre-commit.ci badge, bumpy actions/{checkout,setup-node} to v3

Full Changelog: v0.2.15...v0.2.16

v0.2.15

27 Feb 20:51
Compare
Choose a tag to compare

What's Changed

Tests for Search.svelte in #5

Full Changelog: v0.2.14...v0.2.15

v0.2.14

22 Feb 19:54
Compare
Choose a tag to compare

What's Changed

Lots of little things

  • Changes from #4:
    • update deps + fix sveltekit breaking changes 2c6def7
    • fix ToC background on mobile 79d1136
    • cache yarn in GHA tests f560397
    • replace dotenv with vite import.meta.env e94e164
    • CSS tweaks 3c81320
    • only run GHA tests on push and PR to main fa9d6da
    • replace ava with vitest 170d97d
    • fix src/lib/server-side.ts import in tests 3eaf101
    • add CI publishing in .github/workflows/publish.yml 0e28d18
  • fix IndexConfig.getData() type annotation 0831aed
  • run tests before NPM publish in CI, fix stretched images in PokemonHit.svelte on demo site aae5dfc

Full Changelog: v0.2.13...v0.2.14