Releases: tsalb/lwc-utils
1.2.0
1.1.1
1.1.0
This release has two major updates:
- Introduce package.json and eslint (this project was started before those were automagic from creating sfdx projects, so this is sort of a project folder refresh).
- This should help any future contributors get started faster if needed.
- Add Aggregate SOQL support to
soqlDatatable
And some minor qualify of life enhancements to soqlDatatable
:
- Custom Column Labels.
- Custom Relative Max Height.
1.0.2
Bugfixes:
- Moved some default cmdt from
recipes
tocore
- This helps fix some tests that were failing due to my oversight!
- This also provides
core
with some defaults that you can choose to override/delete based on your learnings fromrecipes
or org-specific use cases.
- Fixed some tests that failed when no
User
withStandard Profile
were found in orgs (usually scratch orgs).
Enhancements:
- @jamessimone introduces Aggregate Queries support for
soqlDatatable
.- Hang tight while we figure out how best to communicate usage and examples in the README. If you're interested in a sneak peek, follow this issue.
As always, see the Deploy section for installation instructions.
1.0.1
1.0.0
MVP release of this library, with a both Production / Sandbox install links of only the core utils. After installation, see getting started.
I've also included some recipes (only installable in a non-production environment) that can be installed after the core utils are installed in the org. These recipes showcase the examples documented in this lib's README.
Feel free to submit any bugs you find with regards to how soqlDatatable
operates on your dataset. I know I haven't caught every scenario, so any issues that have detailed repro steps are definitely welcome!
lwc-utils beta-13
- Add Image formula handling for datatable cells.
- Change UX of how record count shows up on table.
lwc-utils beta-12
- During inline edit for picklists, options will no longer be hidden when editing rows at bottom of
soqlDatatable
orcollectionDatatable
. - Formula fields using a HYPERLINK formula will be given the
customFormula
datatype which processes the link.
lwc-utils beta-11
- Better support for inline editing picklist data types in general.
- Better support for recordTypeId gated values in picklists.
- Add automatic 500 row limit (temporary) for
soqlDatatable
, unless you specify one of your own. soqlDatatable
selected row outputs have been sanitized.
lwc-utils beta-10
Production and core components (only) unlocked package withheld until beta is finished.