Skip to content

Commit

Permalink
Merge branch 'main' into bugfix/460-click-event-callback-called-witho…
Browse files Browse the repository at this point in the history
…ut-click
  • Loading branch information
alvarosabu authored Dec 13, 2023
2 parents da62552 + 378d1d0 commit 0c0e0f9
Show file tree
Hide file tree
Showing 9 changed files with 1,492 additions and 950 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@


## [3.6.0](https://github.com/Tresjs/tres/compare/3.5.2...3.6.0) (2023-12-12)


### Features

* enable devtools ([#465](https://github.com/Tresjs/tres/issues/465)) ([d61df05](https://github.com/Tresjs/tres/commit/d61df0597965e708581d1b32eafa2f14866bf9b4))

## [3.6.0-next.0](https://github.com/Tresjs/tres/compare/3.5.1...3.6.0-next.0) (2023-12-06)


### Features

* devtools hook on window object ([df96c1f](https://github.com/Tresjs/tres/commit/df96c1f31aafe1b73cd344fde39420c1ae443d47))


## [3.5.2](https://github.com/Tresjs/tres/compare/3.5.1...3.5.2) (2023-12-12)


### Bug Fixes

* force memory free allocation when disposing materials and geometries ([#463](https://github.com/Tresjs/tres/issues/463)) ([1ef3533](https://github.com/Tresjs/tres/commit/1ef353363d02256275c483ec15ad424dc058991a))

## [3.5.1](https://github.com/Tresjs/tres/compare/3.5.0...3.5.1) (2023-11-28)

## [3.5.0](https://github.com/Tresjs/tres/compare/3.4.1...3.5.0) (2023-11-05)
Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"build": "vitepress build",
"preview": "vitepress preview"
},
"dependencies": {
"@tresjs/core": "workspace:^3.1.1"
},
"devDependencies": {
"unocss": "^0.57.7",
"unocss": "^0.58.0",
"vite-svg-loader": "^5.1.0"
},
"dependencies": {
"@tresjs/core": "workspace:3.6.0-next.0"
}
}
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tresjs/core",
"type": "module",
"version": "3.5.1",
"version": "3.6.0",
"packageManager": "pnpm@8.10.2",
"description": "Declarative ThreeJS using Vue Components",
"author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",
Expand Down Expand Up @@ -66,45 +66,45 @@
},
"dependencies": {
"@alvarosabu/utils": "^3.1.1",
"@vueuse/core": "^10.5.0"
"@vueuse/core": "^10.7.0"
},
"devDependencies": {
"@release-it/conventional-changelog": "^8.0.1",
"@stackblitz/sdk": "^1.9.0",
"@tresjs/cientos": "3.6.0",
"@tresjs/eslint-config-vue": "^0.2.1",
"@types/three": "^0.158.3",
"@typescript-eslint/eslint-plugin": "^6.13.0",
"@typescript-eslint/parser": "^6.13.0",
"@vitejs/plugin-vue": "^4.5.0",
"@types/three": "^0.159.0",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-vue": "^4.5.2",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/ui": "^0.34.6",
"@vue/test-utils": "^2.4.2",
"eslint": "^8.54.0",
"eslint-plugin-vue": "^9.18.1",
"@vitest/ui": "^1.0.4",
"@vue/test-utils": "^2.4.3",
"eslint": "^8.55.0",
"eslint-plugin-vue": "^9.19.2",
"esno": "^4.0.0",
"gsap": "^3.12.2",
"jsdom": "^23.0.0",
"gsap": "^3.12.3",
"jsdom": "^23.0.1",
"kolorist": "^1.8.0",
"ohmyfetch": "^0.4.21",
"pathe": "^1.1.1",
"release-it": "^17.0.0",
"release-it": "^17.0.1",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-visualizer": "^5.9.3",
"three": "^0.158.0",
"unocss": "^0.57.7",
"rollup-plugin-visualizer": "^5.11.0",
"three": "^0.159.0",
"unocss": "^0.58.0",
"unplugin": "^1.5.1",
"unplugin-vue-components": "^0.25.2",
"vite": "^5.0.2",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.8",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-dts": "3.6.3",
"vite-plugin-inspect": "^0.8.0",
"vite-plugin-dts": "3.6.4",
"vite-plugin-inspect": "^0.8.1",
"vite-plugin-require-transform": "^1.0.21",
"vite-svg-loader": "^5.1.0",
"vitepress": "1.0.0-rc.31",
"vitest": "^0.34.6",
"vue": "^3.3.9",
"vitest": "^1.0.4",
"vue": "^3.3.11",
"vue-demi": "^0.14.6"
}
}
9 changes: 5 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
"devDependencies": {
"@tresjs/leches": "0.15.0-next.3",
"@tweakpane/plugin-essentials": "^0.2.0",
"unplugin-auto-import": "^0.17.1",
"vite-plugin-glsl": "^1.2.0",
"vite-plugin-qrcode": "^0.2.2",
"vue-tsc": "^1.8.22"
"vite-plugin-vue-devtools": "1.0.0-rc.6",
"unplugin-auto-import": "^0.17.2",
"vite-plugin-glsl": "^1.2.1",
"vite-plugin-qrcode": "^0.2.3",
"vue-tsc": "^1.8.25"
}
}
2 changes: 2 additions & 0 deletions playground/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ import glsl from 'vite-plugin-glsl'
import UnoCSS from 'unocss/vite'
import { templateCompilerOptions } from '@tresjs/core'
import { qrcode } from 'vite-plugin-qrcode'
import VueDevTools from 'vite-plugin-vue-devtools'

// https://vitejs.dev/config/
export default defineConfig({
plugins: [
glsl(),
VueDevTools(),
vue({
script: {
propsDestructure: true,
Expand Down
Loading

0 comments on commit 0c0e0f9

Please sign in to comment.