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

rebase prerelease/winter24 on main #589

Merged
merged 22 commits into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
22a33d1
Upgrade API version (59.0) (#562)
albarivas Oct 20, 2023
31eb803
Released new package version 04t3h000001Rc2FAAS (#563)
trailheadapps-bot Oct 20, 2023
ada546e
build(deps-dev): bump @lwc/eslint-plugin-lwc from 1.6.3 to 1.6.4
dependabot[bot] Nov 1, 2023
9b35ca1
build(deps-dev): bump eslint-plugin-jest from 27.4.2 to 27.6.0
dependabot[bot] Nov 1, 2023
fd04d13
build(deps-dev): bump @prettier/plugin-xml from 3.2.1 to 3.2.2
dependabot[bot] Nov 1, 2023
1716f95
build(deps-dev): bump eslint-plugin-import from 2.28.1 to 2.29.0
dependabot[bot] Nov 1, 2023
aac4509
build(deps-dev): bump eslint from 8.50.0 to 8.52.0
dependabot[bot] Nov 1, 2023
dae3b87
build(deps-dev): bump @sa11y/jest from 5.3.0 to 6.0.0 (#565)
dependabot[bot] Nov 23, 2023
eead394
build(deps-dev): bump lint-staged from 14.0.1 to 15.0.2 (#566)
dependabot[bot] Nov 23, 2023
7229868
build(deps): bump axios and wait-on
dependabot[bot] Nov 23, 2023
cdbdf41
build(deps-dev): bump lint-staged from 15.0.2 to 15.1.0
dependabot[bot] Dec 1, 2023
12d67c9
build(deps-dev): bump @lwc/eslint-plugin-lwc from 1.6.4 to 1.7.0
dependabot[bot] Dec 1, 2023
10c6411
build(deps-dev): bump eslint from 8.52.0 to 8.54.0
dependabot[bot] Dec 1, 2023
a294d81
build(deps-dev): bump @sa11y/jest from 6.0.0 to 6.2.2
dependabot[bot] Dec 1, 2023
0156d00
build(deps-dev): bump prettier from 3.0.3 to 3.1.0
dependabot[bot] Dec 1, 2023
4f4229e
build(deps-dev): bump eslint from 8.54.0 to 8.56.0
dependabot[bot] Jan 1, 2024
b599d3c
build(deps-dev): bump prettier from 3.1.0 to 3.1.1
dependabot[bot] Jan 1, 2024
0f07855
build(deps-dev): bump eslint-plugin-import from 2.29.0 to 2.29.1
dependabot[bot] Jan 1, 2024
a289150
build(deps-dev): bump lint-staged from 15.1.0 to 15.2.0
dependabot[bot] Jan 1, 2024
4c80efd
feat: hover effect on property tile
pozil Jan 4, 2024
6d77c25
Released new package version 04t3h000001Rc71AAC (#586)
trailheadapps-bot Jan 4, 2024
41e4c7e
build(deps-dev): bump follow-redirects from 1.15.3 to 1.15.4
dependabot[bot] Jan 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Make sure to start from a brand-new environment to avoid conflicts with previous

1. Log in to your org

1. Click [this link](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3h000004mC67AAE) to install the Dreamhouse unlocked package in your org.
1. Click [this link](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3h000001Rc71AAC) to install the Dreamhouse unlocked package in your org.

1. Select **Install for All Users**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
xmlns="urn:metadata.tooling.soap.sforce.com"
fqn="PageTemplate_2_7_3"
>
<apiVersion>58.0</apiVersion>
<apiVersion>59.0</apiVersion>
<description>A Lightning Component Bundle</description>
</AuraDefinitionBundle>
2 changes: 1 addition & 1 deletion force-app/main/default/classes/FileUtilities.cls-meta.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<ApexClass xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>58.0</apiVersion>
<apiVersion>59.0</apiVersion>
<status>Active</status>
</ApexClass>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<ApexClass xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>58.0</apiVersion>
<apiVersion>59.0</apiVersion>
<status>Active</status>
</ApexClass>
2 changes: 1 addition & 1 deletion force-app/main/default/classes/GeocodingService.cls
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public with sharing class GeocodingService {
request.setMethod('GET');
request.setHeader(
'http-referer',
URL.getSalesforceBaseUrl().toExternalForm()
URL.getOrgDomainUrl().toExternalForm()
);
HttpResponse response = http.send(request);
if (response.getStatusCode() == 200) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<ApexClass xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>58.0</apiVersion>
<apiVersion>59.0</apiVersion>
<status>Active</status>
</ApexClass>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<ApexClass xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>58.0</apiVersion>
<apiVersion>59.0</apiVersion>
<status>Active</status>
</ApexClass>
2 changes: 1 addition & 1 deletion force-app/main/default/classes/PagedResult.cls-meta.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<ApexClass xmlns="urn:metadata.tooling.soap.sforce.com" fqn="PagedResult">
<apiVersion>58.0</apiVersion>
<apiVersion>59.0</apiVersion>
<status>Active</status>
</ApexClass>
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
xmlns="urn:metadata.tooling.soap.sforce.com"
fqn="PropertyController"
>
<apiVersion>58.0</apiVersion>
<apiVersion>59.0</apiVersion>
<status>Active</status>
</ApexClass>
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
xmlns="urn:metadata.tooling.soap.sforce.com"
fqn="SampleDataController"
>
<apiVersion>58.0</apiVersion>
<apiVersion>59.0</apiVersion>
<status>Active</status>
</ApexClass>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<ApexClass xmlns="urn:metadata.tooling.soap.sforce.com">
<apiVersion>58.0</apiVersion>
<apiVersion>59.0</apiVersion>
<status>Active</status>
</ApexClass>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<ApexClass xmlns="urn:metadata.tooling.soap.sforce.com">
<apiVersion>58.0</apiVersion>
<apiVersion>59.0</apiVersion>
<status>Active</status>
</ApexClass>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>58.0</apiVersion>
<apiVersion>59.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>Barcode Scanner</masterLabel>
<targets>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>58.0</apiVersion>
<apiVersion>59.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>Broker Card</masterLabel>
<targets>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>58.0</apiVersion>
<apiVersion>59.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>Days on Market</masterLabel>
<targets>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>58.0</apiVersion>
<apiVersion>59.0</apiVersion>
<isExposed>false</isExposed>
</LightningComponentBundle>
2 changes: 1 addition & 1 deletion force-app/main/default/lwc/ldsUtils/ldsUtils.js-meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
xmlns="http://soap.sforce.com/2006/04/metadata"
fqn="ldsUtils"
>
<apiVersion>58.0</apiVersion>
<apiVersion>59.0</apiVersion>
<isExposed>false</isExposed>
</LightningComponentBundle>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>58.0</apiVersion>
<apiVersion>59.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>Lists Contacts from Device</masterLabel>
<targets>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>58.0</apiVersion>
<apiVersion>59.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>Navigate to Record Page</masterLabel>
<targets>
Expand Down
2 changes: 1 addition & 1 deletion force-app/main/default/lwc/paginator/paginator.js-meta.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>58.0</apiVersion>
<apiVersion>59.0</apiVersion>
<isExposed>false</isExposed>
</LightningComponentBundle>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>58.0</apiVersion>
<apiVersion>59.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>Property Carousel</masterLabel>
<targets>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>58.0</apiVersion>
<apiVersion>59.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>Property Filter</masterLabel>
<targets>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>58.0</apiVersion>
<apiVersion>59.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>Property List Map</masterLabel>
<targets>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>58.0</apiVersion>
<apiVersion>59.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>Property Location</masterLabel>
<targets>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>58.0</apiVersion>
<apiVersion>59.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>Property Map</masterLabel>
<targets>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>58.0</apiVersion>
<apiVersion>59.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>Property Summary</masterLabel>
<targets>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>58.0</apiVersion>
<apiVersion>59.0</apiVersion>
<isExposed>false</isExposed>
</LightningComponentBundle>
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
c-property-tile {
min-width: 220px;
}

c-property-tile:hover {
box-shadow: 4px 5px 5px #9d9fa0;
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>58.0</apiVersion>
<apiVersion>59.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>Property Tile List</masterLabel>
<targets>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>58.0</apiVersion>
<apiVersion>59.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>Sample Property Importer</masterLabel>
<targets>
Expand Down
Loading