Skip to content

Merge pull request #2191 from geostyler/adjust-nodejs-versions #95

Merge pull request #2191 from geostyler/adjust-nodejs-versions

Merge pull request #2191 from geostyler/adjust-nodejs-versions #95

Triggered via push May 30, 2023 14:59
Status Failure
Total duration 28s
Artifacts

commitlint.yml

on: push
commitlint
16s
commitlint
Fit to window
Zoom out
Zoom in

Annotations

1 error
commitlint
You have commit messages with errors ⧗ input: feat: introduces StringExpressionSelect BREAKING CHANGE: changed value property of LineCapField and LineJoinField from `cap` / `join` to `value` ✖ footer's lines must not be longer than 100 characters [footer-max-line-length] ✖ found 1 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint ⧗ input: feat: Use ExpressionInputs in Symbolizer Fields (#2136) * feat: use NumberExpression in WidthField * feat: make use of ExpressionInput in Fields * fix: update typing of listeners in Editors * fix: readd className property to OffsetField and OpacityField BREAKING CHANGE: OpacityField, WidthField and SizeField now expect the corresponding value to passed as value instead of opacity, width, size as this conflicted with some properties of the Inputs ✖ footer's lines must not be longer than 100 characters [footer-max-line-length] ✖ subject must not be sentence-case, start-case, pascal-case, upper-case [subject-case] ✖ found 2 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint ⧗ input: chore(release): 12.0.0 [skip ci] ## [12.0.0](https://github.com/geostyler/geostyler/compare/v11.1.1...v12.0.0) (2023-03-13) ### ⚠ BREAKING CHANGES * This updates the props of the Renderer component. Now, props depend on the provided renderer type. For SLD, only the props for the SLDRenderer will be applicable, for OpenLayers, only the props for the oLRenderer will be applicable. * Multiple props of components that are related to <CardStyle> have been updated. Mainly, existing properties were removed in order to prepare for the usage of GeoStylerContext. * The property unknownSymbolizerText of <Editor> was moved to the locale property in order to provide translations. * Removes props filterUiProps, iconLibraries, colorRamps from Rules. Moves showAmount, showDuplicates to RuleCard and to ruleCardProps on Rules. * Moved src/Component/Symbolizer/Renderer/Renderer to src/ComponentRenderer/OlRenderer. Moved src/Component/Symbolizer/SLDRenderer to src/Component/Renderer/SLDRenderer. Moved src/Renderer/Renderer to src/Renderer/Renderer. Added OlRenderer specific props to Renderer. * Removed prop was replaced with props colorRamps, useBrewerColorRamps and colorSpaces in order to harmonize CardStyle with Style. * The label prop was removed from MaxScaleDenominator and MinScaleDenominator. The labels are now part of i18n and can be configured via the locale property. ### Features * prepare GeoStylerContext ([e5529a3](https://github.com/geostyler/geostyler/commit/e5529a31ed2f34d842c4a2e3bd3c026a17395330)) * update CompositionContext type ([5edda76](https://github.com/geostyler/geostyler/commit/5edda76d7086ca81b3467c710c891ea3c6f81cb5)) * use vertical form layout ([9cc8e08](https://github.com/geostyler/geostyler/commit/9cc8e08240b151e22aea5bb89e7ac79192707a2e)) ### Bug Fixes * add missing GeoStylerContext to index.ts ([5f74578](https://github.com/geostyler/geostyler/commit/5f7457892a0f2c3a2daa7a402c9f1c76b8da5909)) * adds dynamic translation ([2ba62a7](https://github.com/geostyler/geostyler/commit/2ba62a73db43510c8daa5c46c8cefd6835d15d64)) * adjust paddings and margins on form items ([88c7a78](https://github.com/geostyler/geostyler/commit/88c7a78ef782447ac674170fae0ab5f740c1a493)) * fixing imports ([108a72a](https://github.com/geostyler/geostyler/commit/108a72a3ff48cdf9b47998d27ba7df50b04ee549)) * make all CompositionContext props optional ([5d8c8b5](https://github.com/geostyler/geostyler/commit/5d8c8b5982632af5c22e0aa4bf6cef97d6f134e1)) * remove Omit on oLRendererProps typing ([96f867a](https://github.com/geostyler/geostyler/commit/96f867a3d8988686e9be2f018afb17e433cc2e99)) * remove unneded lines ([f8402c0](https://github.com/geostyler/geostyler/commit/f8402c030546071e0355fe30beeb0c79eaf5b493)) * set missing property in CardStyle ([76f6d90](https://github.com/geostyler/geostyler/commit/76f6d9091ab9c8b8871878def047af8ce793e559)) ### breaking * change props of Renderer componen