CHANGELOG for 1.1.0-alpha1

Url to see changes:

Possible BC breaker

Bug fixes

  • Each time you update a site, the routes in the database related to this site are updated
  • Sorts by attributes in content and content type view are fully functional

New features

  • It is now possible to configure the Back Office dashboard and to create new widgets for it.
  • Routes stored in the database are now linked to the last published version of a node
  • You can now add the author, last contributor and contribution date in the content listing
  • 2 new events are availables in the block rendering process: PRE_BLOCK_CREATION and POST_BLOCK_CREATION
  • It is now possible to filter a column which contains a type date in dataTable
  • Transverse block are now created on all transverse nodes
  • When you add a language to a website, the transverse node is created with all the transverse blocks

Other changes

  • Bundles are now using the PSR-4 syntax to be loaded, you should update the Gruntfile to follow this path modification

Deprecated method

  • Some method from the NodeRepositoryInterface and ContentRepositoryInterface have been deprecated
  • The method findByNodeType has been deprecated

Suppressed method

Configuration changes