mod-build 3.6.27 → 3.6.28
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 +8 -0
- package/package.json +1 -1
- package/src/data/seasons.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.6.28
|
|
4
|
+
|
|
5
|
+
- Changing warm seasonal change date to be April 14th, part of reverting changes once more to rule out variants to potential cause of low CVR performance in HVAC sites.
|
|
6
|
+
|
|
3
7
|
## 3.6.25
|
|
4
8
|
|
|
5
9
|
- Added new `addAttributes` handlebar helper that allows us to loop through all the attributes defined in the `attributes: {}` object. Use would be `{{{addAttributes objectName 'class'}}}`, with `objectName` being the object that contains `attributes: {}`, and the 'class' being the keys you wish you ignore. If you want to ignore multiple keys, you will add them as follows: `{{{addAttributes objectName 'class' 'id'}}}`. Note: Make sure you use 3 `{{{` so it doesn't automatically escape characters.
|
|
6
10
|
|
|
11
|
+
## 3.6.24
|
|
12
|
+
|
|
13
|
+
- Changing warm seasonal change date to be April 14th, part of reverting changes on March 15th 2023 where there was a bug triggered on HVACPros.org.
|
|
14
|
+
|
|
7
15
|
## 3.6.21
|
|
8
16
|
|
|
9
17
|
- `grab-shared-scripts` task code refactoring changes.
|
package/package.json
CHANGED