Skip to content

Releases: sitegeist/Sitegeist.Taxonomy

v2.0.4

07 Apr 14:38
8dae705

Choose a tag to compare

What's Changed

  • Enhance context resolution for node linking in TaxonomyTreeSelect com… by @Alvadda in #85

New Contributors

Full Changelog: v2.0.3...v2.0.4

v2.0.3

01 Apr 14:47
115b283

Choose a tag to compare

What's Changed

  • explicitly mark optional parameters as nullable by @hedayati-m in #83

New Contributors

Full Changelog: v2.0.2...v2.0.3

PHP 8.4 compatibility

28 May 15:41
faed81c

Choose a tag to compare

Merge pull request #80 from sitegeist/php84Compatibility

PHP 8.4 compatibility

v2.0.2

04 Apr 07:54
2874415

Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

01 Apr 07:33
6d8e9e9

Choose a tag to compare

What's Changed

  • BUGFIX: Fix redirects inside the backend module by @mficzel in #77
  • BUGFIX: Fix secondary editor by @mficzel in #78

Full Changelog: v2.0.0...v2.0.1

v2.0.0

01 Apr 06:55
ecc06f8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v2.0.0

v1.4.0 Backend Module uses fluid instead of fusion

16 Jan 16:43
fbc1528

Choose a tag to compare

What's Changed

  1. Feature: Adjust rendering of backend module from fluid to fusion by @mficzel in #61

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.

  1. Extend the NodeTypes Sitegeist.Taxonomy:Taxonomy or Sitegeist.Taxonomy:Vocabulary in your package.
  2. Add tha path to your additional Root.fusion to the Setting in path Sitegeist.Taxonomy.backendModule.additionalFusionIncludePathes.
  3. In the fusion code define each field as prototype that accepts the props name plus taxon & defaultTaxon resp. vocabulary & defaultVocabulary.
  4. Register addtional prototypesNames by adding them to the Settings Sitegeist.Taxonomy.backendModule.additionalVocabularyFieldPrototypes or Sitegeist.Taxonomy.backendModule.additionalTaxonomyFieldPrototypes

Full Changelog: v1.3.9...v1.4.0

v1.3.9 Reduce filesize by compressing javascript

16 Jan 16:41
d59a56a

Choose a tag to compare

What's Changed

  • Reduce filesize by compressing javascript by @jonnitto in #65

Full Changelog: v1.3.8...v1.3.9

v1.3.8 Adjust fe build for taxonomy editor to support Neos 8.2

11 Jan 16:45
c986557

Choose a tag to compare

What's Changed

  • Fix: Typos in readme by @jonnitto in #57
  • BUGFIX: Adjust fe build for taxonomy editor to support neos 8.2 by @mficzel in #63

New Contributors

Full Changelog: v1.3.7...v1.3.8

Sort vocabularies and taxonomies alphabetically

07 Apr 09:11
a5d603b

Choose a tag to compare

Merge pull request #54 from sitegeist/sorting

Sort vocabularies and taxonomies alphabetically