Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Releases: tesler-platform/tesler-ui

1.34.2 (November 18, 2022)

18 Nov 01:48
Compare
Choose a tag to compare

Fixes

  • URLSearchParams are ignored when comparing locations #749

1.34.1 (September 7, 2022)

07 Sep 16:40
Compare
Choose a tag to compare

Fixes

  • A fallback component is displayed instead of crashed widget (#745)

1.34.0 (September 4, 2022)

05 Sep 09:50
Compare
Choose a tag to compare

Features

  • The ability to filter dates fields by range (#710)

Fixes

  • Displaying a debug panel for custom widgets (#740)
  • Removing filters after click on "clear" button (tesler-demo_#70)

1.33.2 (October 28, 2022)

28 Jan 14:28
Compare
Choose a tag to compare

Fixes

  • devDependency axios does not match with declared peer dependency (#722)
  • saveAssociationsActive sends request with truly associated items only (#728)
  • null check is added to ModalInvoke's mapStateToProps (731)

1.33.0 (October 7, 2021)

07 Oct 10:40
Compare
Choose a tag to compare

Features

  • <ColumnFilter /> now uses filterBy widget field parameter to determine if some other field should be used for displaying filtration control (#711)

Fixes

  • useViewTabs hook does not respect hidden flag (#716)
  • <ViewNavigationWidget /> should accept various values of navigationLevel (#715)
  • <NavigationTabsWidget /> should be processed in regular widgets flow (#715)

1.32.0 (September 30, 2021)

30 Sep 14:15
Compare
Choose a tag to compare

Features

  • New widget types: ViewNavigation and NavigationTabs intended for displaying view navigation as a fixed menu or as a standalone widget respectively (#702)

Fixes

  • bcFetchData should load data of hierarchy of BCs (#707)

1.31.2 (August 30, 2021)

30 Sep 13:28
Compare
Choose a tag to compare

Fixes

  • checkShowCondition should not return false when checked field value is falsy
  • lazy show condition check in bcFetchData should look into response in case epic fetching data for the same business component as in showCondition

1.31.1 (August 27, 2021)

30 Sep 13:27
Compare
Choose a tag to compare

Fixes

  • checkShowCondition should return false when active record is unavailable; <Widget /> should call checkShowCondition with business component from the showCondition instead of widget itself (#695)

1.31.0 (August 27, 2021)

27 Aug 03:12
Compare
Choose a tag to compare

Features

  • Lazy load for widgets hidden by showCondition

1.30.6 (August 20, 2021)

27 Aug 02:46
Compare
Choose a tag to compare

Fixes

  • <PickListPopup /> not closing for non force-active fields after 1.30.5 (#688)