-
Notifications
You must be signed in to change notification settings - Fork 58
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
FORMS-3696 adding rich text support for labels #888
Conversation
Lighthouse scores (mobile)
|
Lighthouse scores (desktop)
|
Accessibility Violations Found
|
Lighthouse scores (mobile)
|
Lighthouse scores (desktop)
|
Accessibility Violations Found
|
Lighthouse scores (mobile)
|
Lighthouse scores (desktop)
|
Accessibility Violations Found
|
Lighthouse scores (desktop)
|
Lighthouse scores (mobile)
|
Accessibility Violations Found
|
Codecov Report
@@ Coverage Diff @@
## dev #888 +/- ##
============================================
- Coverage 80.07% 79.77% -0.31%
Complexity 714 714
============================================
Files 87 88 +1
Lines 2023 2032 +9
Branches 269 269
============================================
+ Hits 1620 1621 +1
- Misses 254 262 +8
Partials 149 149
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Lighthouse scores (desktop)
|
Lighthouse scores (mobile)
|
Accessibility Violations Found
|
old PR and discussion for reference: #623 |
Lighthouse scores (desktop)
|
Lighthouse scores (mobile)
|
Accessibility Violations Found
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kindly rebase your pull request (PR) with an appropriate commit history to ensure the successful execution of the sync PR GitHub action.
@@ -95,15 +100,23 @@ public Object[] getEnums() { | |||
} | |||
|
|||
@Override | |||
public String[] getEnumNames() { | |||
public RichText[] getEnumNames() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You just can't change public API syntax, please mark this as deprecated and introduce a new API. This would break existing customer forms.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how would it break existing customer forms?
*/ | ||
String[] getEnumNames(); | ||
RichText[] getEnumNames(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can't be changed since it already exposed, mark it as deprecate and introduce a new function. Please mention in the new function, that this is introduced since which version based on package-info and only bump the major version
Lighthouse scores (mobile)
|
Lighthouse scores (desktop)
|
Accessibility Violations Found
|
* FORMS-9362: loading icon behind fields * FORMS-9362 : null check added as per comments * FORMS-9362 : changes due to review comments * FORMS-9362 : formatting the changes
* FORMS-3342 : editElementQuery changes as span * FORMS-3342 : added the test cases * FORMS-3342 : test case editted * FORMS-3342 : changes due to review commits * FORMS-3342 : changes due to
* Update af-core version * Fixed test cases
# Conflicts: # ui.tests/test-module/specs/button/button.authoring.spec.js
Lighthouse scores (desktop)
|
Lighthouse scores (mobile)
|
Accessibility Violations Found
|
No description provided.