Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/combined-layer-feature-source.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/composable-runtime-icons.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/config-schema-validation.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/core-feature-source-load-retry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/embed-exports.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/empty-years-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/feature-interaction-fixes.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/feature-list-sort-and-controls.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/runtime-images-url-style-env.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shallow-equal-records.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/traffic-style-icon-pipeline.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/vsc-compiler-fixes.md

This file was deleted.

24 changes: 24 additions & 0 deletions apps/vector-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @mapsight/vector-editor

## 1.2.0

### Minor Changes

- 49da00b: Migrate to Redux Toolkit 2, Redux 5, react-redux 9, and reselect 5; replace `createStructuredSelector` usage, prefer `@reduxjs/toolkit` exports, and update the vector-editor browser renderer to React 18 `createRoot`.

### Patch Changes

- Updated dependencies [49da00b]
- Updated dependencies [49da00b]
- Updated dependencies [49da00b]
- Updated dependencies [8d3ccfc]
- Updated dependencies [49da00b]
- Updated dependencies [49da00b]
- Updated dependencies [8d3ccfc]
- Updated dependencies [e5c52ea]
- Updated dependencies [49da00b]
- Updated dependencies [74568cf]
- @mapsight/core@14.2.0
- @mapsight/traffic-style@5.1.0
- @mapsight/lib-ol@4.1.0
- @mapsight/lib-redux@2.2.0
- @mapsight/lib-js@3.0.4

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/vector-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mapsight/vector-editor",
"description": "Mapsight Vector Editor",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"type": "module",
"dependencies": {
Expand Down
24 changes: 24 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @mapsight/core

## 14.2.0

### Minor Changes

- 49da00b: Add combined feature sources that merge features from multiple member sources, and a `combinedVisibleLayers` plugin that keeps a combined source in sync with whichever member map layers are currently visible.
- 49da00b: Add Zod-based Mapsight config validation: core exports `createMapsightConfigSchema`, `validateConfig`, and per-domain schemas for map, layers, feature sources, and filters; ui validates config on startup (warn in development, optional strict mode in production).
- 49da00b: Migrate to Redux Toolkit 2, Redux 5, react-redux 9, and reselect 5; replace `createStructuredSelector` usage, prefer `@reduxjs/toolkit` exports, and update the vector-editor browser renderer to React 18 `createRoot`.
- e5c52ea: Resolve map sprite and theme icon paths from style env `imagesUrl` instead of baking `/img/` at compile time. Traffic-style sprite rules use `attr(--env-imagesUrl)` with a new `$MAPSIGHT_TRAFFIC_STYLE__SPRITE_FILE` variable; MapController gains `setDefaultStyleEnv()`; ui wires `createOptions.imagesUrl` into that default env so CMS embeds can set the icon base per deploy path without rebuilding JS.

### Patch Changes

- 8d3ccfc: Do not immediately retry a feature source load after failure; wait for the next explicit load trigger instead.

***

- 49da00b: Fix feature highlight race conditions, export `FeatureInteractionNames`, add optional `compare` to `BaseController.getAndObserveUncontrolled`, and mark noisy OpenLayers feedback dispatches with `quiet()`.
- Updated dependencies [49da00b]
- Updated dependencies [49da00b]
- Updated dependencies [8d3ccfc]
- Updated dependencies [49da00b]
- @mapsight/lib-ol@4.1.0
- @mapsight/lib-redux@2.2.0
- @mapsight/lib-js@3.0.4

## 14.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mapsight/core",
"description": "Mapsight Core",
"version": "14.1.0",
"version": "14.2.0",
"type": "module",
"dependencies": {
"@mapsight/lib-js": "workspace:^",
Expand Down
6 changes: 6 additions & 0 deletions packages/lib-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mapsight/lib-js

## 3.0.4

### Patch Changes

- 49da00b: Add `shallowEqualRecords` utility for shallow comparison of string-keyed records.

## 3.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mapsight/lib-js",
"description": "Mapsight JS Library",
"version": "3.0.3",
"version": "3.0.4",
"type": "module",
"devDependencies": {
"@changesets/cli": "^2.31.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/lib-ol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @mapsight/lib-ol

## 4.1.0

### Minor Changes

- 49da00b: Add composable runtime icons: pictogram-based templates and `mapsightIconId` parsing in traffic-style (with configurable default xsmall/small icon zoom levels), async rasterization with volatile style-cache invalidation in lib-ol and vector-style-compiler, plus `useMapsightIcon` and a runtime icon style plugin in ui.
- 8d3ccfc: Add `getGeoJsonFeatureSortAnchor` in lib-ol and use it for distance sorting in the feature list. TypeScriptify list components, add tag-switcher and filter toggle controls, extract `MapsightIcon`, and fix a feature-source autoload loop.

***

### Patch Changes

- Updated dependencies [49da00b]
- @mapsight/lib-js@3.0.4

## 4.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-ol/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mapsight/lib-ol",
"description": "Mapsight OpenLayers Library",
"version": "4.0.3",
"version": "4.1.0",
"type": "module",
"dependencies": {
"@mapsight/lib-js": "workspace:^",
Expand Down
11 changes: 11 additions & 0 deletions packages/lib-redux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @mapsight/lib-redux

## 2.2.0

### Minor Changes

- 49da00b: Migrate to Redux Toolkit 2, Redux 5, react-redux 9, and reselect 5; replace `createStructuredSelector` usage, prefer `@reduxjs/toolkit` exports, and update the vector-editor browser renderer to React 18 `createRoot`.

### Patch Changes

- Updated dependencies [49da00b]
- @mapsight/lib-js@3.0.4

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mapsight/lib-redux",
"description": "Mapsight Redux Library",
"version": "2.1.0",
"version": "2.2.0",
"type": "module",
"dependencies": {
"@mapsight/lib-js": "workspace:^",
Expand Down
16 changes: 16 additions & 0 deletions packages/traffic-style/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @mapsight/traffic-style

## 5.1.0

### Minor Changes

- 49da00b: Add composable runtime icons: pictogram-based templates and `mapsightIconId` parsing in traffic-style (with configurable default xsmall/small icon zoom levels), async rasterization with volatile style-cache invalidation in lib-ol and vector-style-compiler, plus `useMapsightIcon` and a runtime icon style plugin in ui.
- e5c52ea: Resolve map sprite and theme icon paths from style env `imagesUrl` instead of baking `/img/` at compile time. Traffic-style sprite rules use `attr(--env-imagesUrl)` with a new `$MAPSIGHT_TRAFFIC_STYLE__SPRITE_FILE` variable; MapController gains `setDefaultStyleEnv()`; ui wires `createOptions.imagesUrl` into that default env so CMS embeds can set the icon base per deploy path without rebuilding JS.
- 74568cf: Improve traffic-style icon pipeline: add Font Awesome smart-city pictograms and default ort icons, fix sprite padding and missing default build output, unify sprite/runtime icon fallback in SCSS mixins, and resolve Sass deprecation warnings.

***

### Patch Changes

- Updated dependencies [49da00b]
- Updated dependencies [8d3ccfc]
- @mapsight/lib-ol@4.1.0

## 5.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/traffic-style/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mapsight/traffic-style",
"description": "Mapsight Traffic Style",
"version": "5.0.6",
"version": "5.1.0",
"type": "module",
"bin": {
"traffic-composable-icons": "scripts/traffic-composable-icons.js",
Expand Down
36 changes: 36 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# @mapsight/ui

## 7.2.0

### Minor Changes

- 49da00b: Add combined feature sources that merge features from multiple member sources, and a `combinedVisibleLayers` plugin that keeps a combined source in sync with whichever member map layers are currently visible.
- 49da00b: Add composable runtime icons: pictogram-based templates and `mapsightIconId` parsing in traffic-style (with configurable default xsmall/small icon zoom levels), async rasterization with volatile style-cache invalidation in lib-ol and vector-style-compiler, plus `useMapsightIcon` and a runtime icon style plugin in ui.
- 49da00b: Add Zod-based Mapsight config validation: core exports `createMapsightConfigSchema`, `validateConfig`, and per-domain schemas for map, layers, feature sources, and filters; ui validates config on startup (warn in development, optional strict mode in production).
- 49da00b: Migrate to Redux Toolkit 2, Redux 5, react-redux 9, and reselect 5; replace `createStructuredSelector` usage, prefer `@reduxjs/toolkit` exports, and update the vector-editor browser renderer to React 18 `createRoot`.
- 8d3ccfc: Add `getGeoJsonFeatureSortAnchor` in lib-ol and use it for distance sorting in the feature list. TypeScriptify list components, add tag-switcher and filter toggle controls, extract `MapsightIcon`, and fix a feature-source autoload loop.

***

### Patch Changes

- 49da00b: Add `@mapsight/ui/embed/*` package exports for embed entry points.
- e5c52ea: Resolve map sprite and theme icon paths from style env `imagesUrl` instead of baking `/img/` at compile time. Traffic-style sprite rules use `attr(--env-imagesUrl)` with a new `$MAPSIGHT_TRAFFIC_STYLE__SPRITE_FILE` variable; MapController gains `setDefaultStyleEnv()`; ui wires `createOptions.imagesUrl` into that default env so CMS embeds can set the icon base per deploy path without rebuilding JS.
- 74568cf: Improve traffic-style icon pipeline: add Font Awesome smart-city pictograms and default ort icons, fix sprite padding and missing default build output, unify sprite/runtime icon fallback in SCSS mixins, and resolve Sass deprecation warnings.

***

- Updated dependencies [49da00b]
- Updated dependencies [49da00b]
- Updated dependencies [49da00b]
- Updated dependencies [8d3ccfc]
- Updated dependencies [49da00b]
- Updated dependencies [49da00b]
- Updated dependencies [8d3ccfc]
- Updated dependencies [e5c52ea]
- Updated dependencies [49da00b]
- Updated dependencies [74568cf]
- @mapsight/core@14.2.0
- @mapsight/traffic-style@5.1.0
- @mapsight/lib-ol@4.1.0
- @mapsight/lib-redux@2.2.0
- @mapsight/lib-js@3.0.4

## 7.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mapsight/ui",
"description": "Mapsight UI for map based web applications using React and Redux",
"version": "7.1.0",
"version": "7.2.0",
"type": "module",
"dependencies": {
"@mapsight/core": "workspace:^",
Expand Down
22 changes: 22 additions & 0 deletions packages/vector-style-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @mapsight/vector-style-compiler

## 10.0.0

### Minor Changes

- 49da00b: Add composable runtime icons: pictogram-based templates and `mapsightIconId` parsing in traffic-style (with configurable default xsmall/small icon zoom levels), async rasterization with volatile style-cache invalidation in lib-ol and vector-style-compiler, plus `useMapsightIcon` and a runtime icon style plugin in ui.

### Patch Changes

- 49da00b: Fix nested function codegen and style-tree state assignment in compiled output.
- Updated dependencies [49da00b]
- Updated dependencies [49da00b]
- Updated dependencies [49da00b]
- Updated dependencies [8d3ccfc]
- Updated dependencies [49da00b]
- Updated dependencies [49da00b]
- Updated dependencies [8d3ccfc]
- Updated dependencies [e5c52ea]
- Updated dependencies [49da00b]
- @mapsight/core@14.2.0
- @mapsight/lib-ol@4.1.0
- @mapsight/lib-js@3.0.4

## 9.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vector-style-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mapsight/vector-style-compiler",
"description": "Mapsight Vector Style Compiler",
"version": "9.0.0",
"version": "10.0.0",
"type": "module",
"bin": {
"vector-style-compiler": "./bin/vector-style-compiler.js"
Expand Down