Skip to content

1.5.0

Compare
Choose a tag to compare
@tsalb tsalb released this 07 Feb 00:48
· 81 commits to master since this release
7b35d37

This is a fairly significant release with the following milestones:

New Components

  • Introduces the EventPublisher component to help close dialogs and other message-service related things.
    • Two flavors: local flow action (aura) and flow screen component (lwc).
  • Introduces the csvDatatable (BETA).

Changed Components

  • soqlDatatable has updated public events, public methods, and added a new slot.

Housekeeping

  • Fixed eslint errors and deprecated pre-commit hooks in favor of actions (thank you @jlyon87!).
  • Moved most of the README contents to the Wiki.
  • Branch protection against master has been added.
    • Only sfdx-project.json changes need to go through a PR.
    • All install URLs are now more easily maintained in the wiki.

Appendix