Skip to content

1.2.1

Compare
Choose a tag to compare
@nadar nadar released this 05 Jun 13:23
· 1025 commits to master since this release

1.2.1 (5. June 2018)

Added

  • #147 Add new read only directive returning the model value.
  • #134 Add new listener option for slug plugin type. Slug plugin can now list to another attribute while typing and transform the value to a slugable string.
  • #128 A new indicator display the amount of time left until the user is logged out automatically. Also every keystroke inside any text field will reset the logout timer to null. No more timeouts while working!
  • #126 Provide option to eager load api model relations.
  • #20 New option --sync-requests-count for proxy command.
  • #142 Proxy command can skip tables with ! negation.
  • #144 Proxy command ask for large table sync.
  • #141 Add telephone option to redirect form.
  • #49 Add autocomplete to text and password fields, implemented password manager annotation in account settings.

Fixed

  • #133 Cms Page ngrest plugin display now the button to the page on the list overview.
  • #139 Provide new option for ngRestConfigOptions fixes problem where after saving of a new language the language service does not reload.
  • #135 Fixed login problem when connecting with ipv6 address.
  • #129 Fixed problem when ngrest plugin try to write in object property instead of active record attribute.
  • #125 Detach cruft behavior for global search response.
  • #132 Fixed validation error on single file upload with the StorageUploadValidator.
  • #101 Proxy command disable now FOREIGN_KEY_CHECKS, UNIQUE_CHECKS and SQL_MODE while data sync.
  • #20 Proxy command need now less memory and a bit faster.