diff --git a/.gitignore b/.gitignore index e8c24d5..ed3bcca 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ docs/.vitepress/dist docs/.vitepress/cache -src/components/generate-icons/** -src/components/generate-prism-languages/** +src/components/generate-icons/icons/ # Logs logs *.log diff --git a/CHANGELOG.md b/CHANGELOG.md index 106aa87..846f7ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased -[Compare with latest](https://github.com/Hetari/vuejs-code-block/compare/26630622387771773d2855d2f2fe15e505bb4966...HEAD) +[Compare with latest](https://github.com/Hetari/vuejs-code-block/compare/1.0.1...HEAD) ### Added +- add: new languages ([3e05688](https://github.com/Hetari/vuejs-code-block/commit/3e05688364eb2d10092f5ef6f3bf6fd3d28cd4e8) by Hetari). + + + +## [1.0.1](https://github.com/Hetari/vuejs-code-block/releases/tag/1.0.1) - 2024-10-05 + +[Compare with first commit](https://github.com/Hetari/vuejs-code-block/compare/26630622387771773d2855d2f2fe15e505bb4966...1.0.1) + +### Added + +- add: click to copy ([75fb7bc](https://github.com/Hetari/vuejs-code-block/commit/75fb7bc432bcb86fa2791a8ee6a68931649dce58) by Hetari). +- add copy icon ([4fd0e42](https://github.com/Hetari/vuejs-code-block/commit/4fd0e423694962ee414c7efad11681a4c2bf8be9) by Hetari). +- add more icons ([4caed1c](https://github.com/Hetari/vuejs-code-block/commit/4caed1c80636780d160132db245975363d77304c) by Hetari). +- add icons ([a279545](https://github.com/Hetari/vuejs-code-block/commit/a279545e94c4df39d431c22ef819a4d43543a1f6) by Hetari). +- add themes ([0eb0a87](https://github.com/Hetari/vuejs-code-block/commit/0eb0a87224291d3de0e752db00edf13449db42c8) by Hetari). +- addL light and dark theme ([1b16a89](https://github.com/Hetari/vuejs-code-block/commit/1b16a89cd0acc896a0b450f974d6d21c73dfca29) by Hetari). +- add: line number ([75e6415](https://github.com/Hetari/vuejs-code-block/commit/75e6415238b6ae275837ed4be1ef5405f0c14f56) by Hetari). - add supported language types ([78296bf](https://github.com/Hetari/vuejs-code-block/commit/78296bf12a517b956adac796f5a47830bf2ca931) by Hetari). - add css ([b5d4f6f](https://github.com/Hetari/vuejs-code-block/commit/b5d4f6ff647af3f34666a704fe6823ffbfd2fcc5) by Hetari). - add some default style ([bf0bbed](https://github.com/Hetari/vuejs-code-block/commit/bf0bbed071a5dc10ccadd8e770d72ee860077f0a) by Hetari). @@ -28,6 +45,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed +- fix: images path in the docs ([14c3277](https://github.com/Hetari/vuejs-code-block/commit/14c3277254c5a899956250cb02dc12a12785d0c9) by Hetari). +- fix: line break in code block ([c842e28](https://github.com/Hetari/vuejs-code-block/commit/c842e28141da7b3cd769448984a574600bd0dbcd) by Hetari). +- fix: parseCodeIntoLines function ([084f090](https://github.com/Hetari/vuejs-code-block/commit/084f090e15611032a697fd819d731ab89ddd2550) by Hetari). +- fix: Cannot find namespace 'JSX' ([b6d4439](https://github.com/Hetari/vuejs-code-block/commit/b6d44398b17f211d6d7d7a416490c6397ac04c9a) by Hetari). +- fix: code style ([c5d2def](https://github.com/Hetari/vuejs-code-block/commit/c5d2def4953ddeddb1d1cdce89edaacae092e495) by Hetari). - fix props types ([6494442](https://github.com/Hetari/vuejs-code-block/commit/6494442aa0667ff1aef224a9c22c49e647ecd3f1) by Hetari). - fix loading language ([c5c9f86](https://github.com/Hetari/vuejs-code-block/commit/c5c9f86fb893d9997aadd322d1c401d8cb18311e) by Hetari). - fix parsing ([43a5534](https://github.com/Hetari/vuejs-code-block/commit/43a5534d3ff69f12fbc749acc78b6aa142ef36ac) by Hetari). @@ -44,5 +66,3 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Removed - remove unused libraries ([79eceaf](https://github.com/Hetari/vuejs-code-block/commit/79eceafbcbf2f780d70c4fefb8abd61dff623b85) by Hetari). - - diff --git a/README.md b/README.md index c8a1d55..599aeff 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Vuejs Code Block +## Enjoying my project? Please show your appreciation by starring it on GitHub! ⭐ + [](https://www.npmjs.com/package/vuejs-code-block)