@mxtommy/kip 2.11.1 → 2.12.0
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,4 +1,8 @@
|
|
|
1
1
|
|
|
2
|
+
# V 2.12.0
|
|
3
|
+
## New features
|
|
4
|
+
* Add Kilo Pascal (kPa) format to Pressure units.
|
|
5
|
+
* Add Resistance Unit with Ohm (ohm) and Kilo Ohm ((kiloohm)) formats.
|
|
2
6
|
# V 2.11.1
|
|
3
7
|
## Fixes
|
|
4
8
|
* Path not available in numeric Widget Options when first emitted value is null. Fixes #408
|
package/package.json
CHANGED
package/public/index.html
CHANGED
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
</div>
|
|
62
62
|
</div>
|
|
63
63
|
</app-root>
|
|
64
|
-
<script src="runtime.529d3ae26a251c2e.js" type="module"></script><script src="polyfills.96430bd1767174d6.js" type="module"></script><script src="main.
|
|
64
|
+
<script src="runtime.529d3ae26a251c2e.js" type="module"></script><script src="polyfills.96430bd1767174d6.js" type="module"></script><script src="main.dd3c90731e672d7c.js" type="module"></script></body>
|
|
65
65
|
</html>
|