Skip to content

Commit 41c17ee

Browse files
committed
[docs] update changelog
1 parent e43fbb6 commit 41c17ee

File tree

1 file changed

+95
-0
lines changed

1 file changed

+95
-0
lines changed

CHANGELOG.md

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,101 @@ This is where each new PR to the project should add a summary of its changes,
2222
which makes it much easier to fill in each release's changelog :)
2323

2424

25+
0.4.0
26+
-----
27+
28+
Repo-level stuff:
29+
30+
- Require newer version of
31+
[`jupyter_nbextensions_configurator`](https://github.com/jupyter-contrib/jupyter_nbextensions_configurator)
32+
[#1197](https://github.com/ipython-contrib/pull/1197)
33+
[@jcb91](https://github.com/jcb91)
34+
- Remove version-pinning from lxml dependency
35+
[#1174](https://github.com/ipython-contrib/pull/1174)
36+
[@codypiersall](https://github.com/codypiersall)
37+
- Use `requirejs` vs. `require`, to align with notebook usage
38+
[#1165](https://github.com/ipython-contrib/pull/1165)
39+
[@gnestor](https://github.com/gnestor)
40+
- `tests` specify exceptions (new flake8 moan)
41+
[#1143](https://github.com/ipython-contrib/pull/1143)
42+
[@jcb91](https://github.com/jcb91)
43+
- move `js_highlight.py` into nbconvert_support, specify exception type
44+
[#1140](https://github.com/ipython-contrib/pull/1140)
45+
[@jcb91](https://github.com/jcb91)
46+
- docs updates
47+
[#1200](https://github.com/ipython-contrib/pull/1200),
48+
[#1201](https://github.com/ipython-contrib/pull/1201)
49+
[@jcb91](https://github.com/jcb91)
50+
51+
New features and bugfixes:
52+
53+
- `livemdpreview` __new nbextension added!__
54+
[#1155](https://github.com/ipython-contrib/pull/1155)
55+
[@jcb91](https://github.com/jcb91)
56+
- `nbTranslate`
57+
* Typos + readability improvements
58+
[#1191](https://github.com/ipython-contrib/pull/1191)
59+
[@adyavanapalli](https://github.com/adyavanapalli),
60+
* Fix typo and revise text for better readability
61+
[#1190](https://github.com/ipython-contrib/pull/1190)
62+
[@adyavanapalli](https://github.com/adyavanapalli),
63+
* use traitlets > 4.1 tag API
64+
[#1138](https://github.com/ipython-contrib/pull/1138)
65+
[@jcb91](https://github.com/jcb91)
66+
- `collapsible_headings`
67+
* indent heading collapse controls by level
68+
[#1183](https://github.com/ipython-contrib/pull/1183)
69+
[@jcb91](https://github.com/jcb91)
70+
* patch TextCell.set_text to catch more changes
71+
[#1184](https://github.com/ipython-contrib/pull/1184)
72+
[@jcb91](https://github.com/jcb91)
73+
* link complete font-awesome css from cdn, not just some fontfaces
74+
[#1179](https://github.com/ipython-contrib/pull/1179)
75+
[@jcb91](https://github.com/jcb91)
76+
- `toc2`
77+
* Add a 'download as HTML with toc' for Jupyter >= 5.1
78+
[#1182](https://github.com/ipython-contrib/pull/1182)
79+
[@jfbercher](https://github.com/jfbercher)
80+
* only set notebook dirty if metadata item changed
81+
[#1178](https://github.com/ipython-contrib/pull/1178)
82+
[@jcb91](https://github.com/jcb91)
83+
* Bugfix undefined title_sidebar
84+
[#1175](https://github.com/ipython-contrib/pull/1175)
85+
[@jfbercher](https://github.com/jfbercher)
86+
* move config into toc2.js
87+
[#1167](https://github.com/ipython-contrib/pull/1167)
88+
[@jcb91](https://github.com/jcb91)
89+
* configurable titles; dialog-alterable metadata settings
90+
[#1124](https://github.com/ipython-contrib/pull/1124)
91+
[@jcb91](https://github.com/jcb91)
92+
* remove deprecated st var from template
93+
[#1199](https://github.com/ipython-contrib/pull/1199)
94+
[@jcb91](https://github.com/jcb91)
95+
* [toc2] link complete font-awesome css from cdn
96+
[#1198](https://github.com/ipython-contrib/pull/1198)
97+
[@jcb91](https://github.com/jcb91)
98+
- `scroll_down` fix notebook `5.x` compatibility
99+
[#1181](https://github.com/ipython-contrib/pull/1181)
100+
[@jcb91](https://github.com/jcb91)
101+
- `exercise,exercise2` use bootstrap hidden class
102+
rather than jquery show/hide, in order to play nicely with collapsible_headings.
103+
fixes [#990](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/990)
104+
[#1169](https://github.com/ipython-contrib/pull/1169)
105+
[@jcb91](https://github.com/jcb91)
106+
- `runtools` don't alter selection when running cells
107+
[#1145](https://github.com/ipython-contrib/pull/1145)
108+
[@jcb91](https://github.com/jcb91)
109+
- `ExecuteTime` add preprocessor to execute notebook updating timing metadata
110+
[#1139](https://github.com/ipython-contrib/pull/1139)
111+
[@jcb91](https://github.com/jcb91)
112+
- `snippets` Updated README
113+
[#1150](https://github.com/ipython-contrib/pull/1150)
114+
[@chuaxr](https://github.com/chuaxr)
115+
- `code_prettify` Update `code_prettify.yaml`
116+
[#1162](https://github.com/ipython-contrib/pull/1162)
117+
[@fehiepsi](https://github.com/fehiepsi)
118+
119+
25120
0.3.3
26121
-----
27122

0 commit comments

Comments
 (0)