Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
v4.1.0-beta.3
Browse files Browse the repository at this point in the history
<a name="4.1.0-beta.3"></a>
# [4.1.0-beta.3](v4.1.0-beta.2...v4.1.0-beta.3) (2017-07-25)

### Bug Fixes

* **error:** reset error when receiving results of a query (not when sending it) (#179) ([bb12c29](bb12c29))
* **highlight:** wrong parsing between client and server (#183) ([2daae70](2daae70))
* **poweredBy:** SSR compatibility (#181) ([ec0fa8a](ec0fa8a))

### BREAKING CHANGES

* **highlight:** We remove the timestamp present in our highlight preTag and postTag. If you were using regex to parse the
highlighting results then you'll need to adapt it as now it's only "ais-highlight".
  • Loading branch information
mthuret committed Jul 25, 2017
1 parent ec0fa8a commit 9fd32ed
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<a name="4.1.0-beta.3"></a>
# [4.1.0-beta.3](https://github.com/algolia/react-instantsearch/compare/v4.1.0-beta.2...v4.1.0-beta.3) (2017-07-25)


### Bug Fixes

* **error:** reset error when receiving results of a query (not when sending it) (#179) ([bb12c29](https://github.com/algolia/react-instantsearch/commit/bb12c29))
* **highlight:** wrong parsing between client and server (#183) ([2daae70](https://github.com/algolia/react-instantsearch/commit/2daae70))
* **poweredBy:** SSR compatibility (#181) ([ec0fa8a](https://github.com/algolia/react-instantsearch/commit/ec0fa8a))


### BREAKING CHANGES

* **highlight:** We remove the timestamp present in our highlight preTag and postTag. If you were using regex to parse the
highlighting results then you'll need to adapt it as now it's only "ais-highlight".



<a name="4.1.0-beta.2"></a>
# [4.1.0-beta.2](https://github.com/algolia/react-instantsearch/compare/v4.1.0-beta.1...v4.1.0-beta.2) (2017-07-20)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "4.1.0-beta.2",
"version": "4.1.0-beta.3",
"scripts": {
"boot": "./scripts/boot.sh",
"upgrade-deps": "./scripts/upgrade-deps.sh",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-instantsearch-theme-algolia/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-instantsearch-theme-algolia",
"description": "Algolia theme for React InstantSearch",
"version": "4.1.0-beta.2",
"version": "4.1.0-beta.3",
"homepage": "https://community.algolia.com/react-instantsearch/",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-instantsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "index.js",
"module": "es/index.js",
"description": "⚡ Lightning-fast search for React and React Native apps, by Algolia",
"version": "4.1.0-beta.2",
"version": "4.1.0-beta.3",
"scripts": {
"build": "./scripts/build.sh",
"build-and-publish": "./scripts/build-and-publish.sh"
Expand Down

0 comments on commit 9fd32ed

Please sign in to comment.