Skip to content

Commit a093f32

Browse files
committed
1.2.0
1 parent 8722156 commit a093f32

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# [1.2.0](https://github.com/andreruffert/syntax-highlight-element/compare/v1.1.1...v1.2.0) (2025-08-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **loadPrismLanguage:** include transitive lang deps ([457fe62](https://github.com/andreruffert/syntax-highlight-element/commit/457fe62b3095b4ab90e3ed94ef05acefaa31970d)), closes [#38](https://github.com/andreruffert/syntax-highlight-element/issues/38)
7+
8+
9+
### Features
10+
11+
* config.setup, config.tokenize, config.tokenTypes ([e640211](https://github.com/andreruffert/syntax-highlight-element/commit/e64021165e54e1918eb797e0aab91e77eca9fcf9))
12+
* config.tokenizer ([668a297](https://github.com/andreruffert/syntax-highlight-element/commit/668a297ee4eb4db33cca1393330015b94f45b1b7))
13+
* introduce `language` setter ([19c9f10](https://github.com/andreruffert/syntax-highlight-element/commit/19c9f102325f44bd50d0aea9111626dea97d9fbb))
14+
* introduce `she.config.prismBaseUrl` ([3ccbb3e](https://github.com/andreruffert/syntax-highlight-element/commit/3ccbb3e66b46a2157cd2b3bf8401ec5f85c6f333))
15+
* **loadPrismLanguage:** resolve language aliases ([d217bd6](https://github.com/andreruffert/syntax-highlight-element/commit/d217bd652df4c7677667fae3c2df634929393b22)), closes [#38](https://github.com/andreruffert/syntax-highlight-element/issues/38)
16+
* optional prism autoload ([e7608f5](https://github.com/andreruffert/syntax-highlight-element/commit/e7608f58cf8a486f2aec8659c779c62a59c0748a)), closes [#34](https://github.com/andreruffert/syntax-highlight-element/issues/34)
17+
* SyntaxHighlightElement.config getter/setter ([ed16747](https://github.com/andreruffert/syntax-highlight-element/commit/ed16747366206d80dd5b17c5d0dcf85f6c111ae8))
18+
19+
20+
### Performance Improvements
21+
22+
* **tokenizer/prism:** ensure async deps loading ([cd1939b](https://github.com/andreruffert/syntax-highlight-element/commit/cd1939bf9e0c2ace51eeaf24fc44220681a21624)), closes [#39](https://github.com/andreruffert/syntax-highlight-element/issues/39)
23+
24+
25+
126
## [1.1.1](https://github.com/andreruffert/syntax-highlight-element/compare/v1.1.0...v1.1.1) (2025-07-13)
227

328

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": "syntax-highlight-element",
3-
"version": "1.2.0-beta.1",
3+
"version": "1.2.0",
44
"description": "Syntax Highlighting using the CSS Custom Highlight API",
55
"license": "MIT",
66
"funding": "https://github.com/andreruffert/syntax-highlight-element?sponsor=1",

0 commit comments

Comments
 (0)