Skip to content

v0.5.0

Choose a tag to compare

@DarkPark DarkPark released this 03 Feb 12:19
· 379 commits to master since this release
  • update generated documentation
  • rework ModalMessage generated html and styles
  • add licence line
  • update dependencies (gulp-eslint, gulp-jade, gulp-livereload, gulp-webpack, jsdoc, less, ssh2, ws)
  • remove opacity from modalBox
  • rework ModalBox component
  • correct page component styles
  • remove link to jshint
  • reset hash on reload
  • add option to redefine default navigation for list
  • update eslint and activate disabled task
  • move global config files to app template
  • ignore system metrics files
  • remove config inheritance (use only local config files)
  • add template app global config
  • correct input cursor
  • correct this object link
  • add option to redefine default navigation for list
  • add option to redefine default navigation for grid
  • replace direct callback call with method "call"
  • add emit example
  • correct less vars for grid and input
  • export grid pointer to inner table
  • get rid of link caching as it fails with livereload
  • add setting className on span
  • fix 'setValue' logic refactor 'moveCaret' in input component
  • add debug checks
  • remove necessity to provide page to each component on creation
  • improve component styles
  • apply box-sizing border-box to all components
  • improve button icon support
  • reformat
  • remove old icons
  • add global absolute paths info
  • correct less base paths
  • refactor code and docs
  • fix key filtering only if app runs in host mode
  • reorder component styles
  • fix placeholder initialization
  • add comments and some corrections
  • refactor input, now inner 'value' property works without problems
  • add filter to 'keypress' event, which normalize it to almost standard logic
  • remove numpad keys
  • correct setScreen checks
  • correct panel default focusable state
  • implement widget component
  • add disabled runtime init (for future use)
  • add app events checks
  • add keypress event logging
  • refactor 'keypress' handler, group 'keypress' handler with 'keydown' handler in file
  • optimize event emitting
  • remove global 'keypress' listener from input add this listener into the app module
  • fix input, add 'keypress' window event handling, add docs, fix bug with 'back' on empty input
  • optimize keydown event handling
  • apply speed optimizations
  • fix input, rename TYPE_NORMAL to TYPE_TEXT, add docs
  • remove focusable checks
  • move component styles to individual files
  • add draft widget component
  • refactor components styles
  • fix input, add reset into setValue method, remove event hacks in constructor
  • add base input realization
  • add additional debug checks
  • clear old comments