File tree Expand file tree Collapse file tree 3 files changed +36
-2
lines changed
Expand file tree Collapse file tree 3 files changed +36
-2
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+
4+ ## v3.1.0
5+
6+ [ compare changes] ( https://github.com/nuxt/bridge/compare/v3.0.0...v3.1.0 )
7+
8+ ### 🚀 Enhancements
9+
10+ - Port upstream dedupe options ([ #1082 ] ( https://github.com/nuxt/bridge/pull/1082 ) )
11+ - Add ` useRequestURL ` to match upstream ([ #1110 ] ( https://github.com/nuxt/bridge/pull/1110 ) )
12+ - Add esbuild option for webpack + typescript ([ #1065 ] ( https://github.com/nuxt/bridge/pull/1065 ) )
13+
14+ ### 🩹 Fixes
15+
16+ - Change ` isTSX ` option to opt-in ([ #1064 ] ( https://github.com/nuxt/bridge/pull/1064 ) )
17+ - Resolve ` hookable ` to installed version ([ #1086 ] ( https://github.com/nuxt/bridge/pull/1086 ) )
18+ - Update return for ` useRequestEvent ` to include ` undefined ` ([ #1089 ] ( https://github.com/nuxt/bridge/pull/1089 ) )
19+ - Prevent duplicate manifest generation ([ #1070 ] ( https://github.com/nuxt/bridge/pull/1070 ) )
20+ - Support ` script setup ` and ` script ` together in webpack ([ #1104 ] ( https://github.com/nuxt/bridge/pull/1104 ) )
21+ - Ignore CallExpression other than ` defineComponent ` ([ #1109 ] ( https://github.com/nuxt/bridge/pull/1109 ) )
22+ - Early return from transform when no arguments ([ #1124 ] ( https://github.com/nuxt/bridge/pull/1124 ) )
23+ - Align error param in showError/createError with H3 ([ #1127 ] ( https://github.com/nuxt/bridge/pull/1127 ) )
24+
25+ ### 🏡 Chore
26+
27+ - Use workspace version of bridge-schema ([ #1068 ] ( https://github.com/nuxt/bridge/pull/1068 ) )
28+ - Add release script ([ cffcd07] ( https://github.com/nuxt/bridge/commit/cffcd07 ) )
29+ - Mention contributors in release changelog/notes ([ 977d55f] ( https://github.com/nuxt/bridge/commit/977d55f ) )
30+
31+
32+ ### ❤️ Contributors
33+ - Daniel Roe (@danielroe )
34+ - Ryota Watanabe (@wattanx )
Original file line number Diff line number Diff line change 11{
22 "name" : " @nuxt/bridge-schema" ,
3- "version" : " 3.0.1 " ,
3+ "version" : " 3.1.0 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " git+https://github.com/nuxt/bridge.git"
Original file line number Diff line number Diff line change 11{
22 "name" : " @nuxt/bridge" ,
3- "version" : " 3.0.1 " ,
3+ "version" : " 3.1.0 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " git+https://github.com/nuxt/bridge.git"
You can’t perform that action at this time.
0 commit comments