Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/pluggableWidgets/tooltip-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [1.5.0] - 2026-02-03

### Fixed

- We fixed an issue where the tooltip would cause scrollbars to appear in some cases.
Expand Down
2 changes: 1 addition & 1 deletion packages/pluggableWidgets/tooltip-web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mendix/tooltip-web",
"widgetName": "Tooltip",
"version": "1.4.2",
"version": "1.5.0",
"description": "Shows a value inside a colored tooltip or label",
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/pluggableWidgets/tooltip-web/src/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="Tooltip" version="1.4.2" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="Tooltip" version="1.5.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="Tooltip.xml" />
</widgetFiles>
Expand Down
Loading