diff --git a/.github/workflows/publish_package.yml b/.github/workflows/publish_package.yml index 3a566cb..e360187 100644 --- a/.github/workflows/publish_package.yml +++ b/.github/workflows/publish_package.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '12.x' + node-version: '14' registry-url: 'https://registry.npmjs.org' scope: '@benchmark-urbanism' - run: | diff --git a/docs/README.md b/docs/README.md index 7b0ddc9..92eb683 100644 --- a/docs/README.md +++ b/docs/README.md @@ -5,7 +5,7 @@ A minimalist [Vue](https://vuejs.org/) component wrapping [Mapbox GL JS](https:/ In the spirit of keeping things light and not reinventing the wheel: this component wraps only what is necessary for dynamic updates. Use the map instance directly otherwise. ::: tip -See the complementary [vue-mapbox-feature](https://benchmark-urbanism.github.io/vue-mapbox-feature/) repo for dynamic geoJSON features. +`v1.0.0^` has been refactored for Vue 3. Use the previous `v0.14.11` version for Vue 2 projects. ::: ## Demo @@ -14,6 +14,10 @@ See the complementary [vue-mapbox-feature](https://benchmark-urbanism.github.io/ +::: tip +See the complementary [vue-mapbox-feature](https://benchmark-urbanism.github.io/vue-mapbox-feature/) repo for dynamic geoJSON features. +::: + ## Setup > See the documentation's [demo](https://github.com/benchmark-urbanism/vue-mapbox-map/blob/master/docs/.vuepress/components/Demo.vue) component for a complete example.