Skip to content

Commit

Permalink
342850 fixed enter mode of html editor config (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
marleenbarth authored Apr 12, 2023
1 parent f837af1 commit 97179ba
Show file tree
Hide file tree
Showing 14 changed files with 459 additions and 6,047 deletions.
2 changes: 1 addition & 1 deletion .idea/runConfigurations/build.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/runConfigurations/install.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/runConfigurations/test.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/runConfigurations/update.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/runConfigurations/watch.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.12.1] - 12.04.2023

### Fixed

* Updated design json property `enterMode` of HTML editor config.
* Updated dependencies to the latest versions.

## [1.12.0] - 05.01.2023

### Fixed
Expand Down Expand Up @@ -499,7 +506,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
* Custom JS module support
* Basic setup to publish project as NPM package

[Unreleased]: https://github.com/bsi-software/bsi-cx-design-build/compare/1.12.0...HEAD
[Unreleased]: https://github.com/bsi-software/bsi-cx-design-build/compare/1.12.1...HEAD

[1.12.1]: https://github.com/bsi-software/bsi-cx-design-build/compare/1.12.0...1.12.1

[1.12.0]: https://github.com/bsi-software/bsi-cx-design-build/compare/1.11.0...1.12.0

Expand Down
4 changes: 2 additions & 2 deletions dist/browser.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4665,7 +4665,7 @@ declare module "src/html-editor-config/html-editor-config" {
/**
* @returns {RawValue|EnterMode|undefined}
*/
get enterMode(): RawValue | import("src/html-editor-config/enter-mode").EnterMode;
get enter(): RawValue | import("src/html-editor-config/enter-mode").EnterMode;
/**
* Set an unique identifier for the editor configuration. If not set, a UUID v4 will be used.
* It is recommended to set the identifier.
Expand Down
2 changes: 1 addition & 1 deletion dist/types.d.ts.map

Large diffs are not rendered by default.

Loading

0 comments on commit 97179ba

Please sign in to comment.