forked from xkjyeah/vue-google-maps
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix(v3): fix package, build, and type issues I moved to the latest version of Vue v3. Use the latest composables. Export components from a js file. Add unmounted hook to info-window. #327 * docs(docs): updated autocomplete api and guide and update map api * docs(docs): add new map guide documentation * chore(v3): update all dependencies * fix(v3): implement unmounted hook on info-window component Improved a few logic issues there. Improved eslint, and added strict rules. Fixed all linter, prettier and build errors after enable ts in super strict mode. #327 * fix(v3): use use-template-ref macro again instead of ref * fix(v3): add a more descriptive name to the type guard * fix(v3): upgrade dependencies * test(v3): update unit test after last fixes on components * test(v3): fix autocomplete test with custom slot reference * chore(root,v3,docs): upgrade dependencies * chore(root): update lock file to the latest version * chore(root): update pnpm version on github actions
- Loading branch information
Showing
87 changed files
with
8,107 additions
and
7,457 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"repository": "[email protected]:diegoazh/gmap-vue.git", | ||
"author": "\"Daniel Sim, Guillaume Leclerc\",", | ||
"license": "MIT", | ||
"packageManager": "pnpm@9.0.6", | ||
"packageManager": "pnpm@9.13.2", | ||
"scripts": { | ||
"serve:docs": "pnpm run --filter docs start", | ||
"build:all": "pnpm run --recursive build", | ||
|
@@ -16,10 +16,10 @@ | |
"prepare": "husky install" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.6.3", | ||
"@commitlint/config-conventional": "^17.6.3", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^13.2.2", | ||
"rimraf": "^5.0.1" | ||
"@commitlint/cli": "^19.5.0", | ||
"@commitlint/config-conventional": "^19.5.0", | ||
"husky": "^9.1.6", | ||
"lint-staged": "^15.2.10", | ||
"rimraf": "^6.0.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.