Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
207729d
chore: testing refactor events
alvarosabu Feb 22, 2025
4f4fb3e
chore: force install corepack in CI workflow
alvarosabu Feb 22, 2025
c708506
chore(deps): bump dependencies to latest versions
alvarosabu Feb 22, 2025
f60b88b
chore: release v4.0.0-next.0
alvarosabu Feb 22, 2025
8b6693f
feat: add pointer events to AnimatedDonnut and update core dependency
alvarosabu Feb 22, 2025
d30f83e
Merge branch 'main' into next
alvarosabu Feb 25, 2025
5bd67dc
Merge branch 'main' into next
alvarosabu May 25, 2025
37bc01f
chore: update core and cientos to next
alvarosabu Jun 6, 2025
33c3b20
chore: bump version to 4.1.0-next.0 in package.json
alvarosabu Jun 19, 2025
8805146
chore: update @tresjs dependencies to stable versions and bump @types…
alvarosabu Jun 26, 2025
831f1e4
chore: update @tresjs and related dependencies to latest next versions
alvarosabu Jun 26, 2025
9590e0e
chore: release v4.1.0-next.1
alvarosabu Jun 26, 2025
2cb9e6b
feat!: upgrade Nuxt 4 (#171)
alvarosabu Jul 4, 2025
b86f224
feat: v5-tres-devtools (#172)
alvarosabu Sep 20, 2025
00d738d
chore: update dependencies to latest stable versions
alvarosabu Sep 20, 2025
5464b1a
chore: update release hooks and package manager version
alvarosabu Sep 20, 2025
7b4ec1d
chore: release v5.0.0-rc.0
alvarosabu Sep 20, 2025
16f12e7
fix: integrate useAttrs composable in TresCanvas component
alvarosabu Sep 20, 2025
04ecfc1
chore: release v5.0.0-rc.1
alvarosabu Sep 20, 2025
fb528b2
chore: update dependencies to latest stable versions
alvarosabu Sep 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/pkg.pr.new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
env:
PNPM_CACHE_FOLDER: .pnpm-store
HUSKY: 0 # Bypass husky commit hook for CI
NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }}

permissions: {}

Expand All @@ -34,5 +35,5 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm prepack
run: pnpm build
- run: pnpx pkg-pr-new publish --compact --pnpm
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ dist
.env
.netlify

**/.env

# Env
.env

Expand Down
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"hooks": {
"before:init": ["pnpm run lint"],
"after:bump": "pnpm run prepack",
"after:bump": "pnpm run build",
"after:git:release": "echo After git push, before github release",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
}
Expand Down
34 changes: 34 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "client: chrome",
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}"
},
{
"type": "node",
"request": "launch",
"name": "server: nuxt",
"outputCapture": "std",
"program": "${workspaceFolder}/node_modules/nuxt/bin/nuxt.mjs",
"args": [
"dev playground"
],
}
],
"compounds": [
{
"name": "fullstack: nuxt",
"configurations": [
"server: nuxt",
"client: chrome"
]
}
]
}
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [5.0.0-rc.1](https://github.com/Tresjs/nuxt/compare/5.0.0-rc.0...5.0.0-rc.1) (2025-09-20)

### Bug Fixes

* integrate useAttrs composable in TresCanvas component ([16f12e7](https://github.com/Tresjs/nuxt/commit/16f12e79334c6dcbd3d78412838b41a00a47185d))

## [5.0.0-rc.0](https://github.com/Tresjs/nuxt/compare/4.1.0-next.1...5.0.0-rc.0) (2025-09-20)

### ⚠ BREAKING CHANGES

* upgrade Nuxt 4 (#171)

### Features

* upgrade Nuxt 4 ([#171](https://github.com/Tresjs/nuxt/issues/171)) ([2cb9e6b](https://github.com/Tresjs/nuxt/commit/2cb9e6b624cf1714edaa0b05be768ca99a4d32dc))
* v5-tres-devtools ([#172](https://github.com/Tresjs/nuxt/issues/172)) ([b86f224](https://github.com/Tresjs/nuxt/commit/b86f224e189f83600646099bef3348f7c7a8a893))

## [4.1.0-next.1](https://github.com/Tresjs/nuxt/compare/4.0.0...4.1.0-next.1) (2025-06-26)

### Features

* add pointer events to AnimatedDonnut and update core dependency ([8b6693f](https://github.com/Tresjs/nuxt/commit/8b6693fc55adc215c3381086e819b9f05489751b))
## [4.0.0-next.0](https://github.com/Tresjs/nuxt/compare/4.0.0...4.1.0-next.1) (2025-02-22)

## [4.0.0](https://github.com/Tresjs/nuxt/compare/3.0.8...4.0.0) (2025-05-25)

### ⚠ BREAKING CHANGES
Expand All @@ -14,6 +38,12 @@

* update TypeScript error comments in ProgramsModule.vue for clarity ([3e58130](https://github.com/Tresjs/nuxt/commit/3e58130dfb94b44a1f12323bf432c7cf93bc6220))

## [4.0.0-next.0](https://github.com/tresjs/nuxt/compare/3.0.7...4.0.0-next.0) (2025-02-22)

### Bug Fixes

* **deps:** update dependency @tresjs/nuxt to v3.0.7 ([#106](https://github.com/tresjs/nuxt/issues/106)) ([8a73538](https://github.com/tresjs/nuxt/commit/8a735385edffdeda2fb12fa2cbe51376008ae39f))
* **deps:** update dependency typescript to v5.6.2 ([#136](https://github.com/tresjs/nuxt/issues/136)) ([a32ec04](https://github.com/tresjs/nuxt/commit/a32ec043fe65e1fb396a42a206eb32b3cb6df6a3))
## [3.0.8](https://github.com/Tresjs/nuxt/compare/3.0.7...3.0.8) (2025-02-25)

### Bug Fixes
Expand Down
1 change: 1 addition & 0 deletions client/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shamefully-hoist=true
15 changes: 15 additions & 0 deletions client/app.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
export default defineAppConfig({
ui: {
colors: {
primary: 'teal',
accent: 'yellow',
neutral: 'zinc',
},
card: {
slots: {
root: 'hover:bg-linear-[115deg,#272727 .06%,#171717]',
body: 'p-2 sm:p-3',
},
},
},
})
4 changes: 2 additions & 2 deletions client/app.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<NuxtLayout>
<UApp>
<NuxtPage />
</NuxtLayout>
</UApp>
</template>
61 changes: 61 additions & 0 deletions client/assets/css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
@import "tailwindcss";
@import "@nuxt/ui-pro";

@theme static {
--font-display: 'Manrope', sans-serif;
--font-sans: 'Inter', sans-serif;
--font-mono: 'Fira Code', monospace;
--breakpoint-3xl: 1920px;
--ui-pattern-fg: color-mix(in oklab,var(--ui-text)5%,transparent);
--ui-pattern-bg: repeating-linear-gradient(315deg,var(--ui-pattern-fg)0,var(--ui-pattern-fg)1px,transparent 0,transparent 50%);

/* Technical blueprint styles */
--ui-line-gap: 5px;
--ui-line-width: 1px;
--ui-line-offset: 172px;
--ui-line-color: var(--color-gray-200);

/* Teal Palette */
--color-teal-50: #f2fbf8;
--color-teal-100: #d3f4ea;
--color-teal-200: #a6e9d6;
--color-teal-300: #82dbc5;
--color-teal-400: #44bda2;
--color-teal-500: #2ba189;
--color-teal-600: #20816f;
--color-teal-700: #1d685b;
--color-teal-800: #1c534b;
--color-teal-900: #1b463f;
--color-teal-950: #0a2925;

/* Yellow/Brown Palette */
--color-yellow-50: #fff8eb;
--color-yellow-100: #feeac7;
--color-yellow-200: #fdd48a;
--color-yellow-300: #fbb03b;
--color-yellow-400: #fa9e25;
--color-yellow-500: #f47a0c;
--color-yellow-600: #b85607;
--color-yellow-700: #b3390a;
--color-yellow-800: #922b0e;
--color-yellow-900: #78250f;
--color-yellow-950: #451003;
}

:root {
--ui-header-height: 49px;
}

.dark {
--ui-line-color: var(--color-gray-800);
}

.pattern-bg {
background-image: var(--ui-pattern-bg);
background-size: 10px 10px;
background-attachment: fixed;
}

.noise-bg {
background-image: url("data:image/svg+xml,%3C!-- svg: first layer --%3E%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='4' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}
Loading
Loading