Releases: IcculusC/react-hex-engine
Releases · IcculusC/react-hex-engine
v1.1.1
Changes
- Implemented React Hooks API in all relevant components
- Refactored
<Hexagon />
component from class to functional component with hooks
Core Dependency Changes
prop-types@15.5.7-alpha.1
react@16.7.0-alpha.0
react-dom@16.7.0-alpha.0
v1.1.0
Changes
- Refactored
<HexEngine />
, <Text />
, <Path />
, and <Pattern />
components from class components to functional components in preparation for implementing the React Hooks API
- Slightly improved styles in storybook
- Added a bunch of silly build badges
v1.0.0
Changes
- Deprecate the
<HexGrid />
and <Layout />
components in favor of a combined component, <HexEngine />
- Remove render optimization in anticipation of technical improvements
v0.2.4
Merge pull request #1 from IcculusC/remove-react-hexgrid-examples
remove react-hexgrid examples, thanks for everything :(
v0.2.1
- Improved algorithm that determines what hexagons are within the view bounds
- Refactored some old code
- Cleaned up imports and exports
- Updated tests