This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
Releases: tesler-platform/tesler-ui
Releases · tesler-platform/tesler-ui
1.34.2 (November 18, 2022)
1.34.1 (September 7, 2022)
Fixes
- A fallback component is displayed instead of crashed widget (#745)
1.34.0 (September 4, 2022)
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)
1.33.0 (October 7, 2021)
Features
<ColumnFilter />
now uses filterBy widget field parameter to determine if some other field should be used for displaying filtration control (#711)
Fixes
1.32.0 (September 30, 2021)
1.31.2 (August 30, 2021)
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 inshowCondition
1.31.1 (August 27, 2021)
Fixes
checkShowCondition
should return false when active record is unavailable;<Widget />
should callcheckShowCondition
with business component from theshowCondition
instead of widget itself (#695)
1.31.0 (August 27, 2021)
Features
- Lazy load for widgets hidden by
showCondition
1.30.6 (August 20, 2021)
Fixes
<PickListPopup />
not closing for non force-active fields after 1.30.5 (#688)