Skip to content

Releases: githubocto/flat-ui

fix: performance updates

20 Jan 22:13
Compare
Choose a tag to compare
  • memoize components for perf updates 67a894f

v0.12.0...v0.12.1

Add ability to add/remove data

20 Jan 21:16
Compare
Choose a tag to compare
  • 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

v0.11.4...v0.12.0

Fix: remove internal key from modified cell in `onEdit` callback

20 Jan 16:50
Compare
Choose a tag to compare

Fix: prevent duplicate `onEdit` callback

20 Jan 16:43
Compare
Choose a tag to compare

fix: exclude internal key from `onEdit` callback

20 Jan 16:20
Compare
Choose a tag to compare
  • fix: don't include originalIndex in edit output e93f60a

v0.11.1...v0.11.2

Fix: update diff data on data change

19 Jan 22:06
Compare
Choose a tag to compare
  • example - show edits as diff c94ce00
  • fix: update data diff on data change 9be3368

v0.11.0...v0.11.1

Add the ability to edit cells and headers

19 Jan 21:15
Compare
Choose a tag to compare
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

v0.10.2...v0.11.0

Fix: invalid dates & sticky headers

01 Sep 19:41
Compare
Choose a tag to compare

This release fixes two bugs:

#13 Stickying header columns in Safari desktop mode
#14 Prevent showing NaN for invalid dates

Prevent Style Pollution

13 Jul 15:50
Compare
Choose a tag to compare

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.