Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.11 KB

File metadata and controls

30 lines (21 loc) · 1.11 KB

Changelog

All notable changes to double-eighteen-react are documented here. This project adheres to Semantic Versioning and the format follows Keep a Changelog.

[0.4.3] - 2026-07-14

Changed

  • Peer dependency floor raised to double-eighteen >=0.4.2.
  • Docs: README now credits the production consumer Warp 12.

[0.4.0] - 2026-07-14

Added

  • Initial release. React components extracted from double-eighteen@0.3.x, now built on top of the headless double-eighteen engine (>=0.4.0).
  • Components: DominoTile, DominoHalf, DefaultPip, DominoTrain, DominoHub, MexicanTrainGame, the DoubleEighteen / DoubleFifteen / DoubleTwelve / DoubleNine set presets, DominoThemeProvider / useDominoTheme, and the pan/zoom Viewport.

Notes

  • Peer dependencies: double-eighteen >=0.4.0, react >=18, react-dom >=18.
  • All rules, AI, and layout/geometry math live in double-eighteen; this package is purely the React rendering layer.