mod-build 3.6.40-beta.3 → 3.6.41-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 3.6.
|
|
3
|
+
## 3.6.41
|
|
4
4
|
|
|
5
5
|
- added functionality to fetch & merge default form filed config in templateData
|
|
6
6
|
|
|
7
|
+
## 3.6.40
|
|
8
|
+
|
|
9
|
+
- Adding tree services to valid list of trade parameter values
|
|
10
|
+
|
|
7
11
|
## 3.6.39
|
|
8
12
|
|
|
9
13
|
- implementing a buffer to our `grab-shared-scripts` task, which fixes the hashing issue we were facing for our larger files. updated the hashing algorithm to MD5, so it matches our CircleCI CLI hash. updated `mod-form-beta.min.js` to `homeowner.min.js`
|
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
*/
|
|
18
18
|
|
|
19
19
|
modForm.getTradeFromUrl = function() {
|
|
20
|
-
var trades = ['solar', 'roofing', 'windows', 'hvac', 'siding', 'gutters', 'bathrooms', 'kitchen-remodeling', 'cabinets', 'home-security', 'home-warranty', 'medical-alerts', 'stair-lifts', 'walk-in-tubs', 'hot-tubs', 'flooring'],
|
|
20
|
+
var trades = ['solar', 'roofing', 'windows', 'hvac', 'siding', 'gutters', 'bathrooms', 'kitchen-remodeling', 'cabinets', 'home-security', 'home-warranty', 'medical-alerts', 'stair-lifts', 'walk-in-tubs', 'hot-tubs', 'flooring', 'tree-services'],
|
|
21
21
|
queryParamString = (location.search.slice(1) !== '') ? location.search.slice(1) : '',
|
|
22
22
|
params = queryParamString.toLowerCase(),
|
|
23
23
|
filteredTrades = trades.filter(function(trade) {
|