Releases: githubocto/flat-ui
Releases · githubocto/flat-ui
fix: performance updates
- memoize components for perf updates 67a894f
Add ability to add/remove data
- Merge pull request #17 from githubocto/aw/edit-add-data 21c26d8
- feat: focus first cell on column add 11ee519
- feat: add ability to add & delete column/rows 2249cc6
- feat: show blank cells as blank instead of "-" 75ac3ce
- fix: make hovered cells overlay others 06b8f8c
- fix: override css cascade bugs f4a5e07
Fix: remove internal key from modified cell in `onEdit` callback
- fix: remove internal key from modified cell 78e26a5
Fix: prevent duplicate `onEdit` callback
- fix: prevent double "onEdit" callback 259acb0
fix: exclude internal key from `onEdit` callback
- fix: don't include originalIndex in edit output e93f60a
Fix: update diff data on data change
Add the ability to edit cells and headers
edit.mov
- Merge pull request #16 from githubocto/aw/edit 543f311
- fix: make tab focus consistent with cell focus c8ad6da
- a11y - clickable buttons and forms 32710cf
- example - reset to dummy data c67b6d8
- add edit props to readme b53480b
- feat: make headers editable ed3e38b
- fix: remove unneeded editable-cell ref cb1cc7b
- add the ability to edit cell data 6d6225f
- Update README.md 45cbe1c
- feat: updated README.md programatically c829e2e
Fix: invalid dates & sticky headers
Prevent Style Pollution
This release significantly changes our approach to styling by using https://github.com/ben-rogerson/twin.macro/ to encapsulate all of our Tailwind classes.
Previously, consumers of @githubocto/flat-ui
were experiencing issues where global Tailwind presets (and consequently our own global styles) were bleeding into their own applications/websites. This new strategy should help mitigate some of that pollution.