Skip to content

v9.1.0

Compare
Choose a tag to compare
@zburke zburke released this 13 Mar 15:08
· 89 commits to master since this release
fde64d5
  • Added inputType prop to <SearchAndSort> component to support both input and textarea search boxes. Refs STSMACOM-786.
  • Export new advancedSearchQueryToRows helper to be used in Inventory app to reduce code duplication. Refs STSMACOM-787.
  • Show the username in the "last updated" accordion in the Note editing pane. Fixes STSMACOM-748.
  • Added indexRef and inputRef props to <SearchAndSort>. Refs STSMACOM-788.
  • Extend NotesAccordion and NotesSmartAccordion components to accept a prop hideNewButton. Refs STSMACOM-789.
  • Extend Tags component to accept mutateEntity prop. Refs STSMACOM-792.
  • Refactor CSS away from postcss-color-function. Refs STSMACOM-791.
  • <EditCustomFieldsSettings> now passes the entityType when making PUT requests to /custom-fields. Refs FCFIELDS-44.
  • Added tenant prop to <ControlledVocab>. Refs STSMACOM-794.
  • Use the default match and search option in Advanced search when they are not entered. Refs STSMACOM-793.
  • Show successful toast notifications for Create and Edit actions in <ControlledVocab>. Refs STSMACOM-796.
  • <ControlledVocab> - last updated by column - show "System" when items are created by system user. Refs STSMACOM-797.
  • Add field type DATE_PICKER to custom fields components. Refs STSMACOM-800.
  • Make helpText prop as optional for all types of custom field components. Refs STSMACOM-799.
  • Upgrade stylelint and associated dependencies. Refs STSMACOM-803.
  • <UserName> must handle sparse data. Refs STSMACOM-802.
  • ViewCustomFieldRecord - remove required validation from expanded, onToggle props. Refs STSMACOM-798.
  • <EditableList> - added new getReadOnlyFieldsForItem prop to control read only fields for different items. Refs STSMACOM-801.
  • <EditableList> - added confirmation modal when deleting items. Refs STSMACOM-807.
  • Add onComponentLoad prop to <EditCustomFieldsRecord>. Refs STSMACOM-806.
  • Keep final form state when update request fails in <EditableList>. Refs STSMACOM-809.
  • Set default title for Accordion in <EditCustomFieldsRecord>. Refs STSMACOM-805.
  • <EditableList> - make confirmationMessage prop accept a function. Refs STSMACOM-810.
  • Don't use form.getState in <EditableListForm> because redux-form doesn't have this API. Initialization will happen automatically when fresh data has been loaded after edit. Fixes STSMACOM-813.
  • <EditableListForm> - don't show an error after the user clicks on the edit icon. Fixes STSMACOM-812.