Skip to content

Releases: a-luna/svelte-simple-tables

v0.0.29

19 Jul 09:27
Compare
Choose a tag to compare

Bug Fixes

  • 🐛 add context.ts to list of package exports (8b40f06)

v0.0.28

19 Jul 09:25
Compare
Choose a tag to compare

Features

  • 🏷️ define types for events emitted by component (sortTable, rowClicked, changePageSize) (6ed73d5)

v0.0.27

19 Jul 06:05
Compare
Choose a tag to compare
chore(release): 0.0.27

v0.0.26

07 Jul 08:47
Compare
Choose a tag to compare

Features

  • ✨ remove propType from ColumnSettings, now automatically inferred, simplifying config process (85995ea)

v0.0.25

07 Jul 08:47
Compare
Choose a tag to compare

Bug Fixes

  • 🐛 (a222227)
  • 🐛 fix: page nav button container has wrong background-color when client has existing styles targeting nav element (24f70bd)
  • ♻️ add 'sst-' prefix to all responsive table css class names to avoid name collision with dependent code (ae96ff2)

v0.0.24

07 Jul 08:47
Compare
Choose a tag to compare

Bug Fixes

  • 🐛 fix weird text mangling in TableHeader.svelte (cb4ed4a)
  • 🐛 fix: if page nav/range format=auto, use containerWidth rather than pageWidth for decision (335681d)

v0.0.23

07 Jul 08:47
Compare
Choose a tag to compare

Bug Fixes

  • 🏷️ minor typescript fixes to TableState nd TableSettings interfaces (ef1d6f0)

v0.0.22

07 Jul 08:47
Compare
Choose a tag to compare

Bug Fixes

  • 🐛 allow user to choose how table is displayed when table is smaller than container (b48f9fd)
  • 🐛 overflow-x autoscroll behavior is broken when placed within a flex container (fbba8e6)
  • 🐛 remove role="navigation" from PageNavigationCompact component (56f9aa5)

v0.0.21

07 Jul 08:47
Compare
Choose a tag to compare

Bug Fixes

  • 🐛 improved componentWidth logic for annnoying corner-cases re: wrapper width, padding, etc (3f3f583)
  • 🐛 table should display with margin-left and margin-right = auto by default (e201bf1)

Features

  • ✨ removed fullWidth table config setting (f63999d)

v0.0.20

07 Jul 08:47
Compare
Choose a tag to compare

Bug Fixes

  • 🐛 background-color should inherit when tableWrapper=false (2ff1de8)
  • 🐛 remove role="navigation" from PaginationNavigation (6a53966)
  • 🐛 simplify how container/wrapper widths are determined (3114f99)
  • 🧪 update jest snapshots (3f3d361)