========================
20.006
========================

- added missing `Date.toUTC([ticks])` method
- fixed a warning information about downloading UI components from CDN
- fixed appending `array` in the `plugin.push()` method
- added TAPI alternative:
	- `DEF.pipe = '/total-api-endpoint/'`
	- `plugin.pipe(name, [data], [path|callback])`
	- `PIPE(name, [data], [path|callback])`
- improved `Thelpers.empty(value, [def], [raw])` by adding `raw` argument
- added old `knockknock` event
- added `native: Boolean` option to the custom `SCROLLBAR()`
- fixed links with `@` in the `IMPORT()` method
- fixed "complex" paths in plugins
- fixed parsing of empty keys when using `String.parseConfig()`

========================
20.005
========================

- fixed obtaining plugin path in the form `?1/something` or `?1.something`

========================
20.004
========================

- added `component.setPath(path)` method
- added `$(element).scrollbar()` for finding the closest custom scrollbar instance
- added a new attribute `source="URL address"` for `ui-component` element
- extended `component.bind()` by adding `notify` flag (it notifies all components within the path about the component state)

========================
20.003
========================

- fixed cache in the `AJAX()` method
- added `Array.group(key)` method

========================
20.001
========================

- fixed `EXEC()` calls
- fixed `CLINIT()` with `extend` argument
- fixed `track` option in `<ui-bind>`
- fixed `format` option in `<ui-bind>`
- fixed reconfiguring unintialized components in `<ui-bind>`
- extended jQuery by adding `$.autofocus([selector])` method
- fixed unexpected removing of custom scrollbars
- fixed component's dependencies
- added missing `component.push()` method
- fixed `enabled` and `disabled` of `<ui-bind>` commands for HTML controls
- fixed `PREF` functionality
- fixed `@singleton` in the `IMPORT()` method
- added missing `UNAUTHORIZED()` method
- increased delay after importing 3rd party content via the `IMPORT()` method
- fixed `real-time` binding values in the `component.autobind20()` method