Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forwardport release 1.2 into master #481

Conversation

Pavinati
Copy link
Collaborator

@Pavinati Pavinati commented Nov 7, 2024

git checkout master
git merge --no-ff release-1.2

joshuachp and others added 7 commits October 22, 2024 16:41
Use JSON.stringify for all types of values and not only objects.

This will change the behaviour of all the values shown in the component,
now all of them are JSON values (e.g. string with `"`, `false` values),
before React wouldn't have shown `false`, empty arrays or strings.

Signed-off-by: Joshua Chapman <[email protected]>
…e-events

fix(DeviceLiveEventsCard): show falsey values
Resolved an issue in the Highlight component where the search filter
term was appended to the displayed `Device ID` and `Alias` fields.
Updated the component to use a regular expression for correctly
highlighting the search term without modifying the original device
information.

Signed-off-by: Omar <[email protected]>
…ght_filter_append_issue

Fix highlight component to avoid appending filter term to device info
…ease-1.1-into-1.2

Forwardport release 1.1 into 1.2
@Pavinati Pavinati added the chore Maintenance chore label Nov 7, 2024
@davidebriani davidebriani merged commit c173c44 into astarte-platform:master Nov 8, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Maintenance chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants