@anglr/common 19.1.0-beta.20240125054031 → 19.1.0-beta.20240125054339
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 +3 -10
- package/package.json +1 -1
- package/version.bak +1 -1
package/changelog.md
CHANGED
|
@@ -1,15 +1,6 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## Version 19.
|
|
4
|
-
|
|
5
|
-
### Features
|
|
6
|
-
|
|
7
|
-
- updated `EllipsisTooltipSADirective` directive
|
|
8
|
-
- **new inputs**
|
|
9
|
-
- `tooltipPrefix` tooltip prefix text to be prepended to tooltip read from content
|
|
10
|
-
- `tooltipSuffix` tooltip suffix text to be appended to tooltip read from content
|
|
11
|
-
|
|
12
|
-
## Version 19.1.0 (2023-12-14)
|
|
3
|
+
## Version 19.1.0 (2024-01-25)
|
|
13
4
|
|
|
14
5
|
### Bug Fixes
|
|
15
6
|
|
|
@@ -26,6 +17,8 @@
|
|
|
26
17
|
- `OnChanges`
|
|
27
18
|
- `OnDestroy`
|
|
28
19
|
- **inputs**
|
|
20
|
+
- `tooltipPrefix` tooltip prefix text to be prepended to tooltip read from content
|
|
21
|
+
- `tooltipSuffix` tooltip suffix text to be appended to tooltip read from content
|
|
29
22
|
- `ellipsisClass` css class appliet to element
|
|
30
23
|
- `allowHtml` indication whether are html tags allowed in tooltip text
|
|
31
24
|
- `ellipsisTooltip` gets or sets HTML element from which is text taken for tooltip
|
package/package.json
CHANGED
package/version.bak
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
19.1.0-beta.
|
|
1
|
+
19.1.0-beta.20240125054339
|