Add breaking change alerts for JS Scripting - #1807
Merged
Merged
Conversation
- Warn about breaking change for UI event object. (In fact the existing code will in most cases continue to work, it will print deprecation warnings to the log.) - Advise to manually import the library into file-based scripts and transformations and turn off auto-injection.
holgerfriedrich
approved these changes
Sep 16, 2025
Member
|
...DCO failed.... |
Contributor
Author
|
Yes, because I committed through GitHub web. I added the DCO to the PR description so you can copy it into the commit message of the squash merge. |
|
@florian-h05 What exactly do I need to add to my file based rules? |
Contributor
Author
const { actions, items, rules } = require('openhab'); // every namespace can be imported this way |
Collaborator
|
This pull request has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/openhab-5-1-snapshot-discussion/165595/22 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Florian Hotze dev@florianhotze.com