From 7bba08f3f069414db02f3d049491ddadcad5356e Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Thu, 28 Mar 2024 16:30:49 +0530 Subject: [PATCH] fix: updated changelog and test data --- Changelog.md | 12 ++++++++++++ src/test/java/com/contentstack/utils/RTEResult.java | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 40c070b..e02a2d8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,18 @@ A brief description of what changes project contains +## March 24, 2024 + +#### v1.2.7 + +- added support for fragment tag in Json Rte + +## Oct 26, 2023 + +#### v1.2.6 + +- Fix for line '
' tags issue identified in v1.2.5 + ## Oct 5, 2023 #### v1.2.5 diff --git a/src/test/java/com/contentstack/utils/RTEResult.java b/src/test/java/com/contentstack/utils/RTEResult.java index 6ba9ab2..3b2b6e5 100644 --- a/src/test/java/com/contentstack/utils/RTEResult.java +++ b/src/test/java/com/contentstack/utils/RTEResult.java @@ -18,7 +18,7 @@ public class RTEResult { public static String kCodeHtml = "Code template."; public static String kLinkInPHtml = "

LINK

"; public static String kEmbedHtml = ""; - public static String kWFSAffectedHtml = "

In this article:
\t
Overview
\tStandard Fulfillment
\tAdditional Fees
\tBig & Bulky Fulfillment
\tStorage
\tProblem Inventory
\tReturn Shipping & Exceptions
\tDisposal & Removal
\tAdditional WFS Programs

Overview

Fulfillment Services is a competitive and cost-effective solution that offers an end-to-end ecommerce fulfillment experience. Our fee structure is simple and straightforward, without signup or monthly subscription fees. You're also free to ship and store any amount of inventory you choose, without minimums or maximums. Use the WFS Calculator to estimate your fulfillment and storage fees.

The following fees are effective as of August 2023 and are subject to change.

"; + public static String kWFSAffectedHtml = "

In this article:
\t
Overview
\tStandard Fulfillment
\tAdditional Fees
\tBig & Bulky Fulfillment
\tStorage
\tProblem Inventory
\tReturn Shipping & Exceptions
\tDisposal & Removal
\tAdditional WFS Programs

Overview

Fulfillment Services is a competitive and cost-effective solution that offers an end-to-end ecommerce fulfillment experience. Our fee structure is simple and straightforward, without signup or monthly subscription fees. You're also free to ship and store any amount of inventory you choose, without minimums or maximums. Use the WFS Calculator to estimate your fulfillment and storage fees.

The following fees are effective as of August 2023 and are subject to change.

"; public static String kAnchorHtml = "

This is a paragraph with break true and
backslash nThis para has just one line break without any break key
Third paragraph with multiple line breaks


Fourth paragraph with multiple line breaks and break key

Fifth paragraph with multiple only tab \t and this is text after tab
\tThis paragraph should start with a tab and should have a break before.

"; public static String kWFSFeesHtml = "

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.


\t\t\t\tUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
\tExcepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

";