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

Commit

Permalink
feat(queryRules): add Query Rules features (#2210)
Browse files Browse the repository at this point in the history
* feat(queryRules): add connectQueryRules connector [part 1] (#2210)

* feat(queryRules): add QueryRuleCustomData widget [part 2] (#2212)

* feat(queryRules): add context features to connector [part 3] (#2258)

* feat(queryRules): add QueryRuleContext widget [part 4] (#2259)
  • Loading branch information
francoischalifour committed Apr 8, 2019
1 parent ee444aa commit ba29b15
Show file tree
Hide file tree
Showing 16 changed files with 1,292 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"type-check:watch": "yarn type-check --watch",
"test": "yarn jest",
"test:watch": "yarn jest --watch",
"test:e2e": "yarn test:regressions && yarn test:argos",
"test:e2e": "NODE_ENV=development yarn test:regressions && yarn test:argos",
"test:examples": "node scripts/test-examples.js",
"test:build": "yarn build && yarn test:size",
"test:regressions": "webpack --config integration/webpack.config.js && node integration/runTest.js",
Expand Down Expand Up @@ -133,15 +133,15 @@
},
{
"path": "packages/react-instantsearch/dist/umd/Dom.min.js",
"maxSize": "63 kB"
"maxSize": "63.75 kB"
},
{
"path": "packages/react-instantsearch-core/dist/umd/ReactInstantSearchCore.min.js",
"maxSize": "41 kB"
"maxSize": "41.25 kB"
},
{
"path": "packages/react-instantsearch-dom/dist/umd/ReactInstantSearchDOM.min.js",
"maxSize": "63.25 kB"
"maxSize": "63.50 kB"
},
{
"path": "packages/react-instantsearch-dom-maps/dist/umd/ReactInstantSearchDOMMaps.min.js",
Expand Down
Loading

0 comments on commit ba29b15

Please sign in to comment.