Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Tresjs/nuxt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.5
Choose a base ref
...
head repository: Tresjs/nuxt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.6
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Sep 12, 2023

  1. fix: update core to v3.2.1 with context fix (#39)

    * fix: update `core` to `v3.2.1` with context fix
    
    * fix: lint
    alvarosabu authored Sep 12, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6857c88 View commit details
  2. chore: release v1.1.6

    alvarosabu committed Sep 12, 2023
    Copy the full SHA
    728473c View commit details
Showing with 2,099 additions and 2,312 deletions.
  1. +7 −0 CHANGELOG.md
  2. +15 −14 package.json
  3. +4 −4 playground/app.vue
  4. +4 −0 playground/components/NuxtStones.vue
  5. +5 −3 playground/package.json
  6. +1,107 −964 playground/pnpm-lock.yaml
  7. +957 −1,327 pnpm-lock.yaml
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


## [1.1.6](https://example.com///compare/1.1.5...1.1.6) (2023-09-12)


### Bug Fixes

* update `core` to `v3.2.1` with context fix ([#39](https://example.com//null/issues/39)) ([6857c88](https://example.com///commit/6857c881c1e3dc9d874a4ff3a56123221404c808))

## [1.1.5](///compare/1.1.4...1.1.5) (2023-08-30)


29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tresjs/nuxt",
"type": "module",
"version": "1.1.5",
"version": "1.1.6",
"packageManager": "pnpm@8.6.2",
"description": "TresJS integration for Nuxt.",
"author": "Daniel Roe (https://github.com/danielroe/)",
@@ -33,27 +33,28 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@nuxt/kit": "^3.7.0",
"@tresjs/core": "^3.1.1",
"@types/three": "^0.155.0",
"mlly": "^1.4.1",
"@nuxt/kit": "^3.7.1",
"@tresjs/cientos": "3.3.0",
"@tresjs/core": "3.2.1",
"@types/three": "^0.156.0",
"mlly": "^1.4.2",
"pkg-types": "^1.0.3",
"three": "^0.155.0",
"three": "^0.156.1",
"typescript": "^5.2.2"
},
"devDependencies": {
"@alvarosabu/eslint-config-vue": "^0.4.0",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.0",
"@nuxt/schema": "^3.7.0",
"@nuxt/test-utils": "^3.7.0",
"@release-it/conventional-changelog": "^7.0.0",
"@types/node": "^20.5.7",
"@nuxt/module-builder": "^0.5.1",
"@nuxt/schema": "^3.7.1",
"@nuxt/test-utils": "^3.7.1",
"@release-it/conventional-changelog": "^7.0.1",
"@types/node": "^20.6.0",
"changelogen": "^0.5.5",
"eslint": "^8.48.0",
"nuxt": "^3.7.0",
"eslint": "^8.49.0",
"nuxt": "^3.7.1",
"playwright": "^1.37.1",
"release-it": "^16.1.5",
"vitest": "^0.34.3"
"vitest": "^0.34.4"
}
}
8 changes: 4 additions & 4 deletions playground/app.vue
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ const gl = {
luminanceSmoothing: 0.3,
mipmapBlur: true,
intensity: 0.5,
}); */
}) */
</script>

<template>
@@ -26,11 +26,11 @@ const gl = {
:look-at="[0, 0, 0]"
/>
<OrbitControls />

<!-- <EffectComposer :depth-buffer="true">
<!-- <EffectComposer :depth-buffer="true">
<Bloom v-bind="bloomParams" />
</EffectComposer> -->

<Suspense>
<NuxtStones />
</Suspense>
4 changes: 4 additions & 0 deletions playground/components/NuxtStones.vue
Original file line number Diff line number Diff line change
@@ -33,6 +33,10 @@ const { onLoop } = useRenderLoop()
onLoop(({ elapsed }) => {
nodes.Logo.material.emissiveIntensity = Math.sin(elapsed) * 6 + 7
})
const ctx = useNuxtApp()
//eslint-disable-next-line no-console
console.log({ ctx, useFetch: await useFetch('api/url') })
</script>

<template>
8 changes: 5 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -8,8 +8,10 @@
"generate": "nuxi generate"
},
"devDependencies": {
"@tresjs/cientos": "^3.0.0",
"@tresjs/post-processing": "^0.3.0",
"nuxt": "^3.6.5"
"@tresjs/cientos": "^3.3.0",
"@tresjs/post-processing": "^0.4.0",
"nuxt": "^3.7.1",
"postprocessing": "^6.33.0",
"tweakpane": "^4.0.1"
}
}
2,071 changes: 1,107 additions & 964 deletions playground/pnpm-lock.yaml

Large diffs are not rendered by default.

2,284 changes: 957 additions & 1,327 deletions pnpm-lock.yaml

Large diffs are not rendered by default.