v3.0.0
3.0.0 (2023-07-29)
⚠ BREAKING CHANGES
-
core v3 provides a new state context
useTresContext
which impacts all the abstractions depending on the state -
chore: move core to deps
-
chore: updated lock
-
chore: fix lint
-
feat: removed useCientos and useTresContext instead
Features
- 120 refactor usecientos to new state context provider (#143) (723a323)
- add more camera-controls playground examples (d3c5dd3)
- add preliminary camera-controls abstraction (bef41b9)
- backdrop stage abstraction (#116) (62f677c)
Bug Fixes
- add reactivity to stars component, rmv factor as props unnecessary (#144) (ad5c6c8)
- background not checked right useEnvironment (#138) (28d40fd)
- map correct camera-controls events (e7095eb)
- MouseParallax, clean code (#134) (257238a)
- nuxt problem with scrollControls (#130) (1739965)
What's Changed
- fix: nuxt problem with scrollControls by @JaimeTorrealba in #130
- feat: backdrop stage abstraction by @alvarosabu in #116
- fix: MouseParallax, clean code by @JaimeTorrealba in #134
- docs: fix typo in code sample in index.md by @arbaev in #133
- docs: use primitive in the example, docs by @JaimeTorrealba in #135
- fix: background not checked right useEnvironment by @Magicpig55 in #138
- docs: rmv getModel from docs by @JaimeTorrealba in #140
- fix: add reactivity to stars component, rmv factor as props unnecessary by @JaimeTorrealba in #144
- feat: add preliminary camera-controls abstraction by @notarun in #146
- feat: 120 refactor usecientos to new state context provider by @alvarosabu in #143
New Contributors
- @arbaev made their first contribution in #133
- @Magicpig55 made their first contribution in #138
- @notarun made their first contribution in #146
Full Changelog: 2.3.0...3.0.0