Skip to content

v0.71.0

Compare
Choose a tag to compare
@theetrain theetrain released this 31 Dec 20:51
· 328 commits to master since this release
bdf0e10

Compare v0.70.13..v0.71.0

Breaking Changes

  • Select: rename dispatched change event to update (9198ed5, #1497)
  • Select: forward change event (9198ed5, #1497)
  • PaginationNav: use 1-indexing to be consistent with Pagination (8d55752, #1518)
  • InlineNotification: remove iconDescription prop (replaced with closeButtonDescription and statusIconDescription) (5006696, #1591)

Features

  • Pagination: dispatch change event when user interacts with previous/next buttons, or page/page size dropdowns (9198ed5, #1497)
  • InlineNotification: add iconDescription and closeButtonDescription props (5006696, #1591)

Documentation

  • link 'source code' to folder for multiple components
  • PaginationNav: add description for change event (e258db0, #1592 contributed by @gregorw)