Releases: Dataport/polar
Releases · Dataport/polar
@polar/plugin-layer-chooser@1.2.1
CHANGELOG
- Fix: Move relevant documentation of
layers
to@polar/core
. - Fix: The LayerChooser plugin will keep working on the error that a layer without entry in the service register has been configured. The layer will not be displayed.
- Fix: An outdated warning has been removed.
- Fix: Adjust documentation to properly describe optionality of configuration parameters.
- Fix: Some type issues have been resolved.
- Fix: Add missing peerDependencies
@masterportal/masterportalapi@2.40.0
andol@^9.2.4
.
@polar/plugin-icon-menu@1.3.0
CHANGELOG
- Feature: Remove requirement of
isHorizontal
prop for plugins as the relevant logic is implemented in@polar/core
. - Fix: Resolve issue with
initiallyOpen
not working as expected.
@polar/plugin-gfi@2.0.0
CHANGELOG
- Breaking: Upgrade
@masterportal/masterportalapi
from2.8.0
to2.40.0
and subsequentlyol
from^7.1.0
to^9.2.4
. - Feature: Add new configuration parameter
isSelectable
that can be used to filter features to be unselectable. - Feature: Add new configuration parameters
directSelect
andboxSelect
to be able to select multiple features at once. - Fix: Adjust documentation to properly describe optionality of configuration parameters.
- Fix: Add missing configuration parameters
featureList
andmaxFeatures
to the general documentation andfilterBy
andformat
togfi.gfiLayerConfiguration
- Fix: Add missing entry of
gfiContentComponent
toGfiGetters
. - Fix: Fix issue rendering properties of a feature if a value is not a string.
- Refactor: Replace redundant prop-forwarding with
getters
. - Refactor: Use core getter
clientWidth
instead of local computed value. - Chore: expand on the description to
gfiContentComponent
in the Readme.md.
@polar/plugin-geo-location@1.4.0
CHANGELOG
- Feature: Position is now tracked when user is outside of the boundary layer but inside the map extent.
- Fix: Adjust documentation to properly describe optionality of configuration parameters.
- Fix: Add missing peerDependency
ol@^9.2.4
.
@polar/plugin-fullscreen@1.2.2
CHANGELOG
- Fix: Adjust documentation to properly describe optionality of configuration parameters.
- Refactor: Remove redundant props regarding positioning of the tooltip.
- Chore: Remove unused dependency
@masterportal/masterportalapi
.
@polar/plugin-filter@2.0.0
CHANGELOG
- Breaking: Upgrade peerDependency
ol
from^7.1.0
to^9.2.4
. - Chore: Remove unused peerDependency
@masterportal/masterportalapi
.
@polar/plugin-export@1.2.1
CHANGELOG
- Fix: PDF export with download:false now works correctly.
- Fix: Adjust documentation to properly describe optionality of configuration parameters.
- Fix: Disable map interactions during the export process so potential interaction features won't be exported.
- Chore: Update dependencies to latest versions.
@polar/plugin-draw@2.0.0
CHANGELOG
- Breaking: Upgrade peerDependency
ol
from^7.1.0
to^9.2.4
. - Fix: Adjust documentation to properly describe optionality of configuration parameters.
- Feature: Make the stroke color for drawn geometry features selectable and editable.
@polar/plugin-attributions@1.3.0
CHANGELOG
- Feature: Add new option
'footer'
to configuration parameterrenderType
that changes the attributions to be displayed as a small version of the information box that is always visible. - Refactor: Replace redundant props with computed properties.
- Chore: Correctly model
ol
as a devDependency and upgrade from^7.1.0
to^9.2.4
.
@polar/plugin-address-search@2.0.0
CHANGELOG
- Breaking: Upgrade
@masterportal/masterportalapi
from2.8.0
to2.40.0
and subsequentlyol
from7.1.0
to^9.2.4
. - Breaking: Remove deprecated search method
gazetteer
. Please use search methodmpapi
instead. - Feature: Add title internationalization; i.e. features may now contain locale keys as titles.
- Feature: Add new optional configuration parameter
afterResultComponent
that allows to display a custom component for each search result. - Feature: There is now a new optional configuration parameter
searchMethods.queryParameters.likeFilterAttributes
for the WfsSearch that allows to add custom key/value pairs which are mapped to attributes of the like filter operator. - Feature:
AddressSearchState
,AddressSearchGetters
, andMpApiParameters
types have been additionally exposed as root export since using packages frequently rely on them. - Feature: When using the search type
mpapi
, a second search using a wildcard is now being triggered when the first search yielded no results. - Feature: Custom select functions are now called with the store's
this
context, allowing for more flexible data access. - Feature: When navigating through the search results by keyboard, pressing
Escape
will now result in closing the available results. Browser interactions onEscape
may take precedence (i.e. in fullscreen mode, the browser will exit fullscreen mode instead of letting us use the input). - Fix: Adjust documentation and types to properly describe optionality of configuration parameters.
- Fix: Use correct getter for
minLength
. - Fix:
SearchResultSymbols
has been additionally exposed as root export since using packages frequently rely on it. - Chore: expand on the description to
afterResultComponent
in the Readme.md. - Chore: Clarify the description to
addLoading
andremoveLoading
within the readme.