Skip to content

Commit

Permalink
chore(release): 14.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
## [14.0.0-beta.1](v13.1.1...v14.0.0-beta.1) (2023-11-22)

### ⚠ BREAKING CHANGES

* Following props of  `<BooleanExpressionInput>` changed:
`label` was replaced with `labelOn` and `labelOff`. `checkboxProps` was
renamed to `switchProps` and now accepts the properties of antd `<Switch>`.

### Features

* add editors visibility fields to composition ([#2387](#2387)) ([eaa7882](eaa7882))
* add LineEditor graphicFill and graphicStroke to composition ([#2383](#2383)) ([02a8a20](02a8a20))
* **i18n:** update translation for `zh_CN` ([320f349](320f349))
* replace checkbox with switch for boolean fields ([#2385](#2385)) ([a654004](a654004))

### Bug Fixes

* **deps:** update dependency @monaco-editor/react to v4.5.2 ([#2354](#2354)) ([a50c89a](a50c89a))
* **deps:** update dependency monaco-editor to ^0.41.0 ([#2343](#2343)) ([49f919f](49f919f))
* **deps:** update dependency typescript-json-schema to ^0.60.0 ([#2357](#2357)) ([ec1cfd0](ec1cfd0))
* fixes rule generation for 0 values ([2b533ef](2b533ef))
* visibility of classification button ([#2380](#2380)) ([5e2f050](5e2f050))
  • Loading branch information
semantic-release-bot committed Nov 22, 2023
1 parent eaa7882 commit 4e5257b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## [14.0.0-beta.1](https://github.com/geostyler/geostyler/compare/v13.1.1...v14.0.0-beta.1) (2023-11-22)


### ⚠ BREAKING CHANGES

* Following props of `<BooleanExpressionInput>` changed:
`label` was replaced with `labelOn` and `labelOff`. `checkboxProps` was
renamed to `switchProps` and now accepts the properties of antd `<Switch>`.

### Features

* add editors visibility fields to composition ([#2387](https://github.com/geostyler/geostyler/issues/2387)) ([eaa7882](https://github.com/geostyler/geostyler/commit/eaa7882aa19daafce4e62eddff99968fdba99065))
* add LineEditor graphicFill and graphicStroke to composition ([#2383](https://github.com/geostyler/geostyler/issues/2383)) ([02a8a20](https://github.com/geostyler/geostyler/commit/02a8a20aa04ab1e7d312f25f0ad0a9d803551320))
* **i18n:** update translation for `zh_CN` ([320f349](https://github.com/geostyler/geostyler/commit/320f3493ee8aaaf40f4e56c748afed3e853aa75b))
* replace checkbox with switch for boolean fields ([#2385](https://github.com/geostyler/geostyler/issues/2385)) ([a654004](https://github.com/geostyler/geostyler/commit/a65400406e8a45a33a234a17c701245938881d09))


### Bug Fixes

* **deps:** update dependency @monaco-editor/react to v4.5.2 ([#2354](https://github.com/geostyler/geostyler/issues/2354)) ([a50c89a](https://github.com/geostyler/geostyler/commit/a50c89a6f58c7569fea23d8b92f7500491e07b30))
* **deps:** update dependency monaco-editor to ^0.41.0 ([#2343](https://github.com/geostyler/geostyler/issues/2343)) ([49f919f](https://github.com/geostyler/geostyler/commit/49f919ffb16ea3bcba9fa1b2c4ca4718a4a90ac4))
* **deps:** update dependency typescript-json-schema to ^0.60.0 ([#2357](https://github.com/geostyler/geostyler/issues/2357)) ([ec1cfd0](https://github.com/geostyler/geostyler/commit/ec1cfd0e7b4b18e637ab826e0e8f5fc92f3a5bf0))
* fixes rule generation for 0 values ([2b533ef](https://github.com/geostyler/geostyler/commit/2b533ef68c185b677b0ad20ca42e59fd64edb6cc))
* visibility of classification button ([#2380](https://github.com/geostyler/geostyler/issues/2380)) ([5e2f050](https://github.com/geostyler/geostyler/commit/5e2f050c7d76a12f9d7c6cc85111a93dc66d075c))

## [13.1.1](https://github.com/geostyler/geostyler/compare/v13.1.0...v13.1.1) (2023-08-14)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geostyler",
"version": "13.1.1",
"version": "14.0.0-beta.1",
"description": "Framework for styling geodata",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 4e5257b

Please sign in to comment.