Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: superscipt and subscript support to rich text editor [TOL-30] #1280

Merged
merged 23 commits into from
Nov 16, 2022
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
d3b1728
chore: wip []
aodhagan-cf Nov 9, 2022
dd3c066
feat: sub/superscript marks cancel each other []
aodhagan-cf Nov 14, 2022
8e967b3
chore: removing unused import []
aodhagan-cf Nov 14, 2022
b7f987d
chore: adding test for pasting sub/superscript []
aodhagan-cf Nov 14, 2022
c293fbb
chore: adding tests for sub/superscript []
aodhagan-cf Nov 14, 2022
a8d0102
chore: replacing hard coded value []
aodhagan-cf Nov 14, 2022
d00ff12
chore: removing unused line []
aodhagan-cf Nov 14, 2022
a1068f9
chore: fixing issue []
aodhagan-cf Nov 14, 2022
b9a59e8
chore: updating rich-text-types []
aodhagan-cf Nov 15, 2022
e998790
chore: fixing import []
aodhagan-cf Nov 15, 2022
71a31df
chore: pinning version []
aodhagan-cf Nov 15, 2022
214ddef
chore: fixing test []
aodhagan-cf Nov 15, 2022
38b2cdb
chore: fixing breaking tests []
aodhagan-cf Nov 15, 2022
5d8bcd3
chore: adding test for mark validations []
aodhagan-cf Nov 15, 2022
f956339
chore: using override function for mocks []
aodhagan-cf Nov 15, 2022
5fee071
chore: adding tests for hiding showing super and subscript marks []
aodhagan-cf Nov 15, 2022
879d3a2
chore: tidying up []
aodhagan-cf Nov 16, 2022
410c916
chore: tidying up []
aodhagan-cf Nov 16, 2022
9b2ffd3
chore: updating cypress test name []
aodhagan-cf Nov 16, 2022
9f7e651
chore: removing logic and tests []
aodhagan-cf Nov 16, 2022
d41af12
chore: updating snapshot title []
aodhagan-cf Nov 16, 2022
9f37dec
chore: updating snapshot []
aodhagan-cf Nov 16, 2022
af8f78b
chore: updating snapshot []
aodhagan-cf Nov 16, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: updating rich-text-types []
aodhagan-cf committed Nov 15, 2022

Verified

This commit was signed with the committer’s verified signature.
bukka Jakub Zelenka
commit b9a59e8268add340590263227b4917bc85af1240
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
@@ -2414,11 +2414,16 @@
dependencies:
"@contentful/rich-text-types" "^15.12.1"

"@contentful/rich-text-types@^15.12.1", "@contentful/rich-text-types@^15.13.2":
"@contentful/rich-text-types@^15.12.1":
version "15.13.2"
resolved "https://registry.yarnpkg.com/@contentful/rich-text-types/-/rich-text-types-15.13.2.tgz#626956c31b4cc95aa618735d992e851d2ed61346"
integrity sha512-cnVvJjRQ414rprnoMLR/S+18a7Hjp3dR4WhiQ/A6W/LSS5FDx1AbiDZACjIEaQEk5L6FX0oBHanIIbAUTA5YJw==

"@contentful/rich-text-types@^15.14.0":
version "15.14.0"
resolved "https://registry.yarnpkg.com/@contentful/rich-text-types/-/rich-text-types-15.14.0.tgz#9bc2ce5e4409f8333d4ad641f1d296aaad6de57e"
integrity sha512-KvyijiWyRFYodf5wjJmeA3L1ryVej015wEVQBrKvPwG4n7itbYczEPmxC10GWhg121qb5mfYVlGEmnAIXsBmIQ==

"@csstools/convert-colors@^1.4.0":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7"