Skip to content
Merged
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
4 changes: 0 additions & 4 deletions .changeset/lint-staged-prettier-after-eslint.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/vector-style-prop-paths.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/vector-style-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mapsight/vector-style-compiler

## 12.1.0

### Minor Changes

- 2126ff4: Add `prop|` and `env-prop|` prefixes for literal feature and env property keys in selectors and `attr()`, fix string-aware selector tokenization for `|js` expressions, and register selector paths in `allowedProps`.

## 12.0.0

### Minor 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": "12.0.0",
"version": "12.1.0",
"type": "module",
"bin": {
"vector-style-compiler": "./bin/vector-style-compiler.js"
Expand Down
2 changes: 1 addition & 1 deletion starters/mapsight-host-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"zod": "^4.4.3"
},
"devDependencies": {
"@mapsight/vector-style-compiler": "^12.0.0",
"@mapsight/vector-style-compiler": "^12.1.0",
"@types/node": "^24.13.2",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
Expand Down
2 changes: 1 addition & 1 deletion starters/mapsight-next-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"zod": "^4.4.3"
},
"devDependencies": {
"@mapsight/vector-style-compiler": "^12.0.0",
"@mapsight/vector-style-compiler": "^12.1.0",
"@tailwindcss/postcss": "^4.3.0",
"@types/node": "^24.13.2",
"@types/react": "^19.2.15",
Expand Down
2 changes: 1 addition & 1 deletion starters/mapsight-vite-spa-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"zod": "^4.4.3"
},
"devDependencies": {
"@mapsight/vector-style-compiler": "^12.0.0",
"@mapsight/vector-style-compiler": "^12.1.0",
"@types/node": "^24.13.2",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
Expand Down
Loading