Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
daniluk4000 committed Nov 26, 2023
1 parent b574dcb commit f28b525
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,23 @@

# vue-yandex-maps

Latest version is only compatible with Vue 2.x<br>
Version for Vue 3 with Maps 3.0 available within `0.12` version range.
## Version 2.0 (Maps 3.0)
Version 2.0 with Yandex Maps 3.0 is in Release Candidate stage, stable and documented. It's compatible with all of Vue 2, 3, and Nuxt and comes with full official TS support.

```
npm install vue-yandex-maps@~0.12
```
If you start a new project with `vue-yandex-maps`, it is highly recommended to use Version 2.0 instead of 0.xx/1.xx.

Documentation: [RU](https://vue-yandex-maps.github.io/), [EN](https://vue-yandex-maps.github.io/en/)
Please view [version 2.0 documentation](https://yandex-maps-unofficial.github.io/vue-yandex-maps/).

**New Beta for Vue 3** with Maps 3.0 available with `next` tag. Full on TS. Currenly in development and requires testing.
## Version 0.11.x (Vue2) / 0.12.x (Vue 3)

Latest version is only compatible with Vue 2.x<br>
Version for Vue 3 available within `0.12` version range.

```
npm install vue-yandex-maps@next
npm install vue-yandex-maps@~0.12
```

Beta docs: [RU](https://yandex-maps-unofficial.github.io/vue-yandex-maps/)
Documentation: [RU](https://vue-yandex-maps.github.io/), [EN](https://vue-yandex-maps.github.io/en/)

## Contributors ✨

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-yandex-maps",
"version": "0.11.17",
"version": "0.11.18",
"description": "Yandex Maps component for VueJS.",
"main": "dist/vue-yandex-maps.umd.js",
"module": "dist/vue-yandex-maps.esm.js",
Expand Down

0 comments on commit f28b525

Please sign in to comment.