Latest App UI Kit version, monthly dependency updates and improvement to i18n linting rules and extraction scripts #43
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
2024-11-13
🧰 Added
Added tests for the
TableWrapper
sdk,utils/tests/table_wrapper.tests.ts
.eslint
Added arguments to formatjs eslint rules to require string literals for defaultMessage and description.
Having variables for defaultMessage and description should not be used because it means formatjs can't generate message ids, and can't extract messages.
NOTE: If your
FormattedMessage
text should change based on the value of some data,see this docs section for an example.
🐞 Fixed
package.json
extract script to use a better file path pattern (\"src/**/*.{ts,tsx}\"
). The previous path pattern (src/**/*.{ts,tsx}
) would miss some files.🔧 Changed
@canva/app-ui-kit
app-ui-kit
to version4.3.0
. Please see the changelog for the list of changes.examples/ui_test
.