Skip to content
Merged

v3 #318

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
093c7d6
feat!: React 19 support (#302)
aryankarim Jan 16, 2025
e0ba30a
Merge branch 'master' into rc
CodyJasonBennett Jan 16, 2025
22ae7b2
Merge branch 'master' into rc
CodyJasonBennett Jan 17, 2025
2f828ec
fix: tree-shaking (#314)
CodyJasonBennett Jan 17, 2025
59e49ad
chore: remove storybook (#315)
CodyJasonBennett Jan 17, 2025
3c92c4a
chore: remove Storybook config
CodyJasonBennett Jan 17, 2025
11e20ac
fix!: remove SSR (#316)
CodyJasonBennett Jan 17, 2025
d422ccc
fix: drop forwardRef in wrapEffect (#317)
CodyJasonBennett Jan 17, 2025
723cc02
fix(types): make args optional in EffectProps
CodyJasonBennett Jan 18, 2025
732bd89
fix!: publish as ESM-only, upstream N8AO (#313)
CodyJasonBennett Jan 18, 2025
404d303
Merge branch 'master' into rc
CodyJasonBennett Jan 18, 2025
f050f11
chore: resolve conflicts
CodyJasonBennett Jan 18, 2025
d4f88f7
chore: lint
CodyJasonBennett Jan 18, 2025
afad0ef
fix: use react-jsx
CodyJasonBennett Jan 18, 2025
dd0f276
3.0.0-rc.0
CodyJasonBennett Jan 20, 2025
afe0515
fix(types): remove use of ambient three (#320)
CodyJasonBennett Jan 23, 2025
16a1460
Merge branch 'master' into rc
CodyJasonBennett Jan 23, 2025
a874b35
chore: update R3F to rc.5
CodyJasonBennett Jan 23, 2025
f68eef5
3.0.0-rc.1
CodyJasonBennett Jan 23, 2025
a17cf71
fix: remove use of TS extensions (#322)
CodyJasonBennett Jan 23, 2025
a2d7f4a
v3.0.0-rc.2
CodyJasonBennett Jan 23, 2025
c0a3f71
chore: use R3F v9 stable
CodyJasonBennett Feb 19, 2025
d1d78ca
chore: update deps
CodyJasonBennett Feb 19, 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
28 changes: 0 additions & 28 deletions .devcontainer/devcontainer.json

This file was deleted.

3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"plugin:prettier/recommended",
"plugin:react-hooks/recommended",
"plugin:import/errors",
"plugin:import/warnings",
"plugin:storybook/recommended"
"plugin:import/warnings"
],
"plugins": ["@typescript-eslint", "react", "prettier", "react-hooks", "import"],
"parser": "@typescript-eslint/parser",
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,6 @@ jobs:
- run: |
yarn install --frozen-lockfile
yarn release
yarn build-storybook
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - uses: actions/upload-pages-artifact@v1
# with:
# path: ./storybook-static

# See: https://github.com/actions/deploy-pages
# deploy-job:
# needs: release-job
# permissions:
# pages: write
# id-token: write
# environment:
# name: github-pages
# url: ${{ steps.deployment.outputs.page_url }}
# runs-on: ubuntu-latest
# steps:
# - name: Deploy to GitHub Pages
# id: deployment
# uses: actions/deploy-pages@v1
36 changes: 0 additions & 36 deletions .storybook/Setup.tsx

This file was deleted.

9 changes: 0 additions & 9 deletions .storybook/index.css

This file was deleted.

19 changes: 0 additions & 19 deletions .storybook/main.ts

This file was deleted.

26 changes: 0 additions & 26 deletions .storybook/preview.tsx

This file was deleted.

Binary file not shown.
Binary file removed .storybook/public/lensDirtTexture.png
Binary file not shown.
112 changes: 0 additions & 112 deletions .storybook/public/suzi.gltf

This file was deleted.

91 changes: 0 additions & 91 deletions .storybook/stories/Autofocus.stories.tsx

This file was deleted.

90 changes: 0 additions & 90 deletions .storybook/stories/LensFlare.stories.tsx

This file was deleted.

1 change: 0 additions & 1 deletion .storybook/stories/assets/repo.svg

This file was deleted.

8 changes: 0 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ You can also just [![Open in GitHub Codespaces](https://img.shields.io/static/v1

Be sure your commit messages follow this specification: https://www.conventionalcommits.org/en/v1.0.0-beta.4/

## Storybook

If you're adding a brand new feature, you need to make sure you add a storybook entry, here's a few tips:

- Keep the story simple & show the essence of the component, remember some people may be looking at using drei for the first time & it's important the stories are clear and concise.
- Keep assets minimal (3D Models, textures) to avoid bloating the repository
- If you think a more involved example is necessary, you can always add a codesandbox to the main README while keeping the story minimalistic

## Publishing

We use `semantic-release` to deploy the package. Because of this only certain commits will trigger the action of creating a release:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ From
> the screen diagonal. This is especially beneficial for GPGPU passes and
> effects that use complex fragment shaders.

Postprocessing also supports srgb-encoding out of the box, as well as WebGL2
Postprocessing also supports gamma correction out of the box, as well as WebGL2
MSAA (multi sample anti aliasing), which is react-postprocessing's default, you
get high performance crisp results w/o jagged edges.

Expand Down
2 changes: 1 addition & 1 deletion docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ From
> the screen diagonal. This is especially beneficial for GPGPU passes and
> effects that use complex fragment shaders.

Postprocessing also supports srgb-encoding out of the box, as well as WebGL2
Postprocessing also supports gamma correction out of the box, as well as WebGL2
MSAA (multi sample anti aliasing), which is react-postprocessing's default, you
get high performance crisp results w/o jagged edges.

Expand Down
Loading