Socket
Socket
Sign inDemoInstall

@algolia/autocomplete-core

Package Overview
Dependencies
1
Maintainers
62
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @algolia/autocomplete-core

Core primitives for building autocomplete experiences.


Version published
Maintainers
62
Created

Changelog

Source

1.0.0-alpha.46 (2021-04-22)

This new version introduces the Requester API, which transparently batches calls to the same Algolia application. The getAlgoliaHits function is replaced by getAlgoliaResults, and getAlgoliaFacetHits by getAlgoliaFacets. Both functions no longer return a promise that resolves to the fetched records, but expose a transformResponse method that exposes the results, hits and facet hits for you to manipulate and return if need be. Learn more in the documentation.

Bug Fixes

  • classic-theme: fix modal display in Detached Mode (#531) (abf98ef)
  • classic-theme: remove pointer cursor on no result item content (#529) (b241df4)
  • examples: update build command (#539) (f5254e9)
  • js: compute panel top position with getBoundingClientRect (#536) (492e058)
  • types: fix collision between js/core and plugins (#532) (ac79f67)
  • adjust examples (#527) (32bd2bc)
  • theme-classic: wrap item content when there's no link (#522) (c6afe42)

Features

Readme

Source

@algolia/autocomplete-core

Core primitives for building autocomplete experiences.

Installation

yarn add @algolia/autocomplete-core@alpha
# or
npm install @algolia/autocomplete-core@alpha

Documentation

Read documentation →

FAQs

Last updated on 22 Apr 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc