- Comments added to HexUtils and GridGenerator static functions
- Greater usage of types
- spelling change: neighbour was changed to neighbor across all files for all functions
- tsconfig.json is now targeting ES6 instead of ESNEXT
This release should be backwards compatible. Under the hood the codebase was migrated to typescript and the newer react context api. Also the examples are now available with storybook.
- Migrate to typescript
- Use newer react context api
- Replace enzyme with react-testing-library
- Add storybook and examples