Commit 8b27277 1 parent 3a7d0fb commit 8b27277 Copy full SHA for 8b27277
File tree 5 files changed +133
-80
lines changed
5 files changed +133
-80
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Webhooks Environment Selection
3
+ description : " It is now possible to select the environment to be notified about."
4
+ date : 2024-06-15
5
+ image : ' /images/changelog/team-webhooks-env.png'
6
+ authors :
7
+ - name : Sebastien Chopin
8
+ avatar :
9
+ src : https://avatars.githubusercontent.com/u/904724?v=4
10
+ to : https://x.com/atinux
11
+ username : atinux
12
+ - name : Ahad Birang
13
+ avatar :
14
+ src : https://avatars.githubusercontent.com/u/2047945?v=4
15
+ to : https://x.com/a_birang
16
+ username : a_birang
17
+ ---
18
+
19
+ :: tip
20
+ This feature is available on all [ NuxtHub plans] ( /pricing ) .
21
+ ::
22
+
23
+ It is now possible to select the environment to be notified about when creating a webhook.
24
+
25
+ You can select to be notified about all environments, only the production or preview environment.
26
+
27
+ We also added the possibility to add a name to the webhook for better identification.
28
+
29
+ : nuxt-img { src =" /images/changelog/team-webhooks-env.png " alt =" Team Webhooks Env selection " width =" 915 " height =" 515 " class =" rounded " }
30
+
31
+ :: callout { icon =" i-ph-webhooks-logo " to =" /changelog/team-webhooks " }
32
+ Learn more about team webhooks.
33
+ ::
34
+
35
+ :: callout { icon =" i-ph-heart-duotone " }
36
+ Thank you to [ Estéban Soubiran] ( https://github.com/Barbapapazes ) for suggesting this feature on [ nuxt-hub/core #127 ] ( https://github.com/nuxt-hub/core/issues/127 ) .
37
+ ::
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ export default defineNuxtConfig({
25
25
} ,
26
26
css : [ '~/assets/css/style.css' ] ,
27
27
routeRules : {
28
+ '/' : { prerender : true } ,
28
29
'/api/search.json' : { prerender : true } ,
29
30
'/api/templates.json' : { prerender : true }
30
31
} ,
Original file line number Diff line number Diff line change 11
11
"dependencies" : {
12
12
"@iconify-json/heroicons" : " ^1.1.21" ,
13
13
"@iconify-json/ph" : " ^1.1.13" ,
14
- "@iconify-json/simple-icons" : " ^1.1.103 " ,
14
+ "@iconify-json/simple-icons" : " ^1.1.105 " ,
15
15
"@nuxt/content" : " ^2.12.1" ,
16
16
"@nuxt/fonts" : " ^0.7.0" ,
17
17
"@nuxt/image" : " ^1.7.0" ,
18
- "@nuxt/ui-pro" : " ^1.2 .0" ,
19
- "@nuxthq/studio" : " ^1.1 .0" ,
18
+ "@nuxt/ui-pro" : " ^1.3 .0" ,
19
+ "@nuxthq/studio" : " ^2.0 .0" ,
20
20
"@nuxtjs/plausible" : " ^1.0.0" ,
21
21
"@nuxtjs/tailwindcss" : " ^6.12.0" ,
22
- "@vueuse/core" : " ^10.10 .0" ,
23
- "@vueuse/nuxt" : " ^10.10 .0" ,
22
+ "@vueuse/core" : " ^10.11 .0" ,
23
+ "@vueuse/nuxt" : " ^10.11 .0" ,
24
24
"medium-zoom" : " ^1.1.0" ,
25
25
"nuxt" : " ^3.12.1" ,
26
26
"nuxt-cloudflare-analytics" : " ^1.0.8" ,
27
27
"nuxt-og-image" : " ^3.0.0-rc.53" ,
28
- "three" : " ^0.164.1 " ,
28
+ "three" : " ^0.165.0 " ,
29
29
"three-globe" : " ^2.31.0"
30
30
}
31
31
}
You can’t perform that action at this time.
0 commit comments