From 34c0a914194dc5319b10a91255d2627f7e3c5223 Mon Sep 17 00:00:00 2001 From: Lila Rest Date: Sat, 28 Jan 2023 00:27:33 +0100 Subject: [PATCH] chore(release): 1.9.0 --- CHANGELOG.md | 19 +++++++++++++++++++ manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 24 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2cd70e..156f908 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ 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.9.0](https://github.com/LilaRest/obsidian-custom-classes/compare/1.4.0...1.9.0) (2023-01-27) + + +### 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)) + + +### 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.8.0](https://github.com/LilaRest/obsidian-custom-classes/compare/1.4.0...1.8.0) (2023-01-26) diff --git a/manifest.json b/manifest.json index c64695e..484b592 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "custom-classes", "name": "Custom Classes", - "version": "1.8.0", + "version": "1.9.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 7f562e2..e023675 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-custom-classes", - "version": "1.8.0", + "version": "1.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-custom-classes", - "version": "1.8.0", + "version": "1.9.0", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 4e6ee32..509c27e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-custom-classes", - "version": "1.8.0", + "version": "1.9.0", "description": "Custom Classes is a minimalist Obsidian plugin that allows you to add custom HTML classes to markdown blocks", "main": "main.js", "scripts": {