Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.54 KB

File metadata and controls

55 lines (37 loc) · 1.54 KB

@react-three/cannon-examples Changelog

v2.4.1 - 2023-01-05

  • Update @react-three/cannon to v6.5.2 (@bjornstar)

v2.4.0 - 2022-11-03

  • Remove some types & an expect-error that are no longer necessary (@bjornstar)
  • Inline the only niceColors that we use (@bjornstar)
  • Update @react-three/cannon to v6.5.0 (@bjornstar)
  • Update three-stdlib to v2.17.3 (@bjornstar)
  • Update vite to v3.2.2 (@bjornstar)
  • Replace vite-react-jsx with @vitejs/plugin-react (@bjornstar)
  • Remove nice-color-palettes (@bjornstar)
  • Remove @vitejs/plugin-react-refresh (@bjornstar)

v2.3.0 - 2022-04-18

  • Use accurate ref types for all hooks (@bjornstar)
  • Prefer PropsWithChildren to FC (@bjornstar)
  • Update @types/react to v18 (@bjornstar)
  • Update @react-three/drei & @react-three/fiber (@bjornstar)
  • Update styled-components (@bjornstar)

v2.2.0 - 2022-04-08

  • Use react-dom/client for react 18 features
  • Update @react-three/cannon to v6.2.0

v2.1.0 - 2022-04-02

  • Update @react-three/cannon to v6.1.0

v2.0.0 - 2022-04-01

  • Updated react to v18
  • Updated three.js to r139
  • Updated @react-three/cannon to v6

v1.1.0 - 2022-03-19

  • [MondayMorning] Don't use non-null assertions (@bjornstar)
  • [.eslintrc.json] Clean up (@bjornstar)
  • [.eslintrc.json] Disallow non-null assertions (@bjornstar)
  • [package.json] Only devDependencies (@bjornstar)
  • [tsconfig.json] Alphabetize (@bjornstar)

v1.0.1 - 2022-03-14

  • @react-three/cannon should always be the latest (@bjornstar)

v1.0.0 - 2022-03-13

  • Initial Release