Skip to content

Releases: algolia/docsearch

v3.0.0-alpha.30

25 Nov 16:18
461aa39
Compare
Choose a tag to compare

3.0.0-alpha.30 (2020-11-25)

Bug Fixes

v3.0.0-alpha.29

25 Nov 15:53
Compare
Choose a tag to compare

3.0.0-alpha.29 (2020-11-25)

This version follows 1.0.0-alpha.28.

Bug Fixes

  • core: add type search to getInputProps (9c1b040)
  • css: fixed Modal height undefined on Gecko (77a39a6)
  • css: don't display key shortcuts on mobile (1957f5a)
  • css: enforce no margin on DocSearch form (f5947a9)
  • css: firefox placeholder opacity (43ea375)
  • css: overflow overlay not supported on gecko (cca7700)
  • css: scroll windows (c0baaa6)
  • css: separate docusaurus css variables (faf6ef1)
  • deps: update dependency autocomplete.js to v0.37.0 (#806) (26e45c7)
  • deps: update failling yarn.lock (#957) (36ba461)
  • design: animation + spacing search button (a73d050)
  • design: contrast + darkmode (ba6bdde)
  • design: error screen, loading indicator, no results links (67a2b3c)
  • design: footer, hit spacing (7ef73c3)
  • design: hovers + tree icons (92fa12d)
  • design: icons (3219559)
  • design: improvements from feedbacks (c9273bf)
  • design: mobile (3e1b503)
  • design: mobile scroll and source zindex (f2e9eb9)
  • design: modal height, no results screen (b884838)
  • design: No results cosmetics (aa71abd)
  • design: no results, empty screen + details (cf7864d)
  • design: tablet responsive (a97199a)
  • docsearch: add index name to localStorage key (294c7cf)
  • docsearch: add padding to dropdown when no recent searches (f214d8d)
  • docsearch: allow a single instance to open (928b9ca)
  • docsearch: always use aria-expanded to true (262ddcb)
  • docsearch: capture mousedown event to close modal (f9247b9), closes /github.com/facebook/react-native-website/pull/2139#issuecomment-678330203
  • docsearch: do not render Screen when loading or stalled (39e72c4)
  • docsearch: don't add search to recent searches if favorited (f00672a)
  • docsearch: don't blur input on submit (ecda3d3)
  • docsearch: don't display items when no suggestions (4f96cdb)
  • docsearch: don't focus input if initial query (80983f5)
  • docsearch: don't open modal on / when editing text (45cf5c3)
  • docsearch: don't request Algolia on start screen (e661435)
  • docsearch: drop the "..." (bf86a1d)
  • docsearch: fix vanilla DocSearch types (5ccaead)
  • docsearch: focus input on Selection Search (dfa63df)
  • docsearch: group search button elements in containers (#74) (8640418)
  • docsearch: hide search suggestions if none (d7d6984)
  • docsearch: hoist transformItems default value (1b9952f)
  • docsearch: limit number of searches retrieved (9bac38c)
  • docsearch: limit query size (49c6347)
  • docsearch: make sure there are search suggestions before showing them (ef3566f)
  • docsearch: pass autoFocus prop to autocomplete for mobiles (4ea64b3)
  • docsearch: provide autocomplete ID for HTML attributes (a86a368)
  • docsearch: remove data-cy attributes (a9f13dd)
  • docsearch: remove blur effect to avoid performance issues (ea9c700)
  • docsearch: remove Docusaurus style (2ab1d0a)
  • docsearch: remove recent search when favorited (858a498)
  • docsearch: remove theme media query (dde883e)
  • docsearch: rename DocSearch-Button CSS class (a738af0)
  • docsearch: rename DocSearch-Button CSS class (8588b96)
  • docsearch: support initial query (cf84a25)
  • docsearch: update local storage key (db4bb37)
  • docsearch: update search suggestions when new lvl0s are encountered (3513478)
  • docsearch: use scrollTo when unmounting modal (1f9deb1)
  • docsearch: use scrollTop on body (1ef1947)
  • docsearch: use absolute URLs (3d95664)
  • docsearch: use Preact alias in Babel config (4acf723)
  • DocSearch: extend dropdown to fill the viewport height (#72) (a8fb063)
  • dosearch: don't add distinct search parameter (9893bb3)
  • react: make navigator optional (f228c11)
  • react: update enterkeyhint to enterKeyHint (0fadc8b)
  • search: hide content when `disableUserPersona...
Read more