geostyler / geostyler-converter-demo

Conversion of style files using Geostyler
https://geostyler.github.io/geostyler-converter-demo/
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

fix(deps): update dependency geostyler to v13.1.1 - autoclosed #30

Closed renovate[bot] closed 4 weeks ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
geostyler 13.0.0-beta.0 -> 13.1.1 age adoption passing confidence

Release Notes

geostyler/geostyler (geostyler) ### [`v13.1.1`](https://togithub.com/geostyler/geostyler/blob/HEAD/CHANGELOG.md#1311-2023-08-14) [Compare Source](https://togithub.com/geostyler/geostyler/compare/v13.1.0...v13.1.1) ##### Bug Fixes - **deps:** update dependency typescript-json-schema to ^0.59.0 ([f899617](https://togithub.com/geostyler/geostyler/commit/f89961727f0b2d069adaba9f61d357b63d12035d)) - move thrown error to SLDRenderer ([699a86e](https://togithub.com/geostyler/geostyler/commit/699a86e697b058251d08b21abb7af55376004708)) ### [`v13.1.0`](https://togithub.com/geostyler/geostyler/blob/HEAD/CHANGELOG.md#1310-2023-07-13) [Compare Source](https://togithub.com/geostyler/geostyler/compare/v13.0.1...v13.1.0) ##### Features - add `onActiveParserChange` to `CodeEditor` ([#​2314](https://togithub.com/geostyler/geostyler/issues/2314)) ([cc646cd](https://togithub.com/geostyler/geostyler/commit/cc646cda463c4c0509d728b011ad889b544fd2fb)) - add FunctionUI to ColorField ([c7a838b](https://togithub.com/geostyler/geostyler/commit/c7a838ba995dba69d4df260cebd40c31755fcd80)) ##### Bug Fixes - **deps:** update dependency geostyler-openlayers-parser to v4.2.1 ([d597f49](https://togithub.com/geostyler/geostyler/commit/d597f4941687f5c7d2f491fec01f51b2747f9a66)) - **deps:** update dependency monaco-editor to ^0.40.0 ([ffe268d](https://togithub.com/geostyler/geostyler/commit/ffe268dd54cf83800393f5717e263900e48387bf)) - **deps:** update dependency typescript-json-schema to ^0.58.0 ([2960294](https://togithub.com/geostyler/geostyler/commit/2960294e4d5fe9262898ce6942d142278c5b403b)) - readd OpenLayers as default rendererType ([46c3d5c](https://togithub.com/geostyler/geostyler/commit/46c3d5c5eb0631297a24bd2cb50ebfd93be90f07)) - set ColorPicker to full width ([e601c23](https://togithub.com/geostyler/geostyler/commit/e601c236248aa6484caca718812ea5f06b48c978)) ### [`v13.0.1`](https://togithub.com/geostyler/geostyler/blob/HEAD/CHANGELOG.md#1301-2023-06-23) [Compare Source](https://togithub.com/geostyler/geostyler/compare/v13.0.0...v13.0.1) ##### Bug Fixes - add missing GeoStylerContextInterface export ([0f8214e](https://togithub.com/geostyler/geostyler/commit/0f8214ed186c950dcbc8618d0547423ffabdd822)) ### [`v13.0.0`](https://togithub.com/geostyler/geostyler/blob/HEAD/CHANGELOG.md#1300-2023-06-22) [Compare Source](https://togithub.com/geostyler/geostyler/compare/f74c8a5e35e8b04c0d7af888aa640a59e75500c1...v13.0.0) ##### ⚠ BREAKING CHANGES - removes the 'data' / 'internalDataDef' prop from several components and removes the Preview component - - removed all default exports from react components - removed many exported \*DefaultProps types - modifies API of GeoStylerContext.unsupportedProperties - removes legacy UnsupportedPropertiesContext - - removes legacy CompositionContext and CompositionUtil - removes the withDefaultsContext and use GeoStylerContext instead - removes properties from Style and RuleTable and use GeoStylerContext instead - removes legacy DefaultValueContext - removes iconEditorProps and iconLibraries from Editor and CardStyle - removes iconLibraries and imageFieldProps from IconEditor - remove several props from Style and RuleGeneratorWindow and use GeoStylerContext instead - removes filterUIProps from FilterEditorWindow and FilterTree - enableClassification property in Rules is replaced with disableClassification - The 'react-color' colorpicker was replaced with 'ColorPicker' of 'antd'. All react-color specific props were removed and replaced with the props of antd's colorpicker. Also, the prop 'color' was renamed to 'value'. - removes the DataProvider Co-authored-by: Kai Volland - changed value property of LineCapField and LineJoinField from `cap` / `join` to `value` - This removes the deprecated CompositionContext in favor of the new GeoStylerContext composition from Editor. This also removes the property `colorRamps` from Editor without replacement. This will be re-added soon. - This removes the properties `showAmount` and `showDuplicates` from RuleCard. Please use GeoStylerContext.composition.Rule.amount and GeoStylerContext.composition.Rule.duplicate instead. - This removes the properties `showAmountColumn` and `showDuplicatesColumn` from and thereby also from