Skip to content

Releases: SFDO-Community/sticky-selectron

0.1.0.17

14 Jun 09:50
04b7a90
Compare
Choose a tag to compare
0.1.0.17 Pre-release
Pre-release

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]

Installation Info

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

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

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]

0.1.0.16

13 Jun 22:08
2dbc9d2
Compare
Choose a tag to compare
0.1.0.16 Pre-release
Pre-release

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]

Installation Info

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

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

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]

0.1.0.15

13 Jun 22:03
6df1e86
Compare
Choose a tag to compare
0.1.0.15 Pre-release
Pre-release

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]
  • cumulusci.yml - update documentation link directory name from SSSFDG to sticky-selectron-documentation [PR36]
  • .prettierignore - restore to previous config based on dreamhouse-lwc [PR36]

Installation Info

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

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

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]

0.1.0.14

13 Jun 17:03
814a1fd
Compare
Choose a tag to compare
0.1.0.14 Pre-release
Pre-release

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]
  • cumulusci.yml - update documentation link directory name from SSSFDG to sticky-selectron-documentation [PR36]
  • .prettierignore - restore to previous config based on dreamhouse-lwc [PR36]

Installation Info

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

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

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]

0.1.0.13

13 Jun 11:41
295fe4e
Compare
Choose a tag to compare
0.1.0.13 Pre-release
Pre-release

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]

Installation Info

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

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

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]

0.1.0.12

10 Jun 22:59
fd6ca85
Compare
Choose a tag to compare
0.1.0.12 Pre-release
Pre-release

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]

0.1.0.11

01 Jun 21:38
8b6ceb0
Compare
Choose a tag to compare
0.1.0.11 Pre-release
Pre-release

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=04t6g000007zMhgAAE

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

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]

0.1.0.10

06 May 19:45
c2b6dd2
Compare
Choose a tag to compare
0.1.0.10 Pre-release
Pre-release

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]

Installation Info

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

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

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]

0.1.0.9

30 Apr 00:36
0695870
Compare
Choose a tag to compare
0.1.0.9 Pre-release
Pre-release

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]

Installation Info

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

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

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]

0.1.0.8

20 Apr 01:21
afd87d9
Compare
Choose a tag to compare
0.1.0.8 Pre-release
Pre-release

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]

Installation Info

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

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

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]