oveleon/contao-theme-compiler-bundle

file_download 35 star 1
Theme-Compiler for Theme-Manager Bundles
0.1.3
35
1
MIT
contao-bundle
---
1580834053
oveleon
Version Freigabe-Notizen und Änderungs-Log
1.11.2 ### Update

* consider `--no-interaction` in the compile command f04c35a9fe3a2be915e7ddaf1b6ec8b5e9a01071

___

**Full Changelog**: https://github.com/oveleon/contao-theme-compiler-bundle/compare/1.11.1...1.11.2
1.11.1 ### Bugfix

- Fix the error message on non existing `configFiles` 916980213ff54bb1af618e864c840493b2cee466

___

**Full Changelog**: https://github.com/oveleon/contao-theme-compiler-bundle/compare/1.11.0...1.11.1
1.11.0 ### Update

* Silence dartsass `mixedDecls` in prod mode by @zoglo in https://github.com/oveleon/contao-theme-compiler-bundle/pull/13

___

**Full Changelog**: https://github.com/oveleon/contao-theme-compiler-bundle/compare/1.10.0...1.11.0
1.10.0 ### Update

* Allow `scssphp/scssphp` v2.0 by @zoglo in https://github.com/oveleon/contao-theme-compiler-bundle/pull/12

___

**Full Changelog**: https://github.com/oveleon/contao-theme-compiler-bundle/compare/1.9.1...1.10.0
1.9.1 ### Bugfix

* Handle null values in theme configuration 26afeec93634395333e041943b6cbc3cea7ce53a
1.9.0 ### Update

* Add build tools and shadow dependencies https://github.com/oveleon/contao-theme-compiler-bundle/pull/11/commits/76781078293e241e46f9336b880e16f0698cda52

* Allow symfony 7 https://github.com/oveleon/contao-theme-compiler-bundle/pull/11/commits/76781078293e241e46f9336b880e16f0698cda52

* Use PHP Attributes for commands https://github.com/oveleon/contao-theme-compiler-bundle/pull/11/commits/e3daba745eea0ef590c30c52faad853f046aa788

### Bugfix

* Check for correct type within compiler https://github.com/oveleon/contao-theme-compiler-bundle/pull/11/commits/78cc8b7460471af0698eec14b64caa2912f6ad7e

___

**Full Changelog**: https://github.com/oveleon/contao-theme-compiler-bundle/compare/1.8.1...1.9.0
1.8.1 ### Bugfix

- Fix potential PHP warning when source does not exist anymore 864bc7d97d8f27a2bf49266cdefafe97b7476391
1.8.0 ## What's Changed

* Performance optimizations by @zoglo in https://github.com/oveleon/contao-theme-compiler-bundle/pull/9

____

**Full Changelog**: https://github.com/oveleon/contao-theme-compiler-bundle/compare/1.7.2...1.8.0
1.7.2 ### Update

- drop restriction for empty units b85bd22e09c5ee3c75824382e11cd3ad5c4b76fd
1.7.1 ### Bugfix

- Fixed an issue where output style was never expanded within debug mode in Contao 5 91b52bd901c01dcb9fc29fb39f0e7653e49efb92

---

**Full Changelog**: https://github.com/oveleon/contao-theme-compiler-bundle/compare/1.7.0...1.7.1
1.7.0

Changes



- Allow saving & compiling on newly created themes https://github.com/oveleon/contao-theme-compiler-bundle/commit/29af8d35966ae56a6d609f6d9aac5902b78e3a0e https://github.com/oveleon/contao-theme-compiler-bundle/commit/11aec6fc069b2f904a492ae65818b3a9a69e835f

Features



- Consider default configuration files from [oveleon/contao-config-driver-bundle](https://github.com/oveleon/contao-config-driver-bundle) https://github.com/oveleon/contao-theme-compiler-bundle/commit/489d6aef59a7779ff5f4c809afb89b34c8087e40

_____
**Full Changelog**: https://github.com/oveleon/contao-theme-compiler-bundle/compare/1.6.2...1.7.0
add Zeige mehr Versionen an
1.6.2 - Updated translations
1.6.1

Addition



- Added dark mode (working within contao 5.2)
1.6.0

Additions



- Added a new array property `$customSkinFiles` to the FileCompiler https://github.com/oveleon/contao-theme-compiler-bundle/commit/258dabdf83028507a0b97e4149427deec018713a

> **e. g. via beforeCompile Hook ($GLOBALS['TC_HOOKS']['beforeCompile'])**
> ```php
> $compiler->customSkinFiles[] = 'YOUR-FILE-UUID'
> ```

Bugfix



- Correctly display output log for skin files https://github.com/oveleon/contao-theme-compiler-bundle/commit/33e545374ddd94ed68f0c82fc9d2509d43148d41
1.5.2

Bugfix / Feature



- Allow sorting for skin import files
- Fixed a loading order bug when overwriting scss variables and imports
1.5.1 - Allow passing objTheme within FileCompiler Hooks
1.5.0

Update



- Add contao 5.1 support
- Drop contao 4.9 support

Bugfix



- Do not initialize framework within command constructor fbaee0434545f86dc7526343402baf624055ce4f
1.4.1

Addition



- Added new 'note' message type to the theme compiler https://github.com/oveleon/contao-theme-compiler-bundle/commit/be9eb4373ce0925aca9fd88318bb05d946fcb480
1.4.0

Additions



- Added new Hook 'compilerParseConfig' (Able to read the theme configuration before compiling) https://github.com/oveleon/contao-theme-compiler-bundle/commit/08d327178f024ef03eacf5f0bd0f1377739c75bf

Bugfix



- Fixed a bug with compilerParseVariableValue-Hook throwing an error https://github.com/oveleon/contao-theme-compiler-bundle/commit/f1fb5566a3fac8830b28cf942e35a8405373cbce
1.3.0

Added feature



- Added ``contao:themecompiler:list`` - list all themes and their outputDir https://github.com/oveleon/contao-theme-compiler-bundle/commit/532abc3140690f30ca05babbadb733201968d089

- Added ``contao:themecompiler:compile [id]`` - compile a theme by ID https://github.com/oveleon/contao-theme-compiler-bundle/commit/532abc3140690f30ca05babbadb733201968d089
1.2.1

Bugfixes



- fixed a bug where not yet saved configuration files would lead to an error https://github.com/oveleon/contao-theme-compiler-bundle/commit/e0c87568b7a88370c5d293535927ba3237eb3512 @zoglo

- do not parse empty configuration files https://github.com/oveleon/contao-theme-compiler-bundle/commit/7e77e72e8a13920467678291aaec0629a31d8749 @zoglo

- fixed a spacign of the theme configuration buttons https://github.com/oveleon/contao-theme-compiler-bundle/commit/b00d5b22d1f60509c3a864875659b8a1af71efed @doishub
1.2.0 ### Update ###
- changed PHP version to ^8.0
- changed bundle structure
- removed deprecated contao methods
1.1.2

Additions



- Style and text adjustments
- Hook beforeCompile added
1.1.1 - PHP8 compat
1.1.0

Additions



- Added CompilerUtils (Can be used in external plugins)
- addSaveNCompileButton (Adds a compiler button)
- redirectMantenanceAndCompile (Redirects to compile your theme)

- Added a **Save and Compile** button to theme settings
1.0.1
1.0.0
0.1.3
0.1.2
0.1.1
0.1.0
dev-main
1.3.0
avatar

agoat/contao-autoprefixer

Contao 4 autoprefixer plugin
file_download 282 star 3
Zuletzt aktualisiert vor 6 Jahren
2.4.1
avatar

agoat/contao-customcontentelements

Contao 4 custom content elements
file_download 307 star 1
Zuletzt aktualisiert vor 8 Jahren
1.4.1
avatar

agoat/contao-deferredimages

Contao 4 deferred images library
file_download 273 star 2
Zuletzt aktualisiert vor 6 Jahren
1.0.0-beta3
avatar

agoat/contao-languagerelation

Contao 4 Lanugagerelation
file_download 11 star 1
Zuletzt aktualisiert vor 8 Jahren
1.3.1
avatar

agoat/contao-matomo

Matomo statistics for Contao 4
file_download 322 star 1
Zuletzt aktualisiert vor 6 Jahren
1.1.2
avatar

agoat/contao-permalink

Contao Permalink Extension
file_download 105 star 2
Zuletzt aktualisiert vor 6 Jahren
1.3.0
avatar

agoat/contao-piwikanalytics

Matomo statistics for Contao 4
file_download 247 star 1
Zuletzt aktualisiert vor 7 Jahren
1.6.0
avatar

agoat/contao-postsnpages

Contao 4 Posts'n'pages
file_download 99 star 0
Zuletzt aktualisiert vor 8 Jahren
1.0.0.3
avatar

ainschy/contao-isotope-reminder

Send reminder notifications for invoice and pre-cash buyer
file_download 17 star 0
Zuletzt aktualisiert vor 8 Jahren
1.0.7
avatar

alnv/catalog-manager-delivery

Catalog Manager REST-API Builder.
file_download 77 star 0
Zuletzt aktualisiert vor 7 Jahren
  • person
  • Oveleon,
  • Daniele Sciannimanica,
  • Sebastian Zoglowek
Packagist
?

Tipp:

Wenn du mit der Maus über die Version fährst, kannst du das Veröffentlichungsdatum anzeigen lassen.