Skip to content

0.1.0.18

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jul 21:39
· 15 commits to main since this release
f0cae78

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]
  • Bump package versions for devDependencies [PR33]
  • Redo sections, update documentation link directory (SSSFDG to sticky-selectron-documentation), and remove last section “Salesforce DX Project: Next Steps” that was from default file in VSCode [PR34]
  • Update some file and field names according to Salesforce Quip doc, e.g., FieldLabelControllerTest.cls to FieldLabelController_Test.cls (add hyphen), fieldApiName vs fieldAPIName (make consistent) [PR35]
  • cumulusci.yml - update documentation link directory name from SSSFDG to sticky-selectron-documentation [PR36]
  • .prettierignore - restore to previous config based on dreamhouse-lwc [PR36]
  • Add git pre-commit config so all commits get linted and prettier automatically [PR40]
  • Bump from API v60.0 to API v61.0 [PR41]
  • Bump devDependencies [PR41]
    • @lwc/eslint-plugin-lwc from 1.8.1 to 1.8.2 [PR41]
    • @salesforce/eslint-config-lwc from 3.5.3 to 3.6.0 [PR41]
    • @salesforce/sfdx-lwc-jest from 5.0.0 to 5.1.0 [PR41]

Installation Info

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

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

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]