Skip to content

v10.2.0

Compare
Choose a tag to compare
@zburke zburke released this 15 Jun 02:38
· 406 commits to master since this release
dca93d8
  • Prevent onMount from being passed to rendered HTML element in <Pane>. fixes STCOM-931
  • Include percentage-based layout widths in proportional resizing. fixes STCOM-927.
  • Prevent caching of pane layouts (resizeable widths) when panes do not have a provided stable id prop. fixes STCOM-932.
  • AccordionSet has incorrect aria attribute. Refs STCOM-937.
  • NoValue component doesn't have role. Refs STCOM-936.
  • Correctly apply aria-haspopup and aria-expanded to IconButton. Refs STCOM 941.
  • Open Loans List: Elements must only use allowed ARIA attributes. Refs STCOM-948.
  • Appropriately apply labels within <AutoSuggest> component. Refs STCOM-939.
  • Correct Arabic and Japanese font-family typos. Refs STCOM-950.
  • Provide <NoValue> interactor. Refs STCOM-949.
  • Export to CSV not handling diacritics. Fixes STCOM-951.
  • Correctly label focus-trap control in <Timepicker>. Refs STCOM-945.
  • Add rendered text to the control of <Selection>. Refs STCOM-942.
  • Avoid setState calls in unmounted components. Refs STCOM-952.
  • Break long words in headings based on zooming 200%. Refs STCOM-835.
  • Improve splitting search query into rows in . Fixes STCOM-955.
  • Fix cropping of nested panesets. Fixes STCOM-953.
  • Lock-off postcss-custom-properties to 12.1.4. Fixes STCOM-956.
  • eHoldings app: Package Detail Record> Usage & analysis accordion > Apply pagination to Titles list. Refs STCOM-966.
  • Fix Accessibility problems for "MultiSelection" component. STCOM-967.
  • Add marginBottom0 prop to <Timepicker>. Refs STCOM-968
  • Update autoprefixer to maintain compat with postcss. Refs STCOM-963.
  • Fix prop types of <IconButton>. Fixes STCOM-972.
  • Add Cancel icon. Refs STCOM-976.
  • Export <Calendar> component as standalone. Refs STCOM-850
  • Export all exports from <FilterGroups>. Refs STCOM-980.
  • Add background-color to <Select> options for FF UA styles. Fixes STCOM-974.
  • Set Monday as first day of the week for es-419. Refs STCOM-985.
  • The schedule time does not accept PM value. Fixes STCOM-986.
  • Handle panesets containing only percentage-based panes differently. Fixes STCOM-983
  • In mixed px and non-px panesets, resize caches only for px-based widths. Fixes STCOM-982
  • Resize non-cached paneset layouts on window resize. Fixes STCOM-984.
  • Button: 'Link' style should behave as expected. Fixes STCOM-938.
  • Resized nested paneset containing elements. Fixes STCOM-989.
  • Hours format on Timepicker consistent to locale. Fixes STCOM-947.
  • Extend proptypes for avoiding console errors. Fixes STCOM-994.
  • Added pagingCanGoNext and pagingCanGoPrevious props to <MultiColumnList>. Refs STCOM-995.
  • Break long words in (checkbox) labels. Fixes STCOM-990.
  • Remove paginationBoundaries prop from MCLRenderer and PrevNextPaginationRow components. Refs STCOM-999.
  • Paneset logic handles container widths of 0. Refs STCOM-1004.
  • properly provide popper placements. Fixes STCOM-979.
  • Additional functionality needed for metadata display when user record is deleted. Refs STCOM-882.
  • Add the ability to pass a className to the rows container in the <MultiColumnList>. Refs STCOM-1009.
  • MultiSelection - fix exception when using special characters in search string. Fixes STCOM-1010.