@mikezimm/fps-library-v2 1.1.167 → 1.1.168
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 +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -30,12 +30,12 @@ npm run clean
|
|
|
30
30
|
npm run build ; npm publish --access=public; npm version patch
|
|
31
31
|
npm version major/minor/patch
|
|
32
32
|
npm publish --access=public
|
|
33
|
-
npm install @mikezimm/fps-library-v2@1.1.
|
|
33
|
+
npm install @mikezimm/fps-library-v2@1.1.168
|
|
34
34
|
|
|
35
35
|
# Changelog
|
|
36
36
|
NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
|
|
37
37
|
|
|
38
|
-
## 1.1.
|
|
38
|
+
## 1.1.168 - 2024-May 11: getFullBackgroundHelp, createTricksTableElement
|
|
39
39
|
- fix getFullBackgroundHelp with tricksTable... was getting Error: Minified React error #31;
|
|
40
40
|
- create createTricksTableElement which returns the actual table element with rows from createTricksTable ( which only creates the object data... NOT JSX.Element - hence error #31 )
|
|
41
41
|
|