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

Commit

Permalink
feat(connectToggleRefinement): implement canRefine & count (#1588)
Browse files Browse the repository at this point in the history
* refactor(connectToggle): use disjunctive facet

* test(connectToggle): cover true / false case for filter

* fix(connectToggle): use required props for required value

* refactor(connectToggle): use let rather than mutate the params

* test(connectToggle): split test cases

* feat(connectToggle): expose canRefine / count

* feat(ToggleRefinement): add noRefinement class

* chore: increase Dom size by .25

* fix(connectToggle): rename variable

* test(connectToggle): spelling
  • Loading branch information
samouss committed Sep 20, 2018
1 parent b402506 commit 40672dd
Show file tree
Hide file tree
Showing 6 changed files with 520 additions and 42 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
},
{
"path": "packages/react-instantsearch/dist/umd/Dom.min.js",
"maxSize": "63.5 kB"
"maxSize": "63.75 kB"
},
{
"path": "packages/react-instantsearch-core/dist/umd/ReactInstantSearchCore.min.js",
Expand Down

0 comments on commit 40672dd

Please sign in to comment.