Skip to content

Commit cc4c380

Browse files
committed
Release new version.
1 parent 2f085a6 commit cc4c380

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGES.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [2.1.0](https://github.com/patternslib/pat-code-editor/compare/2.0.0...2.1.0) (2021-12-03)
2+
3+
4+
### Bug Fixes
5+
6+
* Deactivate line numbers - They do not work nicely with a <pre><code> structure yet. ([250149f](https://github.com/patternslib/pat-code-editor/commit/250149f6f9c364c7e468ff110f4053c49c4b172f))
7+
8+
* Escape HTML when initializing the editor. ([dcef878](https://github.com/patternslib/pat-code-editor/commit/dcef87852148109363dc83badcdfff03a58e873f))
9+
10+
* Fix the tab option and allow tabs as \t and spaces in quotes as values. ([a01aedb](https://github.com/patternslib/pat-code-editor/commit/a01aedb8534159f5b30485266b2b30577372635c))
11+
12+
13+
14+
### Maintenance
15+
16+
* Better examples. ([b2bcb31](https://github.com/patternslib/pat-code-editor/commit/b2bcb3197b1250b94fb9744f7de750ada7f1b404))
17+
18+
* **dependencies:** Upgrade dependencies. ([82ce7fb](https://github.com/patternslib/pat-code-editor/commit/82ce7fbc627b5de77ef9e9f4948d58efda53bf71))
19+
20+
* **dependencies:** Upgrade Patternslib to 6.2.0 due to dependency on escape/unescape utility methods. ([6e14809](https://github.com/patternslib/pat-code-editor/commit/6e14809cfda6aad4ac7f5b892351b18ced5d0080))
21+
22+
* **tests:** Improve tests. ([19f9c2e](https://github.com/patternslib/pat-code-editor/commit/19f9c2e96e9c0f8f5cc2a7614f544a88432c7387))
23+
124
## [2.0.0](https://github.com/patternslib/pat-code-editor/compare/1.2.0...2.0.0) (2021-11-17)
225

326

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": "2.0.0",
3+
"version": "2.1.0",
44
"description": "A pattern for a code-editor",
55
"license": "MIT",
66
"main": "./src/code-editor.js",

0 commit comments

Comments
 (0)