File tree Expand file tree Collapse file tree 2 files changed +34
-13
lines changed Expand file tree Collapse file tree 2 files changed +34
-13
lines changed Original file line number Diff line number Diff line change 1
-
2
1
# Changelog
3
2
4
3
A brief description of what changes project contains
5
4
6
5
## Aug 8, 2023
7
- #### v1.2.3
8
- - Attribute support added
9
6
7
+ #### v1.2.4
8
+
9
+ - Style Attribute support added
10
+ - Issue fixes for missing center alignment
11
+ - \n support added using br tag to support new lines
12
+
13
+ ## Aug 8, 2023
14
+
15
+ #### v1.2.3
16
+
17
+ - Attribute support added
10
18
11
19
## Jun 7un 26, 2023
12
- #### v1.2.2
20
+
21
+ #### v1.2.2
22
+
13
23
- Added Support For Nested Assets
14
24
- General Code Improvement
15
25
16
26
## Jun 26, 2023
17
- #### v1.2.1
27
+
28
+ #### v1.2.1
29
+
18
30
- New Line Issues while rendering Json object To HTML
19
31
20
32
## Updated Jsoup vulnerable dependency
21
- #### v1.2.0
33
+
34
+ #### v1.2.0
35
+
22
36
- Updated Jsoup vulnerable dependency
23
37
- jsonToHTML function support added
24
38
25
-
26
39
## Fixed compile Issue
27
- #### v1.1.2
40
+
41
+ #### v1.1.2
42
+
28
43
- Fixed compile Issue
29
44
30
45
## Transitive dependencies updated
31
- #### v1.1.1
32
- - Updated transitive dependencies to pom.xml
33
46
47
+ #### v1.1.1
48
+
49
+ - Updated transitive dependencies to pom.xml
34
50
35
51
## JSON RTE Feature Support
36
- #### v1.1.0
52
+
53
+ #### v1.1.0
54
+
37
55
- JSON RTE Feature Support
38
56
39
57
## Introducing Release Of Java Utils SDK
40
- #### v1.0.0
58
+
59
+ #### v1.0.0
60
+
41
61
- Initial release for Utils SDK
62
+
42
63
## Support
43
64
44
65
- For support, email
[email protected] or join our Slack channel.
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >com.contentstack.sdk</groupId >
6
6
<artifactId >utils</artifactId >
7
- <version >1.2.4-SNAPSHOT </version >
7
+ <version >1.2.4</version >
8
8
<packaging >jar</packaging >
9
9
<name >Contentstack-utils</name >
10
10
<description >Java Utils SDK for Contentstack Content Delivery API, Contentstack is a headless CMS</description >
You can’t perform that action at this time.
0 commit comments