Skip to content

Commit

Permalink
Add changelogs for relevant multi selection changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin committed Nov 7, 2024
1 parent ac3caba commit 4f2488c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugins/Zoom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Feature: Add easing between zoom levels.
- Feature: Add new configuration parameter `showZoomSlider` to configure a zoom slider display.
- Feature: Add new configuration parameters `directSelect` and `multiSelect` to be able to select multiple features at once.
- Refactor: Remove redundant prop `isHorizontal` from `Zoom` component. Logic is now placed in `@polar/core`.

## 1.2.0
Expand Down
1 change: 1 addition & 0 deletions packages/types/custom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- Feature: Add new utility type `PartialBy`.
- Feature: Add new type `MasterportalApiConfig`.
- Feature: Change `MapConfig` to allow for partial configuration as some parameters have default values and have it be extended from `MasterportalApiConfig`.
- Feature: Add new configuration parameter `directSelect` and `multiSelect` to `GfiConfiguration`.
- Fix: Document missing return type to `afterLoadFunction`, which may also return a Promise.
- Fix: Add `string` as option for `SearchType` since arbitrary strings can be registered.
- Fix: Remove unused parameters `proxyUrl` and `loadingStrategy` from `LayerConfigurationOptions`.
Expand Down

0 comments on commit 4f2488c

Please sign in to comment.