Releases: theopensystemslab/map
Releases · theopensystemslab/map
v1.0.0-alpha.4
What's Changed
- build(deps-dev): bump vite from 5.4.2 to 5.4.6 by @dependabot in #499
- build(deps-dev): bump express from 4.19.2 to 4.21.0 by @dependabot in #500
- build(deps-dev): bump rollup from 4.21.2 to 4.22.4 by @dependabot in #501
- build(deps-dev): bump typescript from 5.5.2 to 5.6.2 by @dependabot in #505
- build(deps): bump jspdf from 2.5.1 to 2.5.2 by @dependabot in #503
- build(deps): bump proj4 from 2.11.0 to 2.12.1 by @dependabot in #502
- feat: showLabel prop added by @RODO94 in #508
- style: Improve legibility of dot labels by @ianjon3s in #507
- fix: consistent point styles by @jessicamcinchak in #509
- v1.0.0-alpha.4 by @jessicamcinchak in #510
New Contributors
Full Changelog: v1.0.0-alpha.3...v1.0.0-alpha.4
v1.0.0-alpha.3
What's Changed
- fix: ensure
drawMany
feature labels are incremental by @jessicamcinchak in #495 - feat: add
resetViewOnly
prop to retain data but reset map position by @jessicamcinchak in #496 - style: Reset icon direction reverse by @ianjon3s in #498
- v1.0.0-alpha.3 by @jessicamcinchak in #497
Full Changelog: v1.0.0-alpha.2...v1.0.0-alpha.3
v1.0.0-alpha.2
What's Changed
- build(deps-dev): bump webpack from 5.92.1 to 5.94.0 by @dependabot in #486
- build(deps-dev): bump vite from 5.3.2 to 5.4.2 by @dependabot in #487
- build(deps): bump govuk-frontend from 5.4.0 to 5.6.0 by @dependabot in #488
- build(deps-dev): bump sass from 1.69.5 to 1.77.8 by @dependabot in #489
- fix:
drawGeojsonData
should accept "Feature" and "FeatureCollection" data since introducingdrawMany
by @jessicamcinchak in #491 - fix: maintain drawing labels when modifying features by @jessicamcinchak in #493
- feat: read color from
drawGeojsonData
properties if set by @jessicamcinchak in #492 - v1.0.0-alpha.2 by @jessicamcinchak in #494
Full Changelog: v1.0.0-alpha.0...v1.0.0-alpha.2
v1.0.0-alpha.1
What's Changed
- fix: ensure marker & geojson layers are on top of satellite basemap by @jessicamcinchak in #481
- fix: ensure point features passed in via
geojsonData
have associated style by @jessicamcinchak in #482 - fix: increase
drawMany
label font size and default drawing point size by @jessicamcinchak in #483 - fix: add
data-testid
by @jessicamcinchak in #484 - v1.0.0-alpha.1 by @jessicamcinchak in #485
Full Changelog: next...v1.0.0-alpha.1
v1.0.0-alpha.0
What's Changed
- build(deps-dev): bump vite from 5.1.7 to 5.3.2 by @dependabot in #457
- build(deps): bump rambda from 8.6.0 to 9.2.1 by @dependabot in #459
- build(deps): bump @turf/union from 6.5.0 to 7.0.0 by @dependabot in #463
- build(deps-dev): bump lint-staged from 14.0.1 to 15.2.7 by @dependabot in #460
- build(deps-dev): bump typescript from 5.3.3 to 5.5.2 by @dependabot in #458
- build(deps): bump govuk-frontend from 5.0.0 to 5.4.0 by @dependabot in #462
- build(deps-dev): bump @glorious/pitsby from 1.37.0 to 1.37.2 by @dependabot in #467
- build(deps): bump proj4 from 2.9.2 to 2.11.0 by @dependabot in #468
- build(deps): bump ol-ext from 4.0.17 to 4.0.21 by @dependabot in #469
- build(deps-dev): bump @testing-library/dom from 9.3.4 to 10.4.0 by @dependabot in #471
- build(deps-dev): bump @types/node from 18.19.21 to 22.0.3 by @dependabot in #472
- feat: add support for drawing and modifying
Circle
geometry types by @jessicamcinchak in #465 - feat: add support for drawing many features on the same map by @jessicamcinchak in #466
- break: condense and deprecate redundant styling-related props by @jessicamcinchak in #473
- feat: support Mapbox satellite styles by @jessicamcinchak in #475
- chore: simplify props related to configuring basemap layers by @jessicamcinchak in #476
- build(deps-dev): bump axios from 1.7.2 to 1.7.5 by @dependabot in #477
- fix: set explicit z-index for drawing layer by @jessicamcinchak in #480
- fix: update
featuresGeojsonChange
event to match newgeojsonChange
behavior by @jessicamcinchak in #479 - v1.0.0-alpha.0 by @jessicamcinchak in #478
Full Changelog: v0.8.3...next
v0.8.3
What's Changed
- build(deps): bump pnpm/action-setup from 3.0.0 to 4.0.0 by @dependabot in #448
- build(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 by @dependabot in #452
- build(deps-dev): bump follow-redirects from 1.15.1 to 1.15.6 by @dependabot in #451
- build(deps-dev): bump vite from 5.1.6 to 5.1.7 by @dependabot in #450
- build(deps-dev): bump express from 4.18.1 to 4.19.2 by @dependabot in #449
- build(deps-dev): bump ws from 8.8.1 to 8.17.1 by @dependabot in #453
- chore: CVE-2024-4068 by @DafyddLlyr in #455
- add role to map by @gabimartini in #454
- v0.8.3 by @jessicamcinchak in #456
New Contributors
- @gabimartini made their first contribution in #454
Full Changelog: v0.8.2...v0.8.3
v0.8.2
What's Changed
- build(deps): upgrade to OpenLayers v9 by @jessicamcinchak in #444
- feat: add optional prop to set
aria-label
on OL canvas element in shadow root by @jessicamcinchak in #445 - fix(a11y): Add aria-controls to attribution toggle and list by @ianjon3s in #446
- v0.8.2 by @jessicamcinchak in #447
New Contributors
Full Changelog: v0.8.1...v0.8.2