Skip to content

Commit

Permalink
feat(components): remove AutoCompleteInput and AutoCompleteTags compo…
Browse files Browse the repository at this point in the history
…nents (#591)

* feat(components): remove AutoCompleteInput and AutoCompleteTags component

BREAKING CHANGE:
The AutoCompleteInput and AutoCompleteTags components have been removed. You can build them yourself using the SearchInput, Card, Tag, and [Downshift](https://github.com/downshift-js/downshift) components.

ISSUES CLOSED: #589, #568
  • Loading branch information
connor-baer authored May 13, 2020
1 parent 57893ff commit 06e3ee9
Show file tree
Hide file tree
Showing 15 changed files with 294 additions and 2,519 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
},
"homepage": "https://github.com/sumup-oss/circuit-ui#readme",
"dependencies": {
"downshift": "^3.3.4",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"no-scroll": "^2.1.1",
Expand Down
Loading

0 comments on commit 06e3ee9

Please sign in to comment.