-
Notifications
You must be signed in to change notification settings - Fork 2
/
Changes
23 lines (23 loc) · 903 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
0.11 2022-08-12 14:00:00+0000
-Support Mojolicious >= 9.0 (avoid reserved stash values)
-Specify port on app creation
0.10 2020-01-26 15:00:00+0000
-Support no_update for outputs not updated in a callback
0.09 2020-01-23 22:00:00+0000
-Support callback context
0.08 2020-01-22 22:00:00+0000
-Support for using children without name when it's the first parameter
0.07 2020-01-21 22:00:00+0000
-Support for creating dependencies with objects and support for aliased & imported functions (same as components)
0.06 2020-01-19 22:00:00+0000
-Support PreventUpdate
-Support multiple outputs
-Add functions to work with aliased collections of components and also as imported functions
-Use Moo
0.05 2020-01-06 22:00:00+0000
-Support state for callbacks
0.04 2020-01-01 21:00:00+0000
-Support async resources
0.03 2020-01-01 20:00:00+0000
-Add Changes file
-Add Dash Table component