Skip to content

Commit

Permalink
release: v1.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Oct 9, 2020
1 parent 7a2e5c4 commit d861b4e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 52 deletions.
9 changes: 8 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Changes

Version 1.0.0-alpha.4 (released 2020-10-09)

* BREAKING CHANGE: removes props to set the initial default value from each UI component. The only
way to set the initial state of the search app is by using the prop `initialQueryState` in the
`ReactSearchKit` component.
* Upgrades dependencies and React SemanticUI version.

Version 1.0.0-alpha.3 (released 2020-08-25)

* Adds `hiddenParams` to the query state, to allow passing "hidden" querystring
* Adds `hiddenParams` to the query state, to allow passing "hidden" query string
parameters to the search API.
* Adds `initialQueryState` prop to `<ReactSearchkit>`, to allow overriding the
initial query state.
Expand Down
67 changes: 17 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-searchkit",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"description": "React components to build your search UI application",
"main": "dist/cjs/index.js",
"browser": "dist/cjs/index.js",
Expand Down

0 comments on commit d861b4e

Please sign in to comment.