Skip to content

0.1.0.12

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jun 22:59
· 31 commits to main since this release
fd6ca85

Critical Changes

  • New feature to use Apex to display field labels in the LWC instead of using field developer names [PR16]
  • Added exception handling in APEX controller and LWC layers. Integrated Toast when exceptions are raised. [PR17]
  • Test coverage at 94% for APEX controller [PR17]
  • Move our example flow to unpackaged metadata [PR18]
  • Setup CumulusCI to include unpackaged flow in install (following examples from Grassroots Survey and SF Indicators) [PR18]
    Added Permission Set for APEX controller access for users of the Sticky Selectron [PR19]
  • Include CCI namespace injection in example flow [PR20]
  • Standardize capitalization in our example flow [PR21]
  • Standardize labels in our example flow [PR21]
  • Standardize ApiNames in our example flow [PR21]
  • Remove unused components in our example flow [PR21]

Changes

Adds an option in CCI config to create dev scratch orgs with 30 days until expiration [PR15]

  • Update API versions [PR16]
    Removed extra APEX class that was no longer used [PR19]
  • Update API version in example flow [PR20]
  • Update code styles in example flow with Prettier [PR20]
    Update README.md [PR22]
  • Update existing links [PR22]
  • Add Questions and Community Support section with links to Sticky Selectron Trailblazer Group and GitHub Issues [PR22]
  • Fix markdownlint errors [PR22]
    Updated files similar to lwc-recipes and dreamhouse-lwc [PR23]
  • Bump package versions for devDependencies [PR23]
  • Add package-lock.json [PR23]
  • Add .prettierrc and .prettierignore [PR23]
  • Update .gitignore [PR23]
  • Updated files to API v60.0 [PR24]
  • NOTE: This PR includes changes from PR #23 to bump devDependencies [PR24]
  • Allow the Select column to be sorted either descending or ascending [PR28]
  • Apply the prettier configuration changes from Karen's last merge to all files in the repo [PR28]

Installation Info

Sandbox & Scratch Orgs:
https://test.salesforce.com/packaging/installPackage.apexp?p0=04t6g000007zMhqAAE

Production & Developer Edition Orgs:
https://login.salesforce.com/packaging/installPackage.apexp?p0=04t6g000007zMhqAAE

Pull requests with no release notes

  • Update README.md [PR1]

  • Update help text per Roan's notes. Also commit forceignore file [PR2]

  • Add actions and other Github configs copied from Grassroots Mobile [PR9]

  • Add Sticky Selectron namespace: slctrn [PR10]

  • Increment version number [PR11]

  • Update issue templates [PR32]