Skip to content

Commit ff57766

Browse files
committed
Release new version.
1 parent 5c0f314 commit ff57766

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGES.md

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

33

44

5+
## [4.0.1](https://github.com/patternslib/pat-code-editor/compare/4.0.0...4.0.1) (2022-12-12)
6+
7+
8+
### Bug Fixes
9+
10+
11+
* Add fallback for okaidia theme which exists in PrismJS but not in Highlight.js ([6f5c9d8](https://github.com/patternslib/pat-code-editor/commit/6f5c9d878ed307ff0d8530c8008e06269ab876fc))
12+
13+
* Await for styles import, otherwise theme might not be applied. ([441033d](https://github.com/patternslib/pat-code-editor/commit/441033d36826bdc01a5578d0b64348d68738de46))
14+
15+
16+
### Maintenance
17+
18+
19+
* Include dist/ and src/ in the npm package. ([d96dc89](https://github.com/patternslib/pat-code-editor/commit/d96dc89b700c134cecd8f7b6051d739df9fd0a9d))
20+
21+
* Update demo - fully escape HTML example, remove debugging markup. ([ae39fc2](https://github.com/patternslib/pat-code-editor/commit/ae39fc2a65b9f219b1bf35429bc2f471ac151c48))
22+
23+
* Use browserslist defaults. ([5c0f314](https://github.com/patternslib/pat-code-editor/commit/5c0f314bdd3686663d6a4751e3abb33f63633305))
24+
525
## [4.0.0](https://github.com/patternslib/pat-code-editor/compare/3.0.0...4.0.0) (2022-12-08)
626

727

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/pat-code-editor",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "A pattern for a code-editor",
55
"license": "MIT",
66
"main": "./src/code-editor.js",

0 commit comments

Comments
 (0)