Releases: SFDO-Community/GrantGuides
0.1.0.2
Critical Changes
Added Feature Test Continuous Integration using Github Actions [PR43]
Added SFDX run apex test build step [PR78]
Converted project to use CumulusCI. [PR95]
Removed unnecessary Grant Application and Content Block Lightning Pages. [PR139]
Updated cci deploy task to find and replace Dashboard running user. [PR141]
- Remove the GGWDashboards from the Grant Guide repository. [PR142]
Removed the dx_push task from the CCI config_dev flow in the cumulusci.yml file. [PR144]
Modified CCI cumulusci.yml file to use CCI load_datasset task to generate test data in scratch orgs instead of sfdx scripts. [PR146]
Removed cci load_dataset task. [PR148]
Prepared package for Manage Package release. [PR153]
Modified Test Classes to assign permission set during execution. [PR160]
Removed Topics for Objects from the project repository [PR162]
Changes
Added yml file. [PR43]
Pull Request Template [PR43]
Removed feature_test.yml [PR95]
Modified the Grant Application Lightning Page to include the Edit Application, Edit, and Preview buttons. [PR139]
[PR139]
Modified the Content Block Lightning page to include the Edit and Clone button. [PR139]
[PR139]
Deleted the following components [PR142]
- dashboards Folder [PR142]
- GGWDashboards Folder [PR142]
- dIAyJGBaPECLHDcWsALcUqZEvVKDKJ.dashboard-meta.xml file [PR142]
- GGWDashboards.dashboardFolder-meta.xml file [PR142]
Relocated the Unlocked package version to the gckitunlocked directory. [PR153]
Release Unlocked version of package. [PR155]
Installation Info
Sandbox & Scratch Orgs:
https://test.salesforce.com/packaging/installPackage.apexp?p0=04t6g000008WwnWAAS
Production & Developer Edition Orgs:
https://login.salesforce.com/packaging/installPackage.apexp?p0=04t6g000008WwnWAAS
Pull requests with no release notes
-
Search [PR1]
-
Add editor features for app [PR7]
-
Add text block to library button action code implementation in APEX a… [PR9]
-
Update Section list from search of sections [PR10]
-
Try out for Drag drop section sorting [PR14]
-
Add unit test apex class and test methods for new Grant and section s… [PR15]
-
Add data mapping and code for preview data in PDF [PR16]
-
Add unit tests fro preview and sfdx metadata issue fixes [PR17]
-
Update to navigation [PR24]
-
Grants user permission set and Section edits [PR25]
-
Fix text block modal footter action button spacing use lightning style… [PR28]
-
Issues #32 Add Account object permission set for reporting [PR33]
-
#29 Add confirmation to delete also #30 handle add text block confirm… [PR37]
-
#30 replace confirmation modal with standard lighting prompts [PR38]
-
Feature #51 change rejected status to declined across all Grant [PR52]
-
Feature #52 add illustration for empty spaces on Start new grant and e… [PR54]
-
Feature #57 add copyright and license related files, comments for OSS [PR58]
-
Update APP branding [PR60]
-
Fix #63 remove PT1_profilePasswordPolicy1652228380293 to fix package … [PR64]
-
Feature 65 and Bug 67 [PR68]
-
Feature 50 - Export Grant data [PR70]
-
Issue 71 [PR72]
-
Feature 73 Add Content Blocks to Sample Data [PR74]
-
Feature beta r1 [PR80]
-
Fixes use WITH SECURITY SOQL where plymorphic cross object reference … [PR82]
-
Update README.md [PR87]
-
Update README.md [PR88]
-
Feature85 Multi-language support [PR96]
-
Add feature #90, with few fixes to commands dx and update sharing use… [PR97]
-
Update sample data with language and add sample grant app [PR101]
-
Feature/98 [PR102]
-
Added methods to pull object and field name for Application Controlle… [PR104]
-
sample data [PR124]
-
Feature issue26 [PR125]
-
Sync GrantGuides project from the GrantGuides fork repository. [PR127]
-
Conflict resolution from GrantGuides F1 Repo. [PR128]
-
Update GGWContentBlockData.json [PR129]
-
Issue #135 Rename [Reorder] button to more clear name Manage Sections… [PR137]
-
Update for issue #92 Add create New grant UI to main editor [PR138]
-
Update API v to 58.0 [PR151]
-
Prepare GitHub Actions CI [PR152]
-
Bump package version to 04t8a000000qqHSAAY [PR154]
-
Feature Github Secrets Variable [PR156]
3.1.0-2
What's Changed
- Search by @iandrosov in #1
- Add editor features for app by @iandrosov in #7
- Add text block to library button action code implementation in APEX a… by @iandrosov in #9
- Update Section list from search of sections by @iandrosov in #10
- Try out for Drag drop section sorting by @iandrosov in #14
- Add unit test apex class and test methods for new Grant and section s… by @iandrosov in #15
- Add data mapping and code for preview data in PDF by @iandrosov in #16
- Add unit tests fro preview and sfdx metadata issue fixes by @iandrosov in #17
- Update to navigation by @iandrosov in #24
- Grants user permission set and Section edits by @iandrosov in #25
- Fix text block modal footter action button spacing use lightning style… by @iandrosov in #28
- Issues #32 Add Account object permission set for reporting by @iandrosov in #33
- Bug #31 fix section select with search results by @iandrosov in #34
- #29 Add confirmation to delete also #30 handle add text block confirm… by @iandrosov in #37
- #30 replace confirmation modal with standard lighting prompts by @iandrosov in #38
- Feature 39 by @cidarm in #43
- Bug #40 Reordering sections with related issues by @iandrosov in #44
- Fix #41 bug update order number on sections display by @iandrosov in #47
- Feature #52 add illustration for empty spaces on Start new grant and e… by @iandrosov in #54
- Unit test coverage #55 for apex classes by @iandrosov in #56
- Feature #51 change rejected status to declined across all Grant by @iandrosov in #52
- Update APP branding by @iandrosov in #60
- Fix #61, deleted untitled folder and Copy of report by @iandrosov in #62
- Feature #57 add copyright and license related files, comments for OSS by @iandrosov in #58
- Fix #63 remove PT1_profilePasswordPolicy1652228380293 to fix package … by @iandrosov in #64
- Feature 65 and Bug 67 by @iandrosov in #68
- Feature 50 - Export Grant data by @iandrosov in #70
- Issue 71 by @iandrosov in #72
- Added apex run test command to feature test Github Action by @cidarm in #78
- Feature 73 Add Content Blocks to Sample Data by @iandrosov in #74
- Fixes use WITH SECURITY SOQL where plymorphic cross object reference … by @iandrosov in #82
- Feature beta r1 by @cidarm in #80
- Update README.md by @melissabarber in #87
- Update README.md by @melissabarber in #88
- Feature/83 by @cidarm in #95
- Feature85 Multi-language support by @iandrosov in #96
- Add feature #90, with few fixes to commands dx and update sharing use… by @iandrosov in #97
- Update sample data with language and add sample grant app by @iandrosov in #101
- Feature/98 by @cidarm in #102
- Added methods to pull object and field name for Application Controlle… by @cidarm in #104
- sample data by @iandrosov in #124
- Feature issue26 by @cidarm in #125
- Conflict resolution from GrantGuides F1 Repo. by @cidarm in #128
- Update GGWContentBlockData.json by @cidarm in #129
- Sync GrantGuides project from the GrantGuides fork repository. by @cidarm in #127
- Rename export label from HTML to Preview #17 by @iandrosov in #136
- Issue #135 Rename [Reorder] button to more clear name Manage Sections… by @iandrosov in #137
- Update for issue #92 Add create New grant UI to main editor by @iandrosov in #138
- Issue134 by @cidarm in #139
- Modified cci deploy task to replace Dashboard with current scratch or… by @cidarm in #141
- remove the GGW Dashboard from package. by @cidarm in #142
- Removed dx_push from config_dev flow. by @cidarm in #144
- Feature 144.2 by @cidarm in #146
- removed cci load_dataset task to support metecho scratch org creation. by @cidarm in #148
- Update Apex classes for sharing #147 by @iandrosov in #149
- Update API v to 58.0 by @iandrosov in #151
- Feature gckit by @cidarm in #153
- Bump package version to 04t8a000000qqHSAAY by @github-actions in #154
New Contributors
- @iandrosov made their first contribution in #1
- @cidarm made their first contribution in #43
- @melissabarber made their first contribution in #87
- @github-actions made their first contribution in #154
Full Changelog: https://github.com/SFDO-Community/GrantGuides/commits/3.1.0-2