Skip to content

Commit 4712e3c

Browse files
committed
add 0.29.0 release notes
1 parent f2bf589 commit 4712e3c

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

docs/source/changelog.rst

+31
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
11
Changelog
22
=========
33

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+
435
0.28.0
536
------
637

0 commit comments

Comments
 (0)