You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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