Skip to content

Latest commit

Β 

History

History
547 lines (256 loc) Β· 25.3 KB

CHANGELOG.md

File metadata and controls

547 lines (256 loc) Β· 25.3 KB

3.3.1 (2022-07-07)

Bug Fixes

  • geojson: clean up of props πŸ“ (2cc57b1)
  • issue with container undefined πŸ› (f9269b5)

3.3.0 (2022-07-07)

Bug Fixes

  • deps: bump @deck.gl/core from 8.8.2 to 8.8.3 (00ecd85)
  • deps: bump @deck.gl/layers from 8.8.2 to 8.8.3 (bdf1f3a)
  • deps: bump @deck.gl/mapbox from 8.8.2 to 8.8.3 (97f1eca)
  • issue with container not found πŸ› (6306f73)

Features

  • geojson-layer: pass source as GeoJSONSourceRaw πŸ•Ί (0ded1f5)

3.2.4 (2022-07-05)

Bug Fixes

  • ci and lint-pr workflows (1967366)
  • clean up workflows (cd0796f)
  • deps: bump @deck.gl/core from 8.7.10 to 8.7.11 (95331d4)
  • deps: bump @deck.gl/core from 8.7.11 to 8.8.2 (fc9fd75)
  • deps: bump @deck.gl/layers from 8.7.10 to 8.7.11 (b157338)
  • deps: bump @deck.gl/layers from 8.7.11 to 8.8.2 (4b4d87e)
  • deps: bump @deck.gl/mapbox from 8.7.10 to 8.7.11 (08877e4)
  • deps: bump @deck.gl/mapbox from 8.7.11 to 8.8.2 (e9d4017)
  • deps: bump actions/setup-node from 3.2.0 to 3.3.0 (007c9b0)

Features

  • husky: add DAO settings in hook (575dc51)

3.2.3 (2022-05-31)

Bug Fixes

  • add lint-staged as devDep (20f4f60)
  • deps: bump @deck.gl/core from 8.7.7 to 8.7.8 (c711cf3)
  • deps: bump @deck.gl/core from 8.7.8 to 8.7.9 (254fb9d)
  • deps: bump @deck.gl/core from 8.7.9 to 8.7.10 (8b311aa)
  • deps: bump @deck.gl/layers from 8.7.7 to 8.7.8 (5083356)
  • deps: bump @deck.gl/layers from 8.7.8 to 8.7.9 (62424d4)
  • deps: bump @deck.gl/layers from 8.7.9 to 8.7.10 (e0177a3)
  • deps: bump @deck.gl/mapbox from 8.7.7 to 8.7.8 (fb7297c)
  • deps: bump @deck.gl/mapbox from 8.7.8 to 8.7.9 (09cdb2a)
  • deps: bump @deck.gl/mapbox from 8.7.9 to 8.7.10 (23a01d7)
  • deps: bump actions/setup-node from 3.1.1 to 3.2.0 (d281b5c)
  • deps: bump ejs from 3.1.6 to 3.1.7 (7cb23ad)
  • deps: bump github/codeql-action from 1 to 2 (c3ec927)
  • deps: bump wearerequired/lint-action from 1 to 2 (57e0ec6)

3.2.2 (2022-04-20)

Bug Fixes

  • generate new typings using vue-tsc (a2df6fd)

3.2.1 (2022-04-20)

Bug Fixes

  • build with deck.gl/core (f684b4d)

3.2.0 (2022-04-20)

Bug Fixes

  • docs: remove environment details in netlify deploy (c845761)

Features

  • deck.gl: add deck.gl Arc layer (60f728f)
  • deck.gl: add deck.gl GeoJSON layer (bfe18f0)
  • enable [@deck](https://github.com/deck).gl devDeps (4fa728f)
  • upgrade GitHub actions to Node 18 (20d6fcc)

3.1.6 (2022-04-13)

3.1.5 (2022-04-13)

Bug Fixes

  • tsconfig config for vue-tsc (f0cd276)

Features

  • deps: add vue-tsc for auto-generating the typings (535f3c8)

3.1.4 (2022-04-13)

3.1.3 (2022-04-13)

Bug Fixes

  • vue bundler path in plugin alias (ca09890)

3.1.2 (2022-04-12)

3.1.1 (2022-04-12)

Bug Fixes

  • deps: bump actions/checkout from 2 to 3 (207d8f0)
  • deps: bump actions/setup-node from 2.5.1 to 3.1.0 (34153f5)
  • deps: bump actions/setup-node from 3.1.0 to 3.1.1 (9897d5c)
  • issue with passing options to Map() (b09ef8a)

3.1.0 (2022-03-01)

Bug Fixes

Features

  • ts: add .d.ts using vue-tsc (745afee)

3.0.0 (2022-02-24)

Bug Fixes

  • deps: bump node-fetch from 2.6.1 to 2.6.7 (d1286f4)
  • unused variables (1a967e3)

Features

  • add default controls πŸŽ‰ (dd5ad1a)
  • persist layers when style/basemap changes (d81a70c)
  • setup CodeQL (6fb9fd3)

1.10.1 (2022-01-19)

Bug Fixes

  • scope the hidden class to avoid conflict with tailwind (559121b)
  • deps: bump actions/setup-node from 2.5.0 to 2.5.1 (8a5c510)

1.10.0 (2021-12-06)

Bug Fixes

  • update pre-push hook (baa2b6e)
  • update typings for Vue components (ec183fd)
  • deps: bump actions/setup-node from 2.4.1 to 2.5.0 (c39d507)

Features

  • add .nvmrc to use current node version (3adf1de)

1.9.0 (2021-11-10)

Bug Fixes

  • deps: bump actions/setup-node from 2.4.0 to 2.4.1 (36c3434)

Features

Reverts

  • don't make container as required field prop (7dc81ad)

1.8.2 (2021-09-18)

Bug Fixes

  • deps: use rollup-plugin-vue v5 to bundle the pkg (7143c2f)

1.8.1 (2021-09-13)

Bug Fixes

  • map container template ref not found (145d978)

1.8.0 (2021-09-12)

Bug Fixes

  • lint issue (2e2b103)
  • update CI workflow (b1fecd0)
  • update deps (f77392c)
  • use lint-staged (34972fa)
  • vuepress build issue (dfc4658)
  • deps: bump actions/setup-node from 2.1.5 to 2.2.0 (0e29024)
  • deps: bump actions/setup-node from 2.2.0 to 2.3.0 (55ba848)

1.7.3 (2021-06-22)

Bug Fixes

1.7.2 (2021-06-22)

Bug Fixes

  • deps: bump actions/cache from 2.1.5 to 2.1.6 (52401b5)

1.7.1 (2021-05-18)

Bug Fixes

  • add props reflecting Mapbox API (0a762b3)
  • build fsevents on linux (b011a2f)
  • set --no-optional flag to npm ci (2dd7c4e)
  • typo deafult to default (f71b030)
  • update eslint config to support eslint-config-prettier (07d7a4a)
  • use npm install instead of npm ci (c8043d1)
  • build: use sass instead of node-sass (558f11b)
  • deps: bump actions/cache from v2 to v2.1.4 (49a1bce)
  • deps: bump actions/cache from v2.1.4 to v2.1.5 (bfde50f)
  • deps: bump actions/setup-node from v2.1.4 to v2.1.5 (b087acf)

Reverts

  • use npm ci & restore cached node_modules (d57f8f7)

1.7.0 (2021-01-29)

Bug Fixes

  • prop "showed" in popup caused cyclic issue (0854318), closes #203
  • deps: bump actions/setup-node from v2.1.2 to v2.1.3 (659971d)
  • deps: bump actions/setup-node from v2.1.3 to v2.1.4 (b4728c5)

Features

  • add closeOnMove & focusAfterOpen props (f77a4b5)

1.6.4 (2020-10-30)

Bug Fixes

  • set css as sideEffect (9257843)
  • specify lang attribute to style (ea10ed3)

1.6.3 (2020-10-29)

Bug Fixes

  • deps: bump actions/setup-node from v1 to v2.1.2 (38a4cfa)
  • the main entry file was 404 (e2450e7), closes #174

1.6.2 (2020-10-29)

Bug Fixes

  • update ship.js workflow (7379c54)
  • deps: bump dependencies (23d8253)
  • update dependabot config to support github-actions ecosystem (b2b999e)

1.6.1 (2020-10-06)

Bug Fixes

  • failing npm run build in shipjs trigger (8caee76)
  • ci: update workflows (7f3b4d5)
  • add babelHelpers option in babel rollup plugin (66d1519)

1.6.0 (2020-10-05)

Bug Fixes

  • ci: update workflows (7f3b4d5)
  • add babelHelpers option in babel rollup plugin (66d1519)
  • added type object for maxBounds validation (4e2802d)
  • lint:prettier (9ab883f)
  • rtl issue (0eefb33)

Features

  • make 'bounds' synced prop (5834608)

1.5.0 (2020-09-17)

Bug Fixes

  • add classes for popup (a7d486b)
  • update dependencies (cdebed1)
  • docs: update grammar of composition (7b080c7)

Features

  • add /rebase workflow (b0a3140)
  • add className option to popup (bb9abf0)

1.4.0 (2020-08-08)

Bug Fixes

  • docs: update default mapbox-gl version in docs (d1ddc11)
  • props: update required values for synced props (0a516c6)
  • remove eslint overrides (197717a)

Features

  • docs: update gl-map api docs (29579a2)
  • add minPitch() & maxPitch() options (97118e0)
  • update map options as per mapbox-gl api (2f9e6c6)

1.3.3 (2020-07-26)

Bug Fixes

  • update CI workflow (3267f48)
  • docs: update mapbox-gl version (861690a)
  • update rollup plugin babel (4c77dff)
  • ci: update ship.js trigger to trigger on main branch (62e88f3)
  • correct setLigh event name typo. (42bdcd1)

Features

  • enable jsconfig for better VSCode Intellisense (54a055d)

1.3.2 (2020-06-24)

Features

  • add styleimagemissing event (ade797b)

1.3.1 (2020-06-22)

Bug Fixes

  • deps: clean lockfile (85a7217)
  • add deepscan badge (731ef73)
  • update docs for Popup open & close events (08e1502)
  • update README for Layers (0c4bb4d)

Features

  • add Code Of Conduct (ea9bfae)
  • allow the hash param to be a string or a boolean (361e7f5)

1.3.0 (2020-06-22)

Bug Fixes

  • add deepscan badge (731ef73)
  • update docs for Popup open & close events (08e1502)
  • update README for Layers (0c4bb4d)

Features

  • add Code Of Conduct (ea9bfae)
  • allow the hash param to be a string or a boolean (361e7f5)

1.2.0 (2020-06-17)

Bug Fixes

Features

1.1.0 (2020-06-17)

Bug Fixes

Features

1.0.2 (2020-06-17)

Bug Fixes

1.0.1 (2020-06-17)

Bug Fixes

  • remove dist 🧹 (5140930)
  • remove test from ci workflow (72cd2da)
  • remove yarn πŸ™Œ (966b112)
  • update eslint ignore rules πŸ— (1dae683)
  • update License πŸ‘€ (7483eef)
  • update lockfiles, prettier & husky configs πŸ’… (297cd09)

Features

  • ci: add dependabot & semantic pr configs πŸ€— (3d518b5)