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 travis
Browse files Browse the repository at this point in the history
* master:
  Update to mr-ui 0.5.0 (#95)
  Prepare 0.3.0
  [TopbarSticker] Add optional `unStickWidth` prop to `TopbarSticker` (#100)
  Prepare 0.2.0
  [PageLayout] adds optional interactiveClass prop to watch for changes on click (#97)
  [PageLayout] rm px12 on content (#98)
  adds make-table-scroll plugin (#90)
  [css] additional selectors for `#docs-content` (#91)
  Update CHANGELOG.md
  sideBarColSize must be > 2 and < 7, otherwise it will go to the default sizing
  adds optional prop to change the column size of the sidebar
  Prepare 0.1.1
  adjusts bottomBoundaryValue to account for docs-page-shell footer (#88)
  Prepare 0.1.0
  removes ProductMenuDropdown and refactors ProductMenu as a link (#73)
  • Loading branch information
Katy DeCorah committed Jan 29, 2019
2 parents 52e2491 + 2a7e8cb commit b960c53
Show file tree
Hide file tree
Showing 17 changed files with 607 additions and 550 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## Master

- Update to mr-ui 0.5.0. ([#95](https://github.com/mapbox/dr-ui/pull/95))

## 0.3.0

- Add optional `unStickWidth` prop to `TopbarSticker`. ([#100](https://github.com/mapbox/dr-ui/pull/100))

## 0.2.0

- Add optional prop (`sideBarColSize`) to change the column size of the sidebar in `PageLayout`. ([#96](https://github.com/mapbox/dr-ui/pull/96))
- Add additional selectors for `#docs-content .prose`. ([#91](https://github.com/mapbox/dr-ui/pull/91))
- Add make-table-scroll plugin. ([#90](https://github.com/mapbox/dr-ui/pull/90))
- Remove `px12` on content element in `PageLayout`. ([#98](https://github.com/mapbox/dr-ui/pull/98))
- Add optional `interactiveClass` prop to watch for changes on click in `PageLayout` to adjust the sidebar height. ([#97](https://github.com/mapbox/dr-ui/pull/97))

## 0.1.1

- Fix `bottomBoundaryValue` on `PageLayout`'s sticky sidebar to account for slimmer docs-page-shell footer. ([#88](https://github.com/mapbox/dr-ui/pull/88))

## 0.1.0

- Removes `ProductMenuDropdown` and `ProductMenuItems` and refactors `ProductMenu` as a link. ([#73](https://github.com/mapbox/dr-ui/pull/73))

## 0.0.13

- Add scrollspy feature to `NavigationAccordion` and add plugin to create sections in markdown files based on h2 and h3 headings. ([#66](https://github.com/mapbox/dr-ui/pull/66))
Expand Down
Loading

0 comments on commit b960c53

Please sign in to comment.