Skip to content

v1.2.0

Choose a tag to compare

@DarkPark DarkPark released this 28 Jul 09:41
· 69 commits to master since this release
  • update dependencies
  • remove eslint warnings
  • add missing Modal less file
  • improve components dom construction
  • activate mousewheel application event
  • switch to defaultEvents for Player
  • restore existence checks
  • restore List focusIndex handling
  • simplify existence checks
  • rework default events handling mechanism
  • rework components inner mechanisms
  • correct keys exposure
  • remove duplicate exposure of gettext
  • correct messages on error throwing
  • add comments
  • rearrange checks in Button
  • add examples for Button
  • correct error messages in Component
  • expose main modules to the global scope for debug mode
  • expose components to the global scope for debug mode
  • remove formatting in release html
  • rework timers marks
  • correct constructor name
  • restore done callback
  • reorganize and clear component module
  • allow path concatenation (makes sense only in debug)
  • add new Error to throw statements to improve logging
  • move lint out of build subtasks
  • simplify Component
  • remove watch done callback
  • correct misprints, jsdoc and add debug checks
  • fix module exports in functions fix bug in refferer.js, if app was reloaded before in release we get infinity app reload
  • correct comments
  • clear outdated code
  • rename config.classList to config.className
  • remove $body property initialization (it present in component constructor)
  • add assigning $body property if provided
  • remove default parameter from classList fix example
  • fix bug in checkbox remove duplicate type checking from list save link to config.$body if provided, correct setup of the $body class (progressbar, scrollbar)
  • add development checks for config.$caret and config.$placeholder
  • fix className setting
  • refactor input building
  • refactor setting $node className
  • refactor setting $node className
  • revert nested levels styles
  • correct list type initialization
  • fix input $caret index
  • remove the attachment to the nesting level of the input elements
  • add className property to parameter config in component constructor
  • add place to put custom outline styles
  • remove background color
  • split tools functions to separate modules
  • refactor query selector, correct param name, correct message
  • correct referrer method
  • refactor query selector, correct param name, correct message
  • refactor referrer function in debug mode return false if document referrer === app url
  • add file which improve output of the functions which works with selection element by id
  • add referrer function
  • fix init function in list component
  • determine run mode on start
  • correct router.navigate jsdoc