Skip to content

Latest commit

 

History

History
131 lines (70 loc) · 7.52 KB

CHANGELOG.md

File metadata and controls

131 lines (70 loc) · 7.52 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.29 (2022-07-19)

Bug Fixes

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

0.0.28 (2022-07-19)

Features

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

0.0.27 (2022-07-19)

0.0.26 (2022-07-07)

Features

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

0.0.25 (2022-07-07)

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)

0.0.24 (2022-07-06)

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)

0.0.23 (2022-07-05)

Bug Fixes

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

0.0.22 (2022-07-05)

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)

0.0.21 (2022-03-11)

Features

  • ✨ removed fullWidth table config setting (f63999d)

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)

0.0.20 (2022-03-09)

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)

0.0.19 (2022-02-07)

Bug Fixes

  • 🐛 prevent accessing property of undefined object in PageSizeSettings component (68f12cb)

0.0.18 (2022-02-07)

Bug Fixes

  • 🐛 hard crash when accessing page size options (a0ab661)

0.0.17 (2022-02-03)

Bug Fixes

  • 🐛 component width error when container width is less than 100% of page width (693f928)

0.0.16 (2022-01-20)

Bug Fixes

  • 💄 border between valid/invalid page size buttons is missing (0f39efc)

0.0.15 (2022-01-19)

Features

  • ✨ add animateSorting property to TableSettings (f806ff3)

0.0.14 (2022-01-18)

Features

  • ✨ add clickableRows property to tableSettings (217f358)

0.0.13 (2022-01-18)

Features

  • ✨ add reset method to tableState store (ae20174)

0.0.12 (2022-01-18)

Features

  • ✨ add property to PageWidthState to return name of current page breakpoint (9c41c51)

0.0.11 (2022-01-05)

Bug Fixes

  • 🐛 column is sortable when sortable=false (a3c328d), closes #5

0.0.10 (2021-12-27)

0.0.9 (2021-12-24)