Skip to content

Commit

Permalink
πŸ”– v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardfactory committed Mar 13, 2019
1 parent 59f1dbd commit b1ace4d
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
# [0.2.0](https://github.com/favoloso/remarkable-admonitions/compare/v0.1.1...v0.2.0) (2019-03-13)


### ✨ Features

* Add docusaurus-matching css ([c0e0bdf](https://github.com/favoloso/remarkable-admonitions/commit/c0e0bdf))
* Add icon rendering customization ([017b91e](https://github.com/favoloso/remarkable-admonitions/commit/017b91e))


### πŸ›  Improvements

* Change classes from `callout` to `admonitions` ([ceb228b](https://github.com/favoloso/remarkable-admonitions/commit/ceb228b))


### πŸ› Bug Fixes

* Fix block parsing ([4929733](https://github.com/favoloso/remarkable-admonitions/commit/4929733))
* Fix title parsing ([1af4f14](https://github.com/favoloso/remarkable-admonitions/commit/1af4f14))
* Output HTML as div instead of p ([38d36bb](https://github.com/favoloso/remarkable-admonitions/commit/38d36bb))


### πŸ“š Documentation

* Add base README info ([3537f48](https://github.com/favoloso/remarkable-admonitions/commit/3537f48))
* Add examples, images and options ([0cd047d](https://github.com/favoloso/remarkable-admonitions/commit/0cd047d))
* Add Octicons license banner ([786449b](https://github.com/favoloso/remarkable-admonitions/commit/786449b))
* Use admonitions with docusaurus ([59f1dbd](https://github.com/favoloso/remarkable-admonitions/commit/59f1dbd))


### πŸ— Chore

* Add Codecov coverage report ([8370509](https://github.com/favoloso/remarkable-admonitions/commit/8370509))
* Add Travis CI ([ea8d04e](https://github.com/favoloso/remarkable-admonitions/commit/ea8d04e))
* Make renderer configurable ([80c6e48](https://github.com/favoloso/remarkable-admonitions/commit/80c6e48))
* Rename package to remarkable-admonitions ([7dd43a1](https://github.com/favoloso/remarkable-admonitions/commit/7dd43a1))


### 🚨 Breaking Changes

* Changed name since `admonitions` is widely used in the community, plus is the name used by asciidoc.
* Output is now a `div` in order to allow nesting


## [0.1.1](https://github.com/favoloso/remarkable-callout/compare/v0.1.0...v0.1.1) (2019-03-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remarkable-admonitions",
"version": "0.1.1",
"version": "0.2.0",
"description": "A remarkable plugin to add admonitions support",
"repository": "https://github.com/favoloso/remarkable-admonitions.git",
"author": "Leonardo Ascione <leonardo@favoloso.team>",
Expand Down

0 comments on commit b1ace4d

Please sign in to comment.