Skip to content

Commit

Permalink
chore: release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed Mar 17, 2022
1 parent 04b4a8e commit 923b7dd
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [0.9.0](https://github.com/aidenlx/obsidian-icon-shortcodes/compare/0.8.4...0.9.0) (2022-03-17)


### Bug Fixes

* fix plugin fail to load while loading settings ([dbe4083](https://github.com/aidenlx/obsidian-icon-shortcodes/commit/dbe4083444051de718a4ea5dcc11a6a3c19ea11a))
* **icon-in-editor:** fix inline svg icon break click handler ([47a47bc](https://github.com/aidenlx/obsidian-icon-shortcodes/commit/47a47bc425417ee94e6a4ba4be22012e4e79ed69))
* **icon-packs:** fix broken classnames in emoji warpper; fix emoji vertical align; add class EmojiIconData ([df72588](https://github.com/aidenlx/obsidian-icon-shortcodes/commit/df72588e8c70d362583b619cccfb60215d26abf8))
* **icon-packs:** patch remixicon fill color ([bdf1d19](https://github.com/aidenlx/obsidian-icon-shortcodes/commit/bdf1d1908ed49a22fe3748d9795c51f8e9804905))
* **settings:** fix list of enabled icon packs from old version breaks icon pack filter ([2b0d43a](https://github.com/aidenlx/obsidian-icon-shortcodes/commit/2b0d43af61a47a664682dd64d713586ce8698924))


### Features

* **icon-packs:** fix font awesome icons not following context color ([a93d1df](https://github.com/aidenlx/obsidian-icon-shortcodes/commit/a93d1dfb6ca79d24412c8c4abaf6484d2be1ba78))
* **icon-packs:** support inline svg render ([e9cd3c1](https://github.com/aidenlx/obsidian-icon-shortcodes/commit/e9cd3c1f940732923d2d15124290910c8d57be7d)), closes [#23](https://github.com/aidenlx/obsidian-icon-shortcodes/issues/23)
* **icon:** adjust icon vertical align style ([cfc7561](https://github.com/aidenlx/obsidian-icon-shortcodes/commit/cfc7561ff23a171465e8a8a9038261721cfaba7b))
* **post-ps:** add callout support ([04b4a8e](https://github.com/aidenlx/obsidian-icon-shortcodes/commit/04b4a8ee0ebe327c70e84c5137f0d2a4e198908b))
* **settings:** add toggle for custom icons to enable/disable them in suggester ([28c83df](https://github.com/aidenlx/obsidian-icon-shortcodes/commit/28c83df82dfd758d0d70d4b853fea15dc45ac678))

## [0.8.4](https://github.com/aidenlx/obsidian-icon-shortcodes/compare/0.8.3...0.8.4) (2022-03-08)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-icon-shortcodes",
"name": "Icon Shortcodes",
"version": "0.8.4",
"version": "0.9.0",
"minAppVersion": "0.13.27",
"description": "Insert emoji and custom icons with shortcodes",
"author": "AidenLx",
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": "@aidenlx/obsidian-icon-shortcodes",
"version": "0.8.4",
"version": "0.9.0",
"description": "API utils for obsidian-icon-shortcodes",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"0.8.1": "0.13.27",
"0.8.2": "0.13.4",
"0.8.3": "0.13.27",
"0.8.4": "0.13.27"
"0.8.4": "0.13.27",
"0.9.0": "0.13.27"
}

0 comments on commit 923b7dd

Please sign in to comment.