-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
changelog.txt
55 lines (46 loc) · 1.88 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
========================
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
========================
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