@@ -17,39 +17,39 @@ with respect to its siblings in the layout. The
17
17
:attr: `~idom.config.IDOM_FEATURE_INDEX_AS_DEFAULT_KEY ` feature flag has been introduced
18
18
to allow users to enable this behavior early.
19
19
20
- - add feature flag for default key behavior - ` 42ee01c < https://github.com/idom-team/idom/ commit/ 42ee01c>`__
21
- - use unique object instead of index as default key - ` 5727ab4 < https://github.com/idom-team/idom/ commit/ 5727ab4>`__
22
- - make HookCatcher/StaticEventHandlers testing utils - ` 1abfd76 < https://github.com/idom-team/idom/ commit/ 1abfd76>`__
23
- - add element and component identity - ` 5548f02 < https://github.com/idom-team/idom/ commit/ 5548f02>`__
24
- - minor doc updates - ` e5511d9 < https://github.com/idom-team/idom/ commit/ e5511d9>`__
25
- - add tests for callback identity preservation with keys - ` 72e03ec < https://github.com/idom-team/idom/ commit/ 72e03ec>`__
26
- - add 'key' to VDOM spec - ` c3236fe < https://github.com/idom-team/idom/ commit/ c3236fe>`__
27
- - Rename validate_serialized_vdom to validate_vdom - ` d04faf9 < https://github.com/idom-team/idom/ commit/ d04faf9>`__
28
- - EventHandler should not serialize itself - ` f7a59f2 < https://github.com/idom-team/idom/ commit/ f7a59f2>`__
29
- - fix docs typos - ` 42b2e20 < https://github.com/idom-team/idom/ commit/ 42b2e20>`__
30
- - fixes: #331 - add roadmap to docs - ` 4226c12 < https://github.com/idom-team/idom/ commit/ 4226c12>`__
20
+ - add feature flag for default key behavior - : commit: ` 42ee01c `
21
+ - use unique object instead of index as default key - : commit: ` 5727ab4 `
22
+ - make HookCatcher/StaticEventHandlers testing utils - : commit: ` 1abfd76 `
23
+ - add element and component identity - : commit: ` 5548f02 `
24
+ - minor doc updates - : commit: ` e5511d9 `
25
+ - add tests for callback identity preservation with keys - : commit: ` 72e03ec `
26
+ - add 'key' to VDOM spec - : commit: ` c3236fe `
27
+ - Rename validate_serialized_vdom to validate_vdom - : commit: ` d04faf9 `
28
+ - EventHandler should not serialize itself - : commit: ` f7a59f2 `
29
+ - fix docs typos - : commit: ` 42b2e20 `
30
+ - fixes: #331 - add roadmap to docs - : commit: ` 4226c12 `
31
31
32
32
0.23.1
33
33
------
34
34
35
- - fix non-deterministic return order in install() - ` 494d5c2 < https://github.com/idom-team/idom/ commit/ 494d5c2>`__
35
+ - fix non-deterministic return order in install() - : commit: ` 494d5c2 `
36
36
37
37
0.23.0
38
38
------
39
39
40
- - add changelog to docs - ` 9cbfe94 < https://github.com/idom-team/idom/ commit/ 9cbfe94>`__
41
- - automatically reconnect to server - ` 3477e2b < https://github.com/idom-team/idom/ commit/ 3477e2b>`__
42
- - allow no reconnect in client - ` ef263c2 < https://github.com/idom-team/idom/ commit/ ef263c2>`__
43
- - cleaner way to specify import sources - ` ea19a07 < https://github.com/idom-team/idom/ commit/ ea19a07>`__
44
- - add the idom-react-client back into the main repo - ` 5dcc3bb < https://github.com/idom-team/idom/ commit/ 5dcc3bb>`__
45
- - implement fastapi render server - ` 94e0620 < https://github.com/idom-team/idom/ commit/ 94e0620>`__
46
- - improve docstring for IDOM_CLIENT_BUILD_DIR - ` 962d885 < https://github.com/idom-team/idom/ commit/ 962d885>`__
47
- - cli improvements - ` 788fd86 < https://github.com/idom-team/idom/ commit/ 788fd86>`__
48
- - rename SERIALIZED_VDOM_JSON_SCHEMA to VDOM_JSON_SCHEMA - ` 74ad578 < https://github.com/idom-team/idom/ commit/ 74ad578>`__
49
- - better logging for modules - ` 39565b9 < https://github.com/idom-team/idom/ commit/ 39565b9>`__
50
- - move client utils into private module - ` f825e96 < https://github.com/idom-team/idom/ commit/ f825e96>`__
51
- - redirect BUILD_DIR imports to IDOM_CLIENT_BUILD_DIR option - ` 53fb23b < https://github.com/idom-team/idom/ commit/ 53fb23b>`__
52
- - upgrade snowpack - ` 5697a2d < https://github.com/idom-team/idom/ commit/ 5697a2d>`__
53
- - better logs for idom.run + flask server - ` 2b34e3d < https://github.com/idom-team/idom/ commit/ 2b34e3d>`__
54
- - move package to src dir - ` 066c9c5 < https://github.com/idom-team/idom/ commit/ 066c9c5>`__
55
- - idom restore uses backup - ` 773f78e < https://github.com/idom-team/idom/ commit/ 773f78e>`__
40
+ - add changelog to docs - : commit: ` 9cbfe94 `
41
+ - automatically reconnect to server - : commit: ` 3477e2b `
42
+ - allow no reconnect in client - : commit: ` ef263c2 `
43
+ - cleaner way to specify import sources - : commit: ` ea19a07 `
44
+ - add the idom-react-client back into the main repo - : commit: ` 5dcc3bb `
45
+ - implement fastapi render server - : commit: ` 94e0620 `
46
+ - improve docstring for IDOM_CLIENT_BUILD_DIR - : commit: ` 962d885 `
47
+ - cli improvements - : commit: ` 788fd86 `
48
+ - rename SERIALIZED_VDOM_JSON_SCHEMA to VDOM_JSON_SCHEMA - : commit: ` 74ad578 `
49
+ - better logging for modules - : commit: ` 39565b9 `
50
+ - move client utils into private module - : commit: ` f825e96 `
51
+ - redirect BUILD_DIR imports to IDOM_CLIENT_BUILD_DIR option - : commit: ` 53fb23b `
52
+ - upgrade snowpack - : commit: ` 5697a2d `
53
+ - better logs for idom.run + flask server - : commit: ` 2b34e3d `
54
+ - move package to src dir - : commit: ` 066c9c5 `
55
+ - idom restore uses backup - : commit: ` 773f78e `
0 commit comments