Skip to content

Releases: sitegeist/Sitegeist.Taxonomy

v1.4.0 Backend Module uses fluid instead of fusion

16 Jan 16:43
fbc1528
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
Merge pull request #54 from sitegeist/sorting

Sort vocabularies and taxonomies alphabetically

Declare compatibility with Neos 8.x

01 Apr 11:16
dad0224
Compare
Choose a tag to compare
v1.3.6

TASK: Declare compatibility with Neos 8.x

Bugfix: Hide delete button for autocreated vocabularies.

25 Oct 10:34
11ff2a6
Compare
Choose a tag to compare

Neos 7.0 compatibility

16 Dec 22:04
6d6754b
Compare
Choose a tag to compare
Merge pull request #38 from sitegeist/task/adjustmentsForNeos7

TASK: Adjust for Neos 7

Bugfixes

25 Nov 07:36
276b28b
Compare
Choose a tag to compare

#34 BUG: fix dimensionInformatonViewHelper
#29 BUGFIX: Respect argument context when fetching root node
#26 TASK: Add german translations

Avoid template error when taxonomy node was not created yet

10 Aug 08:56
Compare
Choose a tag to compare
v1.3.2

BUGFIX: Render dimension menu only when context node is found

Fix Problems with Neos 5.x

10 Aug 07:28
9098d2f
Compare
Choose a tag to compare

ViewHelper arguments and access to FlashmessageContaienr were not yet compatible with Neos 5