Skip to content

v3.0.0-alpha.29

Compare
Choose a tag to compare
@instantsearch-bot instantsearch-bot released this 25 Nov 15:53
· 330 commits to main since this release

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 `disableUserPersonalization (1cec65b)
  • re-export styles from style entry (5db7483)
  • use correct url (#936) (978df0e)
  • homepage: correct small issues (#921) (7fb619b)
  • homepage: make logo inline block (#887) (7a6f0a1)
  • website: memoize onInput callback (5411367)

Features

  • push keyboard buttons till client (#983) (9e4c69d), closes facebook/docusaurus#3682
  • select query when coming from a selection search (b3ee1cc)
  • update Autocomplete version (9a38842)
  • design: icon actions (6eca639)
  • design: new error icons + update icons + update light shadows / searchbox (2520895)
  • design: new icons (3cc88fa)
  • docsearch: add / keyboard shortcut (5725023)
  • docsearch: add aria-label to search button (f75e1cc)
  • docsearch: add DocSearch component (65a98b0)
  • docsearch: add enterkeyhint to go (1a0cbbf)
  • docsearch: add hitComponent and transformItems options (6ad1848)
  • docsearch: add useDocSearchKeyboardEvents API (adadacd)
  • docsearch: add DocSearch for Docusaurus (#39) (fa42ab2)
  • docsearch: add recent searches (#40) (4c0aa3b)
  • docsearch: add search suggestions (a448e9e)
  • docsearch: allow placeholder customization (7d62c6f)
  • docsearch: animate cards on action (a917e60)
  • docsearch: append modal to body (935aa81)
  • docsearch: attach docsearch.js user agent to vanilla renderer (f9398c4)
  • docsearch: attach docsearch.js user agent to vanilla renderer (267c22f)
  • docsearch: catch retry errors in the search client (ca8e410)
  • docsearch: display 5 hits per category maximum (e589657)
  • docsearch: display more recent searches when no favorites (164a0ce)
  • docsearch: export DocSearch types (159ef8b)
  • docsearch: forward props to autocomplete-core (26a4cc0)
  • docsearch: introduce disableUserPersonalization API (a40cc03)
  • docsearch: introduce initialScrollY option (bf4dc9a)
  • docsearch: introduce resultsFooterComponent option (9eaf18a)
  • docsearch: introduce transformSearchClient API (70b4de6)
  • docsearch: introduce DocSearch.js v3 (#56) (86a6a5d)
  • docsearch: introduce DocSearch.js v3 (#56) (c7f2645)
  • docsearch: introduce DocSearch.js v3 (#56) (a358695)
  • docsearch: introduce favorite searches (708b470)
  • docsearch: introduce Selection Search (f944f30)
  • docsearch: save content record hit parent in recent searches (3c5b4ff)
  • docsearch: save content record hit parent in recent searches (4d743bc)
  • docsearch: support initialQuery (8109206), closes #51
  • docsearch: support keyboard on focus on default integration (92e2565)
  • docsearch: support typing query when search button is focused (#54) (929b1c6)
  • docsearch: track docsearch-react UA (715bc4f)
  • docsearch: track docsearch-react UA (79a972b)
  • docsearch: trap focus in modal (ec7df43)
  • docsearch: update missing results issue link (b904ff6)
  • docsearch: use relative URLs (352592e)
  • DocSearch: add DocSearch CSS class to DocSearch elements (26bc858)
  • docusaurus: import DocSearch modal on hover (4b007b6)
  • website: lazy load DocSearch styles (8733274)
  • website: lazy load DocSearch styles (9a21885)
  • create clean exports (dbcebed)
  • redirect to https://docsearch.algolia.com (#926) (4c32b6f)