-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature: v12 support #17
Closed
Closed
Conversation
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
With es6 modules the namespaces for importing TYPO3 Packages are different than those for amd. With this change during the build process those imports will be transformed so they are backwards compatible for older TYPO3 versions
* commit '140170efe94731fa5a0b57ce3f1fd0017b18d634': feat: set v12 support in ext_emconf.php chore: remove old webpack config files
TypeScript was not able to find TYPO3 modules. The configuration had to be extended, so TypeScript knows where to find all TYPO3 modules which can be included by the Extension in the backend. Source: https://github.com/TYPO3/typo3/blob/main/Build/tsconfig.json
* commit '69dbc89c390dd4cb9a3f686ff6499e9328b2d53e': feat: enable loading of typo3 sources
* commit 'eb1110a706ae6ae555b7e8ed9ead3f3b198ffc33': fix: configure phpmd in composer.json chore: add baseline for php mess detector chore: format phpmd.xml feat: install php mess detector feat: fix some phpstan errors feat: add phpstan configuration chore: apply php-cs-fixer feat: configure php-cs-fixer chore: blank line chore: blank line chore: blank line chore: blank line chore: rename step fix: permissions of phenx-php-font-lib.phar chore: rename step name fix: typo in workflow parameter feat: add reusable workflow for static code analysis # Conflicts: # composer.lock # ext_emconf.php
ToDos:
|
# Conflicts: # config/system/settings.php
Any progress here? Who can review and merge? |
Hey, |
Install PHPUnit
…ix class for font weight + family (closes #37)
…ns, remove old RTE plugin
feat: add fileExtensionList option to FileIconProvider
Released in new |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
closes #1, #16