Skip to content

Focus v0.3.0

Compare
Choose a tag to compare
@pierr pierr released this 08 Jan 14:13
· 1139 commits to master since this release

Kernel

  • Rewrite all module dependencies of focus, using commonjs only. #22
  • Build the sources with browserify #22
  • Change the file from fmk.js to focus.js and fmk.css to focus.css, #
  • Change the namespace from Fmk to Focus, for compatibility issues, you can add window.Fmk = window.Focus in the first application script. #48
  • In the application initialization call the following script: Focus.registerTemplateHelpers(Handlebars)

Core and Helper

HTTP and Service layer

  • Add a custom fetch and cors module in Core
  • Add pagination, on the promisify helper there is a search method on collection which performs (by default) a POST request on the #52
  • Parse the HTTP headers to get the response parameters read #53

View

  • Bug fix on clear criteria in search view (the instance was recreated ) #64
  • Add a session object in all views in order to be able to have a session associated to the url.

Bug

  • Fix bugs on the options selected #63
  • Fix number validation #37

Documentation

  • The framework documentation is available at this address
  • Add a link in the Focus.DOCUMENTATION property