@anglr/common 19.1.0-beta.20240125054031 → 19.1.0-beta.20240125054935

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 CHANGED
@@ -1,15 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## Version 19.2.0 (2024-01-25)
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
@@ -57,6 +50,12 @@
57
50
  - minimal supported version of `tslib` is `2.6.2`
58
51
  - tooltip themes changed, previous *dark* is not *light* and vice versa, dark background should be identified as light theme since it is normally used within light app theme
59
52
 
53
+ ## Version 18.2.1 (2023-11-20)
54
+
55
+ ### Bug Fixes
56
+
57
+ - fixed `ProgressIndicatorService` isBrowser indicator initialization
58
+
60
59
  ## Version 18.2.0 (2023-11-09)
61
60
 
62
61
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anglr/common",
3
- "version": "19.1.0-beta.20240125054031",
3
+ "version": "19.1.0-beta.20240125054935",
4
4
  "description": "Angular module for common angular stuff",
5
5
  "type": "module",
6
6
  "sideEffects": false,
package/version.bak CHANGED
@@ -1 +1 @@
1
- 19.1.0-beta.20240125054031
1
+ 19.1.0-beta.20240125054935