Skip to content

Commit 6946bde

Browse files
committed
Obsidian Admonitions Release: v6.11.0
1 parent 14b662d commit 6946bde

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [6.11.0](https://github.com/valentine195/obsidian-admonition/compare/6.10.1...6.11.0) (2022-02-08)
6+
7+
8+
### Features
9+
10+
* adds Hide Empty Admonitions setting (close [#171](https://github.com/valentine195/obsidian-admonition/issues/171)) ([bf379bf](https://github.com/valentine195/obsidian-admonition/commit/bf379bf5de32236dc0ca4bfa7b03a3768f3be090))
11+
12+
13+
### Bug Fixes
14+
15+
* Disabled `!!!`-style syntax in settings. Legacy support will continue until version 7.0.0. ([14b662d](https://github.com/valentine195/obsidian-admonition/commit/14b662d8eb0a5bbc632d23e4d51ef8d639501cc2))
16+
* Fixes several issues with Live Preview MSDoc syntax rendering (closes [#170](https://github.com/valentine195/obsidian-admonition/issues/170)) ([50562db](https://github.com/valentine195/obsidian-admonition/commit/50562db72329af76ed07d448af936a7347efac20))
17+
* switch to Obsidian's Live Preview State Facet ([a9e43f9](https://github.com/valentine195/obsidian-admonition/commit/a9e43f93d8a0dfbddbeaf9a23d1f3df6e7513062))
18+
* warned about future removal of `!!!`-style syntax ([cc183a8](https://github.com/valentine195/obsidian-admonition/commit/cc183a8cbae2c78bdc09d7b9a8d853534abed9a1))
19+
520
### [6.10.1](https://github.com/valentine195/obsidian-admonition/compare/6.10.0...6.10.1) (2022-02-02)
621

722

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-admonition",
33
"name": "Admonition",
4-
"version": "6.10.1",
4+
"version": "6.11.0",
55
"minAppVersion": "0.11.0",
66
"description": "Admonition block-styled content for Obsidian.md",
77
"author": "Jeremy Valentine",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-admonition",
3-
"version": "6.10.1",
3+
"version": "6.11.0",
44
"description": "Admonition block-styled content for Obsidian.md",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)