Skip to content

v0.9.0 - More view navigation features

Compare
Choose a tag to compare
@github-actions github-actions released this 27 May 18:06
· 180 commits to main since this release
fccdb27

Added

  • Add ability to create new view files from the controller
  • Show pop-up menu in controller when multiple view files could be associated
  • Add support for data views (JSON or XML by default)
  • Add floating Cake icon in views for navigating back to the controller
  • Add shortcut Ctrl-Alt-Up / Cmd-Option-Up for navigating from view back to controller
  • Add configuration for adding additional data views types (e.g RSS, CSV etc)
  • Add support for navigating to custom finders in find methods on tables
  • Added support for autocompleting tables in CakePHP 3-5
  • Add autocompletion for other ViewHelpers in ViewHelpers

Changed

  • Diabled CakePHP 2 support by default

Removed

  • Remove autocomplete for app namespace in settings

Fixed

  • Remove nested completion on components in controllers