Skip to content

Commit d6a2c70

Browse files
committed
chore(release): 1.4.0
1 parent 0f24259 commit d6a2c70

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

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

33
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.
44

5+
## [1.4.0](https://github.com/Pranomvignesh/constrained-editor-plugin/compare/v1.0.6...v1.4.0) (2025-02-05)
6+
7+
8+
### Features
9+
10+
* **togglehighlightofeditableareas:** added custom css class option - toggleHighlightOfEditableAreas ([2ebbb28](https://github.com/Pranomvignesh/constrained-editor-plugin/commit/2ebbb280c292dfc2db419107399207bf50a626a3)), closes [#26](https://github.com/Pranomvignesh/constrained-editor-plugin/issues/26) [#26](https://github.com/Pranomvignesh/constrained-editor-plugin/issues/26)
11+
* **update-value-in-editable-ranges:** this method is modified as per the suggestion in the issue ([798471d](https://github.com/Pranomvignesh/constrained-editor-plugin/commit/798471dcd7d54df45decaf47d56e92ca6d7c7303)), closes [#8](https://github.com/Pranomvignesh/constrained-editor-plugin/issues/8)
12+
13+
14+
### Bug Fixes
15+
16+
* let ([1ee7258](https://github.com/Pranomvignesh/constrained-editor-plugin/commit/1ee7258a7b8fc87fee21e574ab37f08813dfab47))
17+
518
## [1.3.0](https://github.com/Pranomvignesh/constrained-editor-plugin/compare/v1.0.6...v1.3.0) (2022-09-13)
619

720

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": "constrained-editor-plugin",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "A Plugin which adds restrictions to the model of monaco-editor, so that only some parts of the code are editable and rest will become read-only",
55
"directories": {
66
"doc": "docs"

0 commit comments

Comments
 (0)