Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into catalog
Browse files Browse the repository at this point in the history
* master:
  Create create-redirect.js (#144)
  0.18.2
  [search] fix missing proptype (#151)
  0.18.1
  Update security vulnerabilities in dependencies (#152)
  0.18.0
  Feedback component (#135)
  0.17.0
  Prepare 0.17.0
  [version-sort] do not push pre-releases of the latest stable version (#148)
  🐛make compare-versions a dependency (#142)
  [PageLayout] add data attribute to prevent Swiftype from indexing sidebar content (#146)
  • Loading branch information
Katy DeCorah committed Jul 17, 2019
2 parents d886137 + 244a14b commit d3a2f2d
Show file tree
Hide file tree
Showing 17 changed files with 8,750 additions and 14,112 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## Master

* Add create-redirect.js helper function. [#144](https://github.com/mapbox/dr-ui/pull/144)

## 0.18.2

* Fix missing proptype for `Search`. [#151](https://github.com/mapbox/dr-ui/pull/151)

## 0.18.1

* Update security vulnerabilities in dependencies. [#152](https://github.com/mapbox/dr-ui/pull/152)

## 0.18.0

* Add `Feedback` component. [#135](https://github.com/mapbox/dr-ui/pull/135)

## 0.17.0

* Add data attribute to prevent Swiftype from indexing sidebar content on `PageLayout`. [#146](https://github.com/mapbox/dr-ui/pull/146)
* Add compare-versions as a dependency to support `helpers/version-sort.js`. [#142](https://github.com/mapbox/dr-ui/pull/142)
* Fix `version-sort` helper function so it does not push pre-releases of the latest stable version. [#148](https://github.com/mapbox/dr-ui/pull/148)

## 0.16.2

* Fix bug where `Search` filter was not displaying with the first query.
Expand Down
Loading

0 comments on commit d3a2f2d

Please sign in to comment.