@mxtommy/kip 2.8.4-beta.2 → 2.9.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 +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
# V 2.9.0
|
|
2
|
+
## New features
|
|
3
|
+
* Dedicated Freeboard-SK Chart Plotter widget. The widget automatically loads the app and supports single sign on using the same user as defined in KIP. Special thanks to Adrian!
|
|
4
|
+
## Fixes
|
|
5
|
+
* Removed Data Chart's scale grace-factor improving scale definition control.
|
|
6
|
+
* Updated demo configuration to reflect latest text color feature and include Freeboard-SK widget on page 2.
|
|
1
7
|
# V 2.8.3
|
|
2
8
|
## Improvements
|
|
3
9
|
* Exposed the ability to set Value scale range in Data Chart widget
|