Skip to content

1.3.0

Compare
Choose a tag to compare
@tsalb tsalb released this 10 Jan 09:14
· 128 commits to master since this release
  1. Fixed issues with soql/collectionDatatable meta property configs for Screen Flows.

    • This might be a breaking change if you used collectionDatatable.recordCollection in any way, it was originally meant as input only and this fixes that.
    • This might be a breaking change if you used useLoadStyleHackForOverflow in the past few days, it was originally meant as input only and this fixes that.
  2. Moved useLoadStyleHackForOverflow from static resource to renderedCallback style tag appending.

    • The overflow hack is better scoped now, so it can be used when multiple soql/collectionDatatables are on the same page.