Skip to content

Commit

Permalink
Merge branch 'release/0.7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Aug 31, 2018
2 parents 0492e66 + 8da88ab commit 3f34117
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 10 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Change Log

## [0.7.0](https://github.com/bunq/doc/tree/0.7.0)
## [0.7.1](https://github.com/bunq/doc/tree/0.7.1)

[Full Changelog](https://github.com/bunq/doc/compare/0.7.0...0.7.1)

**Closed issues:**

- Fix long text formatting in model definition [\#62](https://github.com/bunq/doc/issues/62)

**Merged pull requests:**

- Fixed overflow of model property descriptions bunq/doc\#62 [\#63](https://github.com/bunq/doc/pull/63) ([parrello](https://github.com/parrello))

## [0.7.0](https://github.com/bunq/doc/tree/0.7.0) (2018-08-31)
[Full Changelog](https://github.com/bunq/doc/compare/0.6.2...0.7.0)

**Closed issues:**
Expand All @@ -14,7 +25,7 @@

- Fixed styling for tables on smaller devices bunq/doc\#56 [\#61](https://github.com/bunq/doc/pull/61) ([parrello](https://github.com/parrello))
- Fixed API definition url bunq/doc\#56 [\#59](https://github.com/bunq/doc/pull/59) ([parrello](https://github.com/parrello))
- Bunq/doc\#56 [\#57](https://github.com/bunq/doc/pull/57) ([parrello](https://github.com/parrello))
- Replace redoc with swagger ui. \(Bunq/doc\#56\) [\#57](https://github.com/bunq/doc/pull/57) ([parrello](https://github.com/parrello))
- Remove references to PHP examples [\#44](https://github.com/bunq/doc/pull/44) ([basst85](https://github.com/basst85))

## [0.6.2](https://github.com/bunq/doc/tree/0.6.2) (2018-08-08)
Expand Down
4 changes: 2 additions & 2 deletions build/asset-manifest.json

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

2 changes: 1 addition & 1 deletion build/index.html

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

2 changes: 1 addition & 1 deletion build/service-worker.js

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

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/static/css/main.c9ecefd7.css.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion build/static/css/main.fe21d8fe.css.map

This file was deleted.

2 changes: 1 addition & 1 deletion build/static/js/main.9b60bc3c.js.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions src/scss/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ body {
}
}

.model {
.renderedMarkdown {
word-break: break-word;
}
}

.opblock-tag {
border-bottom: none;
}
Expand Down

0 comments on commit 3f34117

Please sign in to comment.