From 0dfc0c23c3817ea0e03de091b9e968b1f212ed59 Mon Sep 17 00:00:00 2001 From: Lila Rest Date: Sat, 28 Jan 2023 02:51:26 +0100 Subject: [PATCH] chore(release): 1.10.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 25 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 156f908..8f4c2b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ 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. +## [1.10.0](https://github.com/LilaRest/obsidian-custom-classes/compare/1.4.0...1.10.0) (2023-01-28) + + +### Features + +* add Live Preview support (beta) ([fe22a90](https://github.com/LilaRest/obsidian-custom-classes/commit/fe22a907ff73c81aa307752fe1624da5ada1a0a9)) +* allow editing custom classes without reloading Obsidian by re-rendering every custom class ([3768b74](https://github.com/LilaRest/obsidian-custom-classes/commit/3768b7422a69746f0da4071c92957527c2c5418a)) +* expose the plugin globally + replace hardcoded anchor by the one defined in settings ([da1041d](https://github.com/LilaRest/obsidian-custom-classes/commit/da1041dc185928e7fe983246feef93a017a7c536)) +* finish the compatibility mode ([25ef2f8](https://github.com/LilaRest/obsidian-custom-classes/commit/25ef2f87a0c29186fc600b2ad1f08de0913fa733)) +* implement settings + Allow users to customize the anchor / prefix string from settings ([a4f24b7](https://github.com/LilaRest/obsidian-custom-classes/commit/a4f24b788a580540bc5037df4bc5f36001cb43de)) +* improve the Reading mode rendered code (increased performances) ([524b98b](https://github.com/LilaRest/obsidian-custom-classes/commit/524b98bb701f216a070ecbdce0d11769f89a0855)) +* live Preview support : Unhide blocks if user has switched from Live Preview to Source mode ([9def645](https://github.com/LilaRest/obsidian-custom-classes/commit/9def6455ab9d71a4de80cdb61de287775ea790ab)) + + +### Bug Fixes + +* empty css file ([b796493](https://github.com/LilaRest/obsidian-custom-classes/commit/b796493610e9a47bb2df7deafe93f736af31b3ad)) +* patch Typescript errors ([7f1d73c](https://github.com/LilaRest/obsidian-custom-classes/commit/7f1d73c8f10ebf1c805c63995e231f8e012c4b8f)) +* wrong static anchor key + unuseful code to test code blocks ([657d1a8](https://github.com/LilaRest/obsidian-custom-classes/commit/657d1a818a05faf427f99aebc3b06eb652910dcb)) + ## [1.9.0](https://github.com/LilaRest/obsidian-custom-classes/compare/1.4.0...1.9.0) (2023-01-27) diff --git a/manifest.json b/manifest.json index c47b66d..4563e73 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "custom-classes", "name": "Custom Classes", - "version": "1.9.0", + "version": "1.10.0", "minAppVersion": "0.15.0", "description": "Custom Classes is a minimalist plugin that allows you to add custom HTML classes to markdown blocks", "author": "Lila Rest ", "authorUrl": "https://lila.rest", "fundingUrl": "https://lila.rest/donations", "isDesktopOnly": false -} \ No newline at end of file +} diff --git a/package-lock.json b/package-lock.json index e023675..4860316 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-custom-classes", - "version": "1.9.0", + "version": "1.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-custom-classes", - "version": "1.9.0", + "version": "1.10.0", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 509c27e..b675470 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-custom-classes", - "version": "1.9.0", + "version": "1.10.0", "description": "Custom Classes is a minimalist Obsidian plugin that allows you to add custom HTML classes to markdown blocks", "main": "main.js", "scripts": {