-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NEXT-38863 - implement new text editor component (#377)
* NEXT-38863 - implement new text editor component * Refactor translations to native i18n plugin * NEXT-38863 - fix pipeline jobs * Apply code formatting and fixable ESLint issues * Apply code formatting and fixable ESLint issues * Apply code formatting and fixable ESLint issues * NEXT-38863 - add properties disabled, placeholder, label and error * Apply code formatting and fixable ESLint issues * NEXT-38863 - update snapshots and changelog --------- Co-authored-by: jleifeld <[email protected]>
- Loading branch information
Showing
34 changed files
with
4,455 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
"@shopware-ag/meteor-component-library": major | ||
--- | ||
|
||
# Add new Text Editor component | ||
|
||
This change introduces a new Text Editor component to the Meteor Component Library. | ||
|
||
# Updated i18n configuration | ||
|
||
We change the 'legacy' mode of i18n to 'false' in the Meteor Component Library configuration to use the new i18n composable. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+43 KB
...ests-form-mt-colorpicker--visual-test-open-colorpicker-with-apply-mode-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+16.2 KB
...__/interaction-tests-form-mt-text-editor--visual-test-render-code-view-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+20.6 KB
...eraction-tests-form-mt-text-editor--visual-test-render-disabled-editor-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+12.3 KB
...ts-form-mt-text-editor--visual-test-render-editor-inline-mode-selected-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+17.3 KB
...ction-tests-form-mt-text-editor--visual-test-render-editor-inline-mode-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+18.5 KB
...ots__/interaction-tests-form-mt-text-editor--visual-test-render-editor-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+21.4 KB
...hots__/interaction-tests-form-mt-text-editor--visual-test-render-error-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+11.9 KB
.../interaction-tests-form-mt-text-editor--visual-test-render-placeholder-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+16.6 KB
...raction-tests-form-mt-text-editor--visual-test-show-contextual-buttons-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.