Releases: a-luna/svelte-simple-tables
Releases · a-luna/svelte-simple-tables
v0.0.29
Bug Fixes
- 🐛 add context.ts to list of package exports (8b40f06)
v0.0.28
Features
- 🏷️ define types for events emitted by component (sortTable, rowClicked, changePageSize) (6ed73d5)
v0.0.26
Features
- ✨ remove propType from ColumnSettings, now automatically inferred, simplifying config process (85995ea)
v0.0.25
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
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
Bug Fixes
- 🏷️ minor typescript fixes to TableState nd TableSettings interfaces (ef1d6f0)
v0.0.22
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
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
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)