|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 |
|
| 4 | +## v0.9.5 |
| 5 | + |
| 6 | +[compare changes](https://github.com/nuxt/scripts/compare/v0.9.4...v0.9.5) |
| 7 | + |
| 8 | +### 🚀 Enhancements |
| 9 | + |
| 10 | +- **googleMaps:** Language & region params ([#286](https://github.com/nuxt/scripts/pull/286)) |
| 11 | +- Improved script warmup ([#302](https://github.com/nuxt/scripts/pull/302)) |
| 12 | + |
| 13 | +### 🩹 Fixes |
| 14 | + |
| 15 | +- Avoid warming delayed script src ([357d02a](https://github.com/nuxt/scripts/commit/357d02a)) |
| 16 | +- **stripe:** Prefer `@stripe/stripe-js` over `@types/stripe-v3` ([#300](https://github.com/nuxt/scripts/pull/300)) |
| 17 | +- Optional Valibot schema ([#287](https://github.com/nuxt/scripts/pull/287)) |
| 18 | + |
| 19 | +### 📖 Documentation |
| 20 | + |
| 21 | +- Fix typo/incomplete sentence ([#285](https://github.com/nuxt/scripts/pull/285)) |
| 22 | + |
| 23 | +### 🏡 Chore |
| 24 | + |
| 25 | +- Type issue ([6490ce3](https://github.com/nuxt/scripts/commit/6490ce3)) |
| 26 | +- Type issue ([0c5135c](https://github.com/nuxt/scripts/commit/0c5135c)) |
| 27 | +- Playground for multi datalayers ([#173](https://github.com/nuxt/scripts/pull/173)) |
| 28 | +- Test scripts ([1f7df13](https://github.com/nuxt/scripts/commit/1f7df13)) |
| 29 | +- Broken ci ([c89380f](https://github.com/nuxt/scripts/commit/c89380f)) |
| 30 | +- **devtools:** Fix deprecation ([29864f1](https://github.com/nuxt/scripts/commit/29864f1)) |
| 31 | +- Bump deps & lint ([c54412f](https://github.com/nuxt/scripts/commit/c54412f)) |
| 32 | + |
| 33 | +### ❤️ Contributors |
| 34 | + |
| 35 | +- Harlan ([@harlan-zw](http://github.com/harlan-zw)) |
| 36 | +- Harlan Wilton ([@harlan-zw](http://github.com/harlan-zw)) |
| 37 | +- Julien Huang ([@huang-julien](http://github.com/huang-julien)) |
| 38 | +- Morgan-retex ([@morgan-retex](http://github.com/morgan-retex)) |
| 39 | +- Stefano Bartoletti ([@stefanobartoletti](http://github.com/stefanobartoletti)) |
| 40 | + |
| 41 | +## v0.9.4 |
| 42 | + |
| 43 | +[compare changes](https://github.com/nuxt/scripts/compare/v0.9.3...v0.9.4) |
| 44 | + |
| 45 | +### 🩹 Fixes |
| 46 | + |
| 47 | +- **matomo:** Easier cloud config using `cloudId` ([d7e18c4](https://github.com/nuxt/scripts/commit/d7e18c4)) |
| 48 | +- **matomo:** Support numeric `siteId` ([299516c](https://github.com/nuxt/scripts/commit/299516c)) |
| 49 | +- Avoid overriding `<link rek="preload"` with invalid src ([25f1ade](https://github.com/nuxt/scripts/commit/25f1ade)) |
| 50 | + |
| 51 | +### 📖 Documentation |
| 52 | + |
| 53 | +- Fix docs for disabling scripts in development ([#281](https://github.com/nuxt/scripts/pull/281)) |
| 54 | + |
| 55 | +### 🏡 Chore |
| 56 | + |
| 57 | +- Bump deps ([931f4f6](https://github.com/nuxt/scripts/commit/931f4f6)) |
| 58 | + |
| 59 | +### ❤️ Contributors |
| 60 | + |
| 61 | +- Harlan ([@harlan-zw](http://github.com/harlan-zw)) |
| 62 | +- Paul ([@schnetzi](http://github.com/schnetzi)) |
| 63 | + |
| 64 | +## v0.9.3 |
| 65 | + |
| 66 | +[compare changes](https://github.com/nuxt/scripts/compare/v0.9.2...v0.9.3) |
| 67 | + |
| 68 | +### 🩹 Fixes |
| 69 | + |
| 70 | +- Use free path for virtual plugin template ([8624923](https://github.com/nuxt/scripts/commit/8624923)) |
| 71 | +- 🐛 Fixed "height" css style property ([#275](https://github.com/nuxt/scripts/pull/275)) |
| 72 | +- **adsense:** Push ad slot once only on dev ([#276](https://github.com/nuxt/scripts/pull/276)) |
| 73 | + |
| 74 | +### 📖 Documentation |
| 75 | + |
| 76 | +- Update scripts:registry hook example ([#271](https://github.com/nuxt/scripts/pull/271)) |
| 77 | +- ✏️ Updated definition for YouTube Player ([#273](https://github.com/nuxt/scripts/pull/273)) |
| 78 | + |
| 79 | +### 🏡 Chore |
| 80 | + |
| 81 | +- Bump deps ([81f0923](https://github.com/nuxt/scripts/commit/81f0923)) |
| 82 | + |
| 83 | +### ❤️ Contributors |
| 84 | + |
| 85 | +- Harlan ([@harlan-zw](http://github.com/harlan-zw)) |
| 86 | +- Asoka Wotulo ([@asokawotulo](http://github.com/asokawotulo)) |
| 87 | +- Arb85 ([@arb85](http://github.com/arb85)) |
| 88 | +- Bernhard Berger ([@bernhardberger](http://github.com/bernhardberger)) |
| 89 | + |
| 90 | +## v0.9.2 |
| 91 | + |
| 92 | +[compare changes](https://github.com/nuxt/scripts/compare/v0.9.1...v0.9.2) |
| 93 | + |
| 94 | +### 🩹 Fixes |
| 95 | + |
| 96 | +- Types for ref triggers ([7b3570d](https://github.com/nuxt/scripts/commit/7b3570d)) |
| 97 | +- Cache bundled scripts relative to nuxt root ([cc5e01b](https://github.com/nuxt/scripts/commit/cc5e01b)) |
| 98 | + |
| 99 | +### 🏡 Chore |
| 100 | + |
| 101 | +- Bump deps ([582d360](https://github.com/nuxt/scripts/commit/582d360)) |
| 102 | +- Missing import ([9e33732](https://github.com/nuxt/scripts/commit/9e33732)) |
| 103 | + |
| 104 | +### ❤️ Contributors |
| 105 | + |
| 106 | +- Harlan ([@harlan-zw](http://github.com/harlan-zw)) |
| 107 | + |
| 108 | +## v0.9.1 |
| 109 | + |
| 110 | +[compare changes](https://github.com/nuxt/scripts/compare/v0.9.0...v0.9.1) |
| 111 | + |
| 112 | +### 🩹 Fixes |
| 113 | + |
| 114 | +- Prefer ref triggers or promise booleans ([bacd3de](https://github.com/nuxt/scripts/commit/bacd3de)) |
| 115 | + |
| 116 | +### 🏡 Chore |
| 117 | + |
| 118 | +- Ensure dir for script ([e4f140c](https://github.com/nuxt/scripts/commit/e4f140c)) |
| 119 | +- Recommend 1.11.5 unhead ([9c1a3e3](https://github.com/nuxt/scripts/commit/9c1a3e3)) |
| 120 | + |
| 121 | +### ❤️ Contributors |
| 122 | + |
| 123 | +- Harlan ([@harlan-zw](http://github.com/harlan-zw)) |
| 124 | + |
| 125 | +## v0.9.0 |
| 126 | + |
| 127 | +[compare changes](https://github.com/nuxt/scripts/compare/v0.8.5...v0.9.0) |
| 128 | + |
| 129 | +### 🚀 Enhancements |
| 130 | + |
| 131 | +- Allow fallback on bundle fail ([#255](https://github.com/nuxt/scripts/pull/255)) |
| 132 | + |
| 133 | +### 🩹 Fixes |
| 134 | + |
| 135 | +- **adsense:** ⚠️ Remove default `data-ad-format` ([#248](https://github.com/nuxt/scripts/pull/248)) |
| 136 | +- Improved `bundle: true` debug and cache clearing ([d269066](https://github.com/nuxt/scripts/commit/d269066)) |
| 137 | +- **metaPixel:** Use meta logo instead of facebook logo ([#264](https://github.com/nuxt/scripts/pull/264)) |
| 138 | +- Insert script src with `app.baseURL` ([52e1fcb](https://github.com/nuxt/scripts/commit/52e1fcb)) |
| 139 | + |
| 140 | +### 🏡 Chore |
| 141 | + |
| 142 | +- Broken type checking ([97a5218](https://github.com/nuxt/scripts/commit/97a5218)) |
| 143 | +- Bump deps and lint ([e73b4c6](https://github.com/nuxt/scripts/commit/e73b4c6)) |
| 144 | +- Fix playground ([575c4dd](https://github.com/nuxt/scripts/commit/575c4dd)) |
| 145 | + |
| 146 | +#### ⚠️ Breaking Changes |
| 147 | + |
| 148 | +- **adsense:** ⚠️ Remove default `data-ad-format` ([#248](https://github.com/nuxt/scripts/pull/248)) |
| 149 | + |
| 150 | +### ❤️ Contributors |
| 151 | + |
| 152 | +- Harlan ([@harlan-zw](http://github.com/harlan-zw)) |
| 153 | +- 2nofa11 ([@2nofa11](http://github.com/2nofa11)) |
| 154 | +- Julien Huang ([@huang-julien](http://github.com/huang-julien)) |
| 155 | +- Asoka Wotulo ([@asokawotulo](http://github.com/asokawotulo)) |
| 156 | + |
| 157 | +## v0.8.5 |
| 158 | + |
| 159 | +[compare changes](https://github.com/nuxt/scripts/compare/v0.8.4...v0.8.5) |
| 160 | + |
| 161 | +### 🩹 Fixes |
| 162 | + |
| 163 | +- **bundling:** Throw error if download fails ([#253](https://github.com/nuxt/scripts/pull/253)) |
| 164 | +- Group failed scripts log ([#254](https://github.com/nuxt/scripts/pull/254)) |
| 165 | +- **YouTube:** Broken api types ([a00f753](https://github.com/nuxt/scripts/commit/a00f753)) |
| 166 | + |
| 167 | +### 🏡 Chore |
| 168 | + |
| 169 | +- Maybe fix vimeo types ([159fdcd](https://github.com/nuxt/scripts/commit/159fdcd)) |
| 170 | +- Bump deps ([e0034fa](https://github.com/nuxt/scripts/commit/e0034fa)) |
| 171 | + |
| 172 | +### ❤️ Contributors |
| 173 | + |
| 174 | +- Harlan <harlan@harlanzw.com> |
| 175 | +- Julien Huang <julien.h.dev@gmail.com> |
| 176 | + |
| 177 | +## v0.8.4 |
| 178 | + |
| 179 | +[compare changes](https://github.com/nuxt/scripts/compare/v0.8.3...v0.8.4) |
| 180 | + |
| 181 | +### 🩹 Fixes |
| 182 | + |
| 183 | +- **ScriptGoogleMaps:** Clean up map markers properly ([53bb530](https://github.com/nuxt/scripts/commit/53bb530)) |
| 184 | + |
| 185 | +### 🏡 Chore |
| 186 | + |
| 187 | +- Bump deps and lint ([06c757c](https://github.com/nuxt/scripts/commit/06c757c)) |
| 188 | +- Sync lock ([bdc5f98](https://github.com/nuxt/scripts/commit/bdc5f98)) |
| 189 | + |
| 190 | +### ❤️ Contributors |
| 191 | + |
| 192 | +- Harlan <harlan@harlanzw.com> |
| 193 | + |
4 | 194 | ## v0.8.3 |
5 | 195 |
|
6 | 196 | [compare changes](https://github.com/nuxt/scripts/compare/v0.8.2...v0.8.3) |
|
0 commit comments