File tree 1 file changed +31
-0
lines changed
1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 0.29.0
5
+ ------
6
+
7
+ Contains breaking changes, the most significant of which are:
8
+
9
+ - Moves the runtime client build directory to a "user data" directory rather a directory
10
+ where IDOM's code was installed. This has the advantage of not requiring write
11
+ permissions to rebuild the client if IDOM was installed globally rather than in a
12
+ virtual environment.
13
+ - The custom JS component interface has been reworked to expose an API similar to
14
+ the ``createElement ``, ``render ``, ``unmountComponentAtNode `` functions from React.
15
+
16
+ **Issues Fixed: **
17
+
18
+ - :issue: `375 `
19
+ - :issue: `394 `
20
+ - :issue: `401 `
21
+
22
+ **Highlighted Commits: **
23
+
24
+ - add try/except around event handling - :commit: `f2bf589 `
25
+ - do not call find_builtin_server_type at import time - :commit: `e29745e `
26
+ - import default from react/reactDOM/fast-json-patch - :commit: `74c8a34 `
27
+ - no named exports for react/reactDOM - :commit: `f13bf35 `
28
+ - debug logs for runtime build dir create/update - :commit: `af94f4e `
29
+ - put runtime build in user data dir - :commit: `0af69d2 `
30
+ - change shared to update_on_change - :commit: `6c09a86 `
31
+ - rework js module interface + fix docs - :commit: `699cc66 `
32
+ - correctly serialize File object - :commit: `a2398dc `
33
+
34
+
4
35
0.28.0
5
36
------
6
37
You can’t perform that action at this time.
0 commit comments