Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Spring 20 changes into master #217

Merged
merged 10 commits into from
Feb 17, 2020
Merged

Merge Spring 20 changes into master #217

merged 10 commits into from
Feb 17, 2020

Conversation

pchittum
Copy link
Contributor

No description provided.

Peter Chittum and others added 9 commits December 4, 2019 11:15
* upgrade sfdx-lwc-jest for prerelease

* run prettier
* Switch from SFDX Docker image to bin installation (#187)

* Create multiple templates recipe (#180)

* Create multiple templates recipe

* Add new lines

* Fix view source namespace

* Fix formatting

* Bump semver from 6.3.0 to 7.1.1 (#185)

Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 7.1.1.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/master/CHANGELOG.md)
- [Commits](npm/node-semver@v6.3.0...v7.1.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* GitHub Actions updates (#191)

* GitHub Actions updates

* GitHub Actions updates

* GitHub Actions update (#192)

* GitHub Actions updates (#194)

* GitHub Actions update (#195)

* removed @track references and imports

Co-authored-by: René Winkelmeyer <[email protected]>
Co-authored-by: Jody Bleyle <[email protected]>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* Switch from SFDX Docker image to bin installation (#187)

* Create multiple templates recipe (#180)

* Create multiple templates recipe

* Add new lines

* Fix view source namespace

* Fix formatting

* Bump semver from 6.3.0 to 7.1.1 (#185)

Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 7.1.1.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/master/CHANGELOG.md)
- [Commits](npm/node-semver@v6.3.0...v7.1.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* GitHub Actions updates (#191)

* GitHub Actions updates

* GitHub Actions updates

* GitHub Actions update (#192)

* GitHub Actions updates (#194)

* GitHub Actions update (#195)

* updates to prettier tooling and run prettier on xml

Co-authored-by: René Winkelmeyer <[email protected]>
Co-authored-by: Jody Bleyle <[email protected]>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Add tests to `navTo...` components.
@pchittum pchittum merged commit f988d64 into master Feb 17, 2020
@muenzpraeger muenzpraeger deleted the prerelease/spring20 branch February 19, 2020 05:30
jmcaudron pushed a commit to jmcaudron/lwc-recipes that referenced this pull request Mar 23, 2021
* created Spring 20 branch

* upgrade sfdx-lwc-jest for prerelease (trailheadapps#199)

* upgrade sfdx-lwc-jest for prerelease

* run prettier

* Updating GitHub workflow event type (trailheadapps#203)

* Remove `@track` references and imports take 2 (trailheadapps#206)

* Switch from SFDX Docker image to bin installation (trailheadapps#187)

* Create multiple templates recipe (trailheadapps#180)

* Create multiple templates recipe

* Add new lines

* Fix view source namespace

* Fix formatting

* Bump semver from 6.3.0 to 7.1.1 (trailheadapps#185)

Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 7.1.1.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/master/CHANGELOG.md)
- [Commits](npm/node-semver@v6.3.0...v7.1.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* GitHub Actions updates (trailheadapps#191)

* GitHub Actions updates

* GitHub Actions updates

* GitHub Actions update (trailheadapps#192)

* GitHub Actions updates (trailheadapps#194)

* GitHub Actions update (trailheadapps#195)

* removed @track references and imports

Co-authored-by: René Winkelmeyer <[email protected]>
Co-authored-by: Jody Bleyle <[email protected]>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* prettier tooling fixes (trailheadapps#209)

* Switch from SFDX Docker image to bin installation (trailheadapps#187)

* Create multiple templates recipe (trailheadapps#180)

* Create multiple templates recipe

* Add new lines

* Fix view source namespace

* Fix formatting

* Bump semver from 6.3.0 to 7.1.1 (trailheadapps#185)

Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 7.1.1.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/master/CHANGELOG.md)
- [Commits](npm/node-semver@v6.3.0...v7.1.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* GitHub Actions updates (trailheadapps#191)

* GitHub Actions updates

* GitHub Actions updates

* GitHub Actions update (trailheadapps#192)

* GitHub Actions updates (trailheadapps#194)

* GitHub Actions update (trailheadapps#195)

* updates to prettier tooling and run prettier on xml

Co-authored-by: René Winkelmeyer <[email protected]>
Co-authored-by: Jody Bleyle <[email protected]>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Tests for `navTo...` components (trailheadapps#210)

Add tests to `navTo...` components.

* made number properties number types (trailheadapps#213)

* Add component showing nav to new record with default values (trailheadapps#215)

* Adding soql WITH SECURITY_ENFORCED clause to Apex classes

Co-authored-by: Trevor <[email protected]>
Co-authored-by: René Winkelmeyer <[email protected]>
Co-authored-by: Jody Bleyle <[email protected]>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants