|
1 | 1 | # Changelog
|
2 | 2 |
|
3 | 3 |
|
| 4 | +## v0.6.0 |
| 5 | + |
| 6 | +[compare changes](https://github.com/nuxt/scripts/compare/v0.5.1...v0.6.0) |
| 7 | + |
| 8 | +### 🚀 Enhancements |
| 9 | + |
| 10 | +- Detect await $script.load() ([#117](https://github.com/nuxt/scripts/pull/117)) |
| 11 | +- ⚠️ Convert module config `globals` to object ([#127](https://github.com/nuxt/scripts/pull/127)) |
| 12 | +- `ScriptIntercom` ([fa5ab56](https://github.com/nuxt/scripts/commit/fa5ab56)) |
| 13 | +- `useScriptCrisp` and `ScriptCrisp` ([#128](https://github.com/nuxt/scripts/pull/128)) |
| 14 | +- ⚠️ `ScriptLemonSqueezy` ([#130](https://github.com/nuxt/scripts/pull/130)) |
| 15 | + |
| 16 | +### 🩹 Fixes |
| 17 | + |
| 18 | +- **tpc:** Respect script location and action field ([#105](https://github.com/nuxt/scripts/pull/105)) |
| 19 | +- **docs:** Matomo-analytics website url ([#118](https://github.com/nuxt/scripts/pull/118)) |
| 20 | +- Generate globals plugin correctly ([1594f67](https://github.com/nuxt/scripts/commit/1594f67)) |
| 21 | +- Use object syntax to define NuxtConfigScriptRegistry ([#124](https://github.com/nuxt/scripts/pull/124)) |
| 22 | +- Avoid adding plugin if module is disabled ([2e4df43](https://github.com/nuxt/scripts/commit/2e4df43)) |
| 23 | +- Devtool UI improvements ([a8bf500](https://github.com/nuxt/scripts/commit/a8bf500)) |
| 24 | +- Make scripts accessible at `nuxtApp.$scripts` ([a41347c](https://github.com/nuxt/scripts/commit/a41347c)) |
| 25 | +- Hook up UI props ([993c123](https://github.com/nuxt/scripts/commit/993c123)) |
| 26 | +- ⚠️ `ScriptCarbonAds` prefer `ready` event ([d32e0d8](https://github.com/nuxt/scripts/commit/d32e0d8)) |
| 27 | +- Consistent component `error` event emits ([c9d2b3e](https://github.com/nuxt/scripts/commit/c9d2b3e)) |
| 28 | +- ⚠️ Rename `useElementScriptTrigger`, `useConsentScriptTrigger`, `useAnalyticsPageEvent` ([038d891](https://github.com/nuxt/scripts/commit/038d891)) |
| 29 | +- Properly support array triggers with `useScriptTriggerElement` ([ade64a4](https://github.com/nuxt/scripts/commit/ade64a4)) |
| 30 | + |
| 31 | +### 💅 Refactors |
| 32 | + |
| 33 | +- **tpc:** Move tests to AST instead of code snapshots ([#99](https://github.com/nuxt/scripts/pull/99)) |
| 34 | +- Refactor `import { type foo }` to `import type { foo }` ([#108](https://github.com/nuxt/scripts/pull/108)) |
| 35 | +- **tpc:** Remove augmentWindowTypes ([#119](https://github.com/nuxt/scripts/pull/119)) |
| 36 | + |
| 37 | +### 📖 Documentation |
| 38 | + |
| 39 | +- **readme:** Fix links in `Next Steps` ([#102](https://github.com/nuxt/scripts/pull/102)) |
| 40 | +- Add basic contribution guide ([#109](https://github.com/nuxt/scripts/pull/109)) |
| 41 | +- Refactor `script setup lang="ts"` ([#116](https://github.com/nuxt/scripts/pull/116)) |
| 42 | +- Fix contributing guide ([#122](https://github.com/nuxt/scripts/pull/122)) |
| 43 | + |
| 44 | +### 🏡 Chore |
| 45 | + |
| 46 | +- **monorepo:** Put deps in root ([#93](https://github.com/nuxt/scripts/pull/93)) |
| 47 | +- **ci:** Add GitHub PR template ([#101](https://github.com/nuxt/scripts/pull/101)) |
| 48 | +- **monorepo:** Update deps in `client/` ([#100](https://github.com/nuxt/scripts/pull/100)) |
| 49 | +- **template:** Fix PR template ([#107](https://github.com/nuxt/scripts/pull/107)) |
| 50 | +- Add `eslint-plugin-n` to ESLint rules ([#106](https://github.com/nuxt/scripts/pull/106)) |
| 51 | +- Prepare in postinstall ([735fdbd](https://github.com/nuxt/scripts/commit/735fdbd)) |
| 52 | +- Update nuxt-module-builder to 0.8.0 ([#110](https://github.com/nuxt/scripts/pull/110)) |
| 53 | +- **ci:** Move renovate config ([#112](https://github.com/nuxt/scripts/pull/112)) |
| 54 | +- Fix module option registry type generation ([#114](https://github.com/nuxt/scripts/pull/114)) |
| 55 | +- Drop `postinstall` ([#120](https://github.com/nuxt/scripts/pull/120)) |
| 56 | +- Bump deps ([c9f881e](https://github.com/nuxt/scripts/commit/c9f881e)) |
| 57 | +- Bump lock ([d05952a](https://github.com/nuxt/scripts/commit/d05952a)) |
| 58 | +- Bump lock ([db571cf](https://github.com/nuxt/scripts/commit/db571cf)) |
| 59 | +- Bump deps ([36d79d3](https://github.com/nuxt/scripts/commit/36d79d3)) |
| 60 | +- Fix broken devtools ([de35240](https://github.com/nuxt/scripts/commit/de35240)) |
| 61 | +- Lint ([e9e6483](https://github.com/nuxt/scripts/commit/e9e6483)) |
| 62 | +- Bump deps ([436981f](https://github.com/nuxt/scripts/commit/436981f)) |
| 63 | +- Fix tests ([dc79087](https://github.com/nuxt/scripts/commit/dc79087)) |
| 64 | +- Fix broken types ([722577b](https://github.com/nuxt/scripts/commit/722577b)) |
| 65 | +- Broken ts checks ([ea8e96b](https://github.com/nuxt/scripts/commit/ea8e96b)) |
| 66 | +- Clean up crisp & intercom ([83e6c2b](https://github.com/nuxt/scripts/commit/83e6c2b)) |
| 67 | +- Optional google adsense `loaded` ([21c7e89](https://github.com/nuxt/scripts/commit/21c7e89)) |
| 68 | +- Misc fixes ([829f4a8](https://github.com/nuxt/scripts/commit/829f4a8)) |
| 69 | +- Lint ([30e1768](https://github.com/nuxt/scripts/commit/30e1768)) |
| 70 | +- Broken types ([669d653](https://github.com/nuxt/scripts/commit/669d653)) |
| 71 | + |
| 72 | +#### ⚠️ Breaking Changes |
| 73 | + |
| 74 | +- ⚠️ Convert module config `globals` to object ([#127](https://github.com/nuxt/scripts/pull/127)) |
| 75 | +- ⚠️ `ScriptLemonSqueezy` ([#130](https://github.com/nuxt/scripts/pull/130)) |
| 76 | +- ⚠️ `ScriptCarbonAds` prefer `ready` event ([d32e0d8](https://github.com/nuxt/scripts/commit/d32e0d8)) |
| 77 | +- ⚠️ Rename `useElementScriptTrigger`, `useConsentScriptTrigger`, `useAnalyticsPageEvent` ([038d891](https://github.com/nuxt/scripts/commit/038d891)) |
| 78 | + |
| 79 | +### ❤️ Contributors |
| 80 | + |
| 81 | +- Harlan ([@harlan-zw](http://github.com/harlan-zw)) |
| 82 | +- Harlan Wilton ([@harlan-zw](http://github.com/harlan-zw)) |
| 83 | +- Julien Huang ([@huang-julien](http://github.com/huang-julien)) |
| 84 | +- Gangan ([@shinGangan](http://github.com/shinGangan)) |
| 85 | + |
| 86 | + |
4 | 87 | ## v0.5.1
|
5 | 88 |
|
6 | 89 | [compare changes](https://github.com/nuxt/scripts/compare/v0.5.0...v0.5.1)
|
|
0 commit comments