|
1 | 1 | # Changelog
|
2 | 2 |
|
3 | 3 |
|
| 4 | +## v0.6.5 |
| 5 | + |
| 6 | +[compare changes](https://github.com/nuxt/scripts/compare/v0.6.4...v0.6.5) |
| 7 | + |
| 8 | +### 🚀 Enhancements |
| 9 | + |
| 10 | +- **GA,GTM:** Configurable dataLayer name ([#163](https://github.com/nuxt/scripts/pull/163)) |
| 11 | + |
| 12 | +### 🩹 Fixes |
| 13 | + |
| 14 | +- Fix google analytics category ([#156](https://github.com/nuxt/scripts/pull/156)) |
| 15 | +- Use correct google analytics logo ([#172](https://github.com/nuxt/scripts/pull/172)) |
| 16 | +- **TPC:** Use proper script keys ([c607d72](https://github.com/nuxt/scripts/commit/c607d72)) |
| 17 | +- **TPC:** Broken schema integration ([ed115d8](https://github.com/nuxt/scripts/commit/ed115d8)) |
| 18 | +- Disallow overriding registry key name ([2eedd4a](https://github.com/nuxt/scripts/commit/2eedd4a)) |
| 19 | +- **devtools:** Support multiple of the same registry scripts ([8794d74](https://github.com/nuxt/scripts/commit/8794d74)) |
| 20 | +- **ScriptYouTubePlayer:** Missing default slot ([#180](https://github.com/nuxt/scripts/pull/180)) |
| 21 | +- **tpc:** Support customizing dataLayer variable ([09e3c2f](https://github.com/nuxt/scripts/commit/09e3c2f)) |
| 22 | + |
| 23 | +### 📖 Documentation |
| 24 | + |
| 25 | +- Broken tutorial, put some `use` into `scriptOptions` ([#155](https://github.com/nuxt/scripts/pull/155)) |
| 26 | +- Fix typo in js-confetti guide ([#162](https://github.com/nuxt/scripts/pull/162)) |
| 27 | +- Fix typo in plausible analytics env var example ([#161](https://github.com/nuxt/scripts/pull/161)) |
| 28 | +- Mention third-party-capital and aurora for tpc composables ([#159](https://github.com/nuxt/scripts/pull/159)) |
| 29 | +- **GoogleMaps:** Added Places API to requirements of API key ([#168](https://github.com/nuxt/scripts/pull/168)) |
| 30 | + |
| 31 | +### 🏡 Chore |
| 32 | + |
| 33 | +- Add tsconfig to scripts and remove unused ts-expect-error ([#158](https://github.com/nuxt/scripts/pull/158)) |
| 34 | +- Add issue template ([669ed2a](https://github.com/nuxt/scripts/commit/669ed2a)) |
| 35 | +- Push to discussion ([3c88385](https://github.com/nuxt/scripts/commit/3c88385)) |
| 36 | +- Broken devtools when no scripts ([c355da4](https://github.com/nuxt/scripts/commit/c355da4)) |
| 37 | +- **ci:** Add docs link in Issue template ([#178](https://github.com/nuxt/scripts/pull/178)) |
| 38 | +- **github:** Prefer no titles ([97437c0](https://github.com/nuxt/scripts/commit/97437c0)) |
| 39 | + |
| 40 | +### ❤️ Contributors |
| 41 | + |
| 42 | +- Julien Huang < [email protected]> |
| 43 | + |
| 44 | +- Jules Hery |
| 45 | +- Gangan |
| 46 | +- Mick Lawitzke <[email protected]> |
| 47 | + |
| 48 | +- Roman Nuritdinov <[email protected]> |
| 49 | + |
4 | 50 | ## v0.6.4
|
5 | 51 |
|
6 | 52 | [compare changes](https://github.com/nuxt/scripts/compare/v0.6.3...v0.6.4)
|
|
0 commit comments