forked from ocsigen/ocsigen-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
58 lines (37 loc) · 1.39 KB
/
CHANGES
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
56
57
58
===== 2.8.0 (2020-07-28) =====
* rework Ot_page_transition
===== 2.7.0 (2020-04-29) =====
* New widget: ot_tongue
===== 2.5.0 (2020-01-28) =====
* ot_popup : Add parameter to toggle scroll hack
* Compatibility with Js_of_ocaml 3.5
===== 2.4.1 (2019-08-16) =====
* compatibility with Js_of_ocaml 3.5
* carousel: make it possible to use it when less than 1 page is visible
* spinner: more customization possibilities for spinner
===== 2.3.2 (2019-08-16) =====
* pulltorefresh and drawer fixes
===== 2.3.1 (2019-06-24) =====
* New widget: pull to refresh
===== 2.2 (2019-06-13) =====
* Updated color picker
===== 2.1 (2019-02-08) =====
* compatibility with eliom's DOM caching functionality
===== 2.0.0 (2018-12-19) =====
* carousel improvements: lazy loading, performance
* split Ot_popup into Ot_popup/Ot_form modules
* close popups on hitting the ESC key
* Ot_page_transition: widget for implementing page transition animations (beta)
* Ot_spinner.replace_content: load new content into existing div
* Ot_tip: display hovering boxes of content
* vertical drawer
* Ot_nodeready: avoid memory leaks
* Automatically generate documentation (html_of_wiki)
===== 1.1 (2017-02-08) =====
* Compatibility with Eliom 6.3 and OCaml 4.06
* Ot_page_transition widget
* Various small fixes and improvements
===== 1.0 (2017-02-07) =====
* Fixes in drawer widget
===== 0.99 (2016-12-09) =====
* Initial version (beta)