Skip to content

Releases: SFDO-Community/GrantGuides

2.0.0.3

10 Nov 14:49

Choose a tag to compare

2.0.0.3 Pre-release
Pre-release

Critical Changes

Add more clear erro handling for ggwSection LWC in JavaScript to handle comlex error objects vs simple text strings. Apex exception retun complex JSON. [PR208]

Changes

Added geenric JS utils functions to handle complex error objacts. Display more cler error when entry text is greter than 32K per section limited by Salesforce Rich text. [PR208]
Add rich text word count display as part of UI/UX for user to see when they edit too much text in section. This is edit of Rich Text that has HTML tags formatting which are NOT visible to user but counted since RTF will count total characters HTML included dureing Save/Commit operation limite to 32768 characters total. [PR208]

Installation Info

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

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

2.0.0.1

11 Sep 05:17
5cb6437

Choose a tag to compare

2.0.0.1 Pre-release
Pre-release

Critical Changes

Add more clear erro handling for ggwSection LWC in JavaScript to handle comlex error objects vs simple text strings. Apex exception retun complex JSON. [PR208]

Changes

Added geenric JS utils functions to handle complex error objacts. Display more cler error when entry text is greter than 32K per section limited by Salesforce Rich text. [PR208]
Add rich text word count display as part of UI/UX for user to see when they edit too much text in section. This is edit of Rich Text that has HTML tags formatting which are NOT visible to user but counted since RTF will count total characters HTML included dureing Save/Commit operation limite to 32768 characters total. [PR208]

Installation Info

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

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

1.0.0.2

01 May 12:43
e778109

Choose a tag to compare

Critical Changes

Update the Package Name for Release

Changes

Update to CumulusCI.yml

Installation Info

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

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

1.0.0.2

30 Apr 23:44
e778109

Choose a tag to compare

1.0.0.2 Pre-release
Pre-release

Critical Changes

Update the Package Name for Release [PR196]

Changes

Update to CumulusCI.yml [PR197]

Installation Info

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

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

0.4.0.1

30 Apr 23:25

Choose a tag to compare

0.4.0.1 Pre-release
Pre-release

Critical Changes

Update the Package Name for Release [PR196]

Installation Info

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

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

0.3.0.1

26 Mar 20:48
5411fca

Choose a tag to compare

Critical Changes

Applied Field Level Security (FLS) and Create, Read, Update, Delete (CRUD) checks for the GGW Application Ctrl class used for the Grant Content Kit.

Changes

Modified the following apex classes to check field level security

  • GGW_ApplicationCtrl.cls
  • GGW_SampleData.cls
  • GGW_UTIL.cls
    Add New User creation to the Grant Content Kit Data factory class.
  • GGW_TestDataFactory.clse
    Added GGW_PermissionValidator.cls to Grant Content Kit Permission Set.
    Update GGWStyles static resource zip file.
    Modified syntax in the following VF pages to leverage Static resources instead of URL.
  • GGW_GrantPreview
  • GGW_GrantPdf
  • GGW_GrantWord
    Corrected variables to support field level security check:
  • GGW_ApplicationCtrl
  • GGW_Util
    Removed name token to resolve packaging issue
    Leveraged the USER_MODE feature to enforce FLS and CRUD.

Installation Info

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

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

0.3.0.1

25 Mar 20:02
5411fca

Choose a tag to compare

0.3.0.1 Pre-release
Pre-release

Critical Changes

Applied Field Level Security (FLS) and Create, Read, Update, Delete (CRUD) checks for the GGW Application Ctrl class used for the Grant Content Kit.

Changes

Modified the following apex classes to check field level security [PR177]

  • GGW_ApplicationCtrl.cls [PR177]
  • GGW_SampleData.cls [PR177]
  • GGW_UTIL.cls [PR177]
    Add New User creation to the Grant Content Kit Data factory class. [PR177]
  • GGW_TestDataFactory.clse [PR177]
    Added GGW_PermissionValidator.cls to Grant Content Kit Permission Set. [PR177]
    Update GGWStyles static resource zip file. [PR179]
    Modified syntax in the following VF pages to leverage Static resources instead of URL. [PR179]
  • GGW_GrantPreview [PR179]
  • GGW_GrantPdf [PR179]
  • GGW_GrantWord [PR179]
    Corrected variables to support field level security check: [PR181]
  • GGW_ApplicationCtrl [PR181]
  • GGW_Util [PR181]
    Removed name token to resolve packaging issue [PR182]
    Leveraged the USER_MODE feature to enforce FLS and CRUD. [PR183]

Installation Info

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

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

0.2.0.8

09 Jan 18:08
f38de5d

Choose a tag to compare

Critical Changes

Updated the GGW Permission set:

  • Include Apex Classes referenced in the package.
  • Removed permissions to the Standard object (Account, Contact, Opportunity)
    dynamic derive tab names for navigation with 2GP namesapce or without
    Added CCI Namespace token to support the development and packaging of the GCKIT repo.
    Replace CCI Namespace token: %%%NAMESPACED_ORG%%%
    This token is meant to be used for the Packaging Org. CCI documentation for Namespace injection.
    Added Namespace injection token to following LWC components:
    ggwGrantApplication.js
    ggwIntro/ggwIntro.js
    ggwNewApplication/ggwNewApplication.js

Changes

  • Added codegenie and husky temp directories to gitignore file
  • Updated the scratch org definition to automatically enable the "Login As" feature to support testing in a Scratch org.

Installation Info

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

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

0.2.0.8

09 Jan 01:26
f38de5d

Choose a tag to compare

0.2.0.8 Pre-release
Pre-release

Critical Changes

Updated the GGW Permission set: [PR164]

  • Include Apex Classes referenced in the package. [PR164]
  • Removed permissions to the Standard object (Account, Contact, Opportunity) [PR164]
    dynamic derive tab names for navigation with 2GP namesapce or without [PR167]
    Added CCI Namespace token to support the development and packaging of the GCKIT repo. [PR172]
    Replace CCI Namespace token: %%%NAMESPACED_ORG%%% [PR173]
    This token is meant to be used for the Packaging Org. CCI documentation for Namespace injection. [PR173]
    Added Namespace injection token to following LWC components: [PR174]
    ggwGrantApplication.js [PR174]
    ggwIntro/ggwIntro.js [PR174]
    ggwNewApplication/ggwNewApplication.js [PR174]

Changes

  • Added codegenie and husky temp directories to gitignore file [PR164]
  • Updated the scratch org definition to automatically enable the "Login As" feature to support testing in a Scratch org. [PR164]

Installation Info

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

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

Pull requests with no release notes

  • FIx function ref to this. [PR168]

  • Fix prefix error [PR169]

  • Fixs for namespace navi [PR170]

  • 2GP build fix [PR171]

0.2.0.7

08 Jan 20:20
7e07ef0

Choose a tag to compare

0.2.0.7 Pre-release
Pre-release

Critical Changes

Updated the GGW Permission set: [PR164]

  • Include Apex Classes referenced in the package. [PR164]
  • Removed permissions to the Standard object (Account, Contact, Opportunity) [PR164]
    dynamic derive tab names for navigation with 2GP namesapce or without [PR167]
    Added CCI Namespace token to support the development and packaging of the GCKIT repo. [PR172]
    Replace CCI Namespace token: %%%NAMESPACED_ORG%%% [PR173]
    This token is meant to be used for the Packaging Org. CCI documentation for Namespace injection. [PR173]

Changes

  • Added codegenie and husky temp directories to gitignore file [PR164]
  • Updated the scratch org definition to automatically enable the "Login As" feature to support testing in a Scratch org. [PR164]

Installation Info

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

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

Pull requests with no release notes

  • FIx function ref to this. [PR168]

  • Fix prefix error [PR169]

  • Fixs for namespace navi [PR170]

  • 2GP build fix [PR171]