Releases: sitegeist/Sitegeist.Taxonomy
Releases · sitegeist/Sitegeist.Taxonomy
v2.0.4
v2.0.3
What's Changed
- explicitly mark optional parameters as nullable by @hedayati-m in #83
New Contributors
- @hedayati-m made their first contribution in #83
Full Changelog: v2.0.2...v2.0.3
PHP 8.4 compatibility
Merge pull request #80 from sitegeist/php84Compatibility PHP 8.4 compatibility
v2.0.2
v2.0.1
v2.0.0
What's Changed
- TASK: Use named create constructor for all commands by @ahaeslich in #67
- TASK: Adjust to renamed NodeTypeConstraints by @ahaeslich in #69
- Properly handle tethered nodes by @nezaniel in #68
- BUGFIX: Adjust to Neos 9.0 UI changes by @grebaldi in #73
- Neos 9 Support by @mficzel in #76
New Contributors
- @ahaeslich made their first contribution in #67
Full Changelog: v1.4.0...v2.0.0
v1.4.0 Backend Module uses fluid instead of fusion
What's Changed
Also limited extensibility was added with this pr:
Additionally Packages can now add additional fields to the forms of taxonomies and vocabularies. To do this
the following steps are required.
- Extend the NodeTypes
Sitegeist.Taxonomy:TaxonomyorSitegeist.Taxonomy:Vocabularyin your package. - Add tha path to your additional
Root.fusionto the Setting in pathSitegeist.Taxonomy.backendModule.additionalFusionIncludePathes. - In the fusion code define each field as prototype that accepts the props
nameplustaxon&defaultTaxonresp.vocabulary&defaultVocabulary. - Register addtional prototypesNames by adding them to the Settings
Sitegeist.Taxonomy.backendModule.additionalVocabularyFieldPrototypesorSitegeist.Taxonomy.backendModule.additionalTaxonomyFieldPrototypes
Full Changelog: v1.3.9...v1.4.0
v1.3.9 Reduce filesize by compressing javascript
What's Changed
Full Changelog: v1.3.8...v1.3.9
v1.3.8 Adjust fe build for taxonomy editor to support Neos 8.2
Sort vocabularies and taxonomies alphabetically
Merge pull request #54 from sitegeist/sorting Sort vocabularies and taxonomies alphabetically