All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.29 (2022-07-19)
- 🐛 add context.ts to list of package exports (8b40f06)
0.0.28 (2022-07-19)
- 🏷️ define types for events emitted by component (sortTable, rowClicked, changePageSize) (6ed73d5)
0.0.27 (2022-07-19)
0.0.26 (2022-07-07)
- ✨ remove propType from ColumnSettings, now automatically inferred, simplifying config process (85995ea)
0.0.25 (2022-07-07)
- 🐛 (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)
0.0.24 (2022-07-06)
- 🐛 fix weird text mangling in TableHeader.svelte (cb4ed4a)
- 🐛 fix: if page nav/range format=auto, use containerWidth rather than pageWidth for decision (335681d)
0.0.23 (2022-07-05)
- 🏷️ minor typescript fixes to TableState nd TableSettings interfaces (ef1d6f0)
0.0.22 (2022-07-05)
- 🐛 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)
0.0.21 (2022-03-11)
- ✨ removed fullWidth table config setting (f63999d)
- 🐛 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)
0.0.20 (2022-03-09)
- 🐛 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)
0.0.19 (2022-02-07)
- 🐛 prevent accessing property of undefined object in PageSizeSettings component (68f12cb)
0.0.18 (2022-02-07)
- 🐛 hard crash when accessing page size options (a0ab661)
0.0.17 (2022-02-03)
- 🐛 component width error when container width is less than 100% of page width (693f928)
0.0.16 (2022-01-20)
- 💄 border between valid/invalid page size buttons is missing (0f39efc)
0.0.15 (2022-01-19)
- ✨ add animateSorting property to TableSettings (f806ff3)
0.0.14 (2022-01-18)
- ✨ add clickableRows property to tableSettings (217f358)
0.0.13 (2022-01-18)
- ✨ add reset method to tableState store (ae20174)
0.0.12 (2022-01-18)
- ✨ add property to PageWidthState to return name of current page breakpoint (9c41c51)