Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sophstad committed Oct 22, 2020
1 parent 3378796 commit 104a798
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v0.7.0](https://github.com/mongodb/snooty/compare/v0.6.3...v0.7.0) - 2020-10-22

### Merged

- DOP-1334: Implement MongoWebShell component [`#305`](https://github.com/mongodb/snooty/pull/305)
- Fix feedback context error [`#306`](https://github.com/mongodb/snooty/pull/306)
- DOP-1529 (5): Auto hide tabs on page with selector [`#301`](https://github.com/mongodb/snooty/pull/301)
- DOP-1530: Update versionmodified directives [`#302`](https://github.com/mongodb/snooty/pull/302)
- Move page components into documentbody [`#303`](https://github.com/mongodb/snooty/pull/303)
- DOP-1667: Fix root and step components [`#304`](https://github.com/mongodb/snooty/pull/304)
- Fix GTM history tracking [`#297`](https://github.com/mongodb/snooty/pull/297)
- Add icons to dropdown [`#300`](https://github.com/mongodb/snooty/pull/300)
- DOP-1604: Allow code blocks to render with caption [`#299`](https://github.com/mongodb/snooty/pull/299)
- DOP-1529 (3): Add mobile support for tab selector [`#296`](https://github.com/mongodb/snooty/pull/296)
- DOP-1544: Add Segment analytics [`#298`](https://github.com/mongodb/snooty/pull/298)
- Footnote-misc: Reduce likelihood of ID collisions [`#290`](https://github.com/mongodb/snooty/pull/290)
- Footnote-context: refresh footnotes before every render [`#292`](https://github.com/mongodb/snooty/pull/292)
- DOP-1507: Code block highlighting [`#294`](https://github.com/mongodb/snooty/pull/294)
- DOP-1529 (2): Add tab selector to non-mobile screens [`#295`](https://github.com/mongodb/snooty/pull/295)
- DOP-1529 (1): Simplify tabs and remove pill strips [`#293`](https://github.com/mongodb/snooty/pull/293)

## [v0.6.3](https://github.com/mongodb/snooty/compare/v0.6.2...v0.6.3) - 2020-10-05

### Merged
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snooty",
"version": "0.6.3",
"version": "0.7.0",
"repository": "github:mongodb/snooty",
"devDependencies": {
"@babel/core": "^7.11.6",
Expand Down

0 comments on commit 104a798

Please sign in to comment.