Releases: lemerv/Salesforce-Kanban-Explorer
v0.3.1.0
Install Links
Production
https://login.salesforce.com/packaging/installPackage.apexp?p0=04tgK0000009ax7QAA
Sandbox
https://test.salesforce.com/packaging/installPackage.apexp?p0=04tgK0000009ax7QAA
What's Changed
Introduced a number of performance improvements that drastically improve loading times and UI responsiveness when working with larger data sets.
The Performance Mode Threshold config field allows admins to control when card virtualisation kicks in. Card virtualisation improves performance by only loading visible cards in the UI and introducing progressive loading on column scroll. Card counts and summaries continue to work based on the whole data set.
Full Changelog: https://github.com/lemerv/Lightning-Record-Explorer-Suite/compare/v0.3.0.0...v0.3.1.0
v0.3.0.0
Install Links
Production
https://login.salesforce.com/packaging/installPackage.apexp?p0=04tgK0000009ZHtQAM
Sandbox
https://test.salesforce.com/packaging/installPackage.apexp?p0=04tgK0000009ZHtQAM
What's Changed
Introduced a number of performance improvements that drastically improve loading times and UI responsiveness when working with larger data sets.
The Performance Mode Threshold config field allows admins to control when card virtualisation kicks in. Card virtualisation improves performance by only loading visible cards in the UI and introducing progressive loading on column scroll. Card counts and summaries continue to work based on the whole data set.
Full Changelog: https://github.com/lemerv/Lightning-Record-Explorer-Suite/compare/v0.2.0.0...v0.3.0.0
v0.2.0.0
Install Links
Production
https://login.salesforce.com/packaging/installPackage.apexp?p0=04tgK0000009SI1QAM
Sandbox
https://test.salesforce.com/packaging/installPackage.apexp?p0=04tgK0000009SI1QAM
What's Changed
New feature: column summaries!
Column summaries let admins configure up to three rollups that summarise card data per column. Summaries appear in the header of each column. Summaries respect field types and surface warnings for invalid definitions or mixed-currency totals. Support operations and field types are:
SUM / AVG: numeric fields (Number, Currency, Percent, Integer, Double)MIN / MAX: numeric or Date/DateTime fieldsCOUNT_TRUE / COUNT_FALSE: Checkbox fields
Notes
- You can now configure up to three summaries at the top of columns
- Docs have been updated with instructions on where and how to configure column summaries
- Fix: default to running user's locale for numeric field formatting
- Fix: default to running user's locale for date, time, currency formatting
- Fix: date-only fields no longer display a time component when the
Date and Time Formatconfig field is used
Full Changelog: https://github.com/lemerv/Lightning-Record-Explorer-Suite/compare/v0.1.2.0...v0.2.0.0
v0.1.2.0
Install Links
Production
https://login.salesforce.com/packaging/installPackage.apexp?p0=04tgK0000008f2nQAA
Sandbox
https://test.salesforce.com/packaging/installPackage.apexp?p0=04tgK0000008f2nQAA
What's Changed
- Harden WHERE clause sanitisation and error handling by @lemerv in https://github.com/lemerv/Lightning-Record-Explorer-Suite/pull/1
New Contributors
- @lemerv made their first contribution in https://github.com/lemerv/Lightning-Record-Explorer-Suite/pull/1
Full Changelog: https://github.com/lemerv/Lightning-Record-Explorer-Suite/compare/v0.1.1.0...v0.1.2.0