Skip to content

Releases: SFDO-Community/sticky-selectron

0.3.0.5

13 Dec 20:53
4bdb9c2
Compare
Choose a tag to compare
0.3.0.5 Pre-release
Pre-release

Critical Changes

  • New function in our Apex class and new test functions [PR51]
  • LWC refactor to call Apex once instead of many times [PR51]

Changes

  • Added Snowfakery example recipe to be able to generate large amounts of Accounts to test in our sample flow [PR51]
  • Added dev environment config to set multiple field types more easily [PR51]
  • Added UI logic to handle field types from Apex in LWC with visuals that is more consistent with standard Salesforce [PR51]
  • Javascript percentage formatting was showing a number multiplied by 100 - this PR fixes it [PR52]
  • 0 percent, currency, and doubles still get formatting symbols (JS and Apex transfer 0 on the wire) [PR53]
  • Add helper function to determine when we should show the loading icon based on LWC render, data from flow loaded, and metadata about fields [PR56]
  • Instead of using [PR59]

Installation Info

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

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

0.3.0.4

05 Dec 22:43
d3f49c8
Compare
Choose a tag to compare
0.3.0.4 Pre-release
Pre-release

Critical Changes

  • New function in our Apex class and new test functions [PR51]
  • LWC refactor to call Apex once instead of many times [PR51]

Changes

  • Added Snowfakery example recipe to be able to generate large amounts of Accounts to test in our sample flow [PR51]
  • Added dev environment config to set multiple field types more easily [PR51]
  • Added UI logic to handle field types from Apex in LWC with visuals that is more consistent with standard Salesforce [PR51]
  • Javascript percentage formatting was showing a number multiplied by 100 - this PR fixes it [PR52]
  • 0 percent, currency, and doubles still get formatting symbols (JS and Apex transfer 0 on the wire) [PR53]
  • Add helper function to determine when we should show the loading icon based on LWC render, data from flow loaded, and metadata about fields [PR56]

Installation Info

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

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

0.3.0.3

26 Nov 20:42
bec074a
Compare
Choose a tag to compare
0.3.0.3 Pre-release
Pre-release

Critical Changes

  • New function in our Apex class and new test functions [PR51]
  • LWC refactor to call Apex once instead of many times [PR51]

Changes

  • Added Snowfakery example recipe to be able to generate large amounts of Accounts to test in our sample flow [PR51]
  • Added dev environment config to set multiple field types more easily [PR51]
  • Added UI logic to handle field types from Apex in LWC with visuals that is more consistent with standard Salesforce [PR51]
  • Javascript percentage formatting was showing a number multiplied by 100 - this PR fixes it [PR52]
  • 0 percent, currency, and doubles still get formatting symbols (JS and Apex transfer 0 on the wire) [PR53]

Installation Info

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

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

0.3.0.2

26 Nov 20:01
66f600d
Compare
Choose a tag to compare
0.3.0.2 Pre-release
Pre-release

Critical Changes

  • New function in our Apex class and new test functions [PR51]
  • LWC refactor to call Apex once instead of many times [PR51]

Changes

  • Added Snowfakery example recipe to be able to generate large amounts of Accounts to test in our sample flow [PR51]
  • Added dev environment config to set multiple field types more easily [PR51]
  • Added UI logic to handle field types from Apex in LWC with visuals that is more consistent with standard Salesforce [PR51]
  • Javascript percentage formatting was showing a number multiplied by 100 - this PR fixes it [PR52]

Installation Info

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

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

0.3.0.1

22 Nov 18:59
ea12f97
Compare
Choose a tag to compare
0.3.0.1 Pre-release
Pre-release

Critical Changes

  • New function in our Apex class and new test functions [PR51]
  • LWC refactor to call Apex once instead of many times [PR51]

Changes

  • Added Snowfakery example recipe to be able to generate large amounts of Accounts to test in our sample flow [PR51]
  • Added dev environment config to set multiple field types more easily [PR51]
  • Added UI logic to handle field types from Apex in LWC with visuals that is more consistent with standard Salesforce [PR51]

Installation Info

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

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

0.2.0.1

31 Aug 00:49
13e9266
Compare
Choose a tag to compare

Critical Changes

  • Without this fix, the LWC cannot pass fieldNames to Apex

Installation Info

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

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

0.2.0.1

30 Aug 23:01
13e9266
Compare
Choose a tag to compare
0.2.0.1 Pre-release
Pre-release

Critical Changes

  • Without this fix, the LWC cannot pass fieldNames to Apex [PR43]

Installation Info

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

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

0.1.0.19

15 Aug 20:14
2907b57
Compare
Choose a tag to compare

Critical Changes

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

Changes

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

  • Update API versions
    Removed extra APEX class that was no longer used
  • Update API version in example flow
  • Update code styles in example flow with Prettier
    Update README.md
  • Update existing links
  • Add Questions and Community Support section with links to Sticky Selectron Trailblazer Group and GitHub Issues
  • Fix markdownlint errors
    Updated files similar to lwc-recipes and dreamhouse-lwc
  • Bump package versions for devDependencies
  • Add package-lock.json
  • Add .prettierrc and .prettierignore
  • Update .gitignore
  • Updated files to API v60.0
  • NOTE: This PR includes changes from PR #23 to bump devDependencies
  • Allow the Select column to be sorted either descending or ascending
  • Apply the prettier configuration changes from Karen's last merge to all files in the repo
  • Bump package versions for devDependencies
  • 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
  • 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)
  • cumulusci.yml - update documentation link directory name from SSSFDG to sticky-selectron-documentation
  • .prettierignore - restore to previous config based on dreamhouse-lwc
  • Add git pre-commit config so all commits get linted and prettier automatically
  • Bump from API v60.0 to API v61.0
  • Bump devDependencies
    • @lwc/eslint-plugin-lwc from 1.8.1 to 1.8.2
    • @salesforce/eslint-config-lwc from 3.5.3 to 3.6.0
    • @salesforce/sfdx-lwc-jest from 5.0.0 to 5.1.0
  • Added explicit eslint config file to use the LWC plugin
  • SF codescanner had a few best practice issues highlighted (mostly in the Apex code) - this PR implements those best practices

Installation Info

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

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

0.1.0.19

12 Jul 02:05
2907b57
Compare
Choose a tag to compare
0.1.0.19 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]
  • 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]
  • Added explicit eslint config file to use the LWC plugin [PR42]
  • SF codescanner had a few best practice issues highlighted (mostly in the Apex code) - this PR implements those best practices [PR42]

Installation Info

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

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

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.18

09 Jul 21:39
f0cae78
Compare
Choose a tag to compare
0.1.0.18 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]
  • 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]