Skip to content

Commit 195be2a

Browse files
Merge pull request #34 from contentstack/CS-41476-center-alignment-br-tag
https://contentstack.atlassian.net/browse/CS-41476
2 parents 49a43f1 + 0976206 commit 195be2a

File tree

2 files changed

+34
-13
lines changed

2 files changed

+34
-13
lines changed

Changelog.md

Lines changed: 33 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,65 @@
1-
21
# Changelog
32

43
A brief description of what changes project contains
54

65
## Aug 8, 2023
7-
#### v1.2.3
8-
- Attribute support added
96

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
1018

1119
## Jun 7un 26, 2023
12-
#### v1.2.2
20+
21+
#### v1.2.2
22+
1323
- Added Support For Nested Assets
1424
- General Code Improvement
1525

1626
## Jun 26, 2023
17-
#### v1.2.1
27+
28+
#### v1.2.1
29+
1830
- New Line Issues while rendering Json object To HTML
1931

2032
## Updated Jsoup vulnerable dependency
21-
#### v1.2.0
33+
34+
#### v1.2.0
35+
2236
- Updated Jsoup vulnerable dependency
2337
- jsonToHTML function support added
2438

25-
2639
## Fixed compile Issue
27-
#### v1.1.2
40+
41+
#### v1.1.2
42+
2843
- Fixed compile Issue
2944

3045
## Transitive dependencies updated
31-
#### v1.1.1
32-
- Updated transitive dependencies to pom.xml
3346

47+
#### v1.1.1
48+
49+
- Updated transitive dependencies to pom.xml
3450

3551
## JSON RTE Feature Support
36-
#### v1.1.0
52+
53+
#### v1.1.0
54+
3755
- JSON RTE Feature Support
3856

3957
## Introducing Release Of Java Utils SDK
40-
#### v1.0.0
58+
59+
#### v1.0.0
60+
4161
- Initial release for Utils SDK
62+
4263
## Support
4364

4465
- For support, email [email protected] or join our Slack channel.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.contentstack.sdk</groupId>
66
<artifactId>utils</artifactId>
7-
<version>1.2.4-SNAPSHOT</version>
7+
<version>1.2.4</version>
88
<packaging>jar</packaging>
99
<name>Contentstack-utils</name>
1010
<description>Java Utils SDK for Contentstack Content Delivery API, Contentstack is a headless CMS</description>

0 commit comments

Comments
 (0)