Skip to content

Commit 3721dd5

Browse files
author
Daniel Hochleitner
committed
changes for version 1.1:
- Added text source (freetext, text from item, text from title attribute of affected element) - upgraded tooltipster to newest version 4.1.2
1 parent 22dd7f3 commit 3721dd5

22 files changed

+6743
-2572
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
A powerful, flexible APEX plugin enabling you to easily create semantic, modern tooltips. Using the open source JQuery plugin tooltipster.
33

44
## Changelog
5+
### 1.1 - Added text source (freetext, text from item, text from title attribute of affected element) / upgraded tooltipster to newest version 4.1.2
6+
57
### 1.0 - Initial Release
68

79
## Install

apexplugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "APEX Tooltip",
3-
"version" : "1.0",
3+
"version" : "1.1",
44
"description" : "A powerful, flexible APEX plugin enabling you to easily create semantic, modern tooltips.",
55
"keywords" : ["tooltip", "popover", "hover"],
66
"homepage" : "https://github.com/Dani3lSun/apex-plugin-apextooltip",

server/css/themes/tooltipster-borderless.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/css/themes/tooltipster-light.css

Lines changed: 0 additions & 12 deletions
This file was deleted.

server/css/themes/tooltipster-light.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/css/themes/tooltipster-noir.css

Lines changed: 0 additions & 12 deletions
This file was deleted.

server/css/themes/tooltipster-noir.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/css/themes/tooltipster-punk.css

Lines changed: 0 additions & 12 deletions
This file was deleted.

server/css/themes/tooltipster-punk.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/css/themes/tooltipster-shadow.css

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)