Skip to content

Commit 869d2ee

Browse files
committed
update CHANGELOG.md
1 parent 44bb24a commit 869d2ee

File tree

1 file changed

+79
-2
lines changed

1 file changed

+79
-2
lines changed

CHANGELOG.md

Lines changed: 79 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,106 @@ Unreleased (aka. GitHub master)
2121
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

24+
25+
0.3.2
26+
-----
27+
2428
Repo-level stuff:
2529

30+
- [#1097](https://github.com/ipython-contrib/pulls/1097)
31+
[@juhasch](https://github.com/juhasch)
32+
Increase lint's allowed line length to 120
33+
- [#1100](https://github.com/ipython-contrib/pulls/1100)
34+
[@juhasch](https://github.com/juhasch)
35+
Add note about --skip-running-check flag to docs
2636
- [#1117](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1117)
2737
[@jcb91](https://github.com/jcb91)
2838
test yaml files using jupyter_nbextensions_configurator to avoid any yaml
2939
typos which may prevent nbextensions from getting installed.
40+
- [#1103](https://github.com/ipython-contrib/pulls/1123)
41+
[@Sukneet](https://github.com/Sukneet)
42+
update add_buttons_group to use action instead of button
3043

3144
New features and bugfixes:
3245

3346
- `code_prettify`, `autopep8` & `2to3`
3447
[#1118](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1118)
3548
[@jcb91](https://github.com/jcb91)
3649
Merge upstream changes, using textareas for json parameter editing
50+
- `collapsible_headings`
51+
[#1109](https://github.com/ipython-contrib/pulls/1109)
52+
[@jcb91](https://github.com/jcb91)
53+
bugfix: update *all* headings on markdown rendering
54+
- `embedhtml`
55+
[#1052](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/1052)
56+
[@gabyx](https://github.com/gabyx)
57+
Changed regex parsing in embedhtml.py to XML parsing with lxml, regex
58+
- `python-markdown`
59+
* [#1081](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/1081)
60+
[@yarikoptic](https://github.com/yarikoptic)
61+
fix minor readme typo: currently -> current
62+
* [#1122](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/1122)
63+
[@jcb91](https://github.com/jcb91)
64+
avoid js error when marked doesn't wrap things in `<p>` tags
65+
- `ruler`
66+
[#1116](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/1116)
67+
[@jcb91](https://github.com/jcb91)
68+
css patch for notebook > 4.2.3 - see
69+
[jupyter/notebook#2869](https://github.com/jupyter/notebook/issues/2869)
70+
for details
71+
- `runtools`
72+
[#946](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/946)
73+
[@juhasch](https://github.com/juhasch)
74+
Use a scheduling list for running marked cells
75+
- `scratchpad`
76+
[#1089](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/1089)
77+
[@jcb91](https://github.com/jcb91)
78+
fix typo in yaml
3779
- `toc2`
80+
* [#1068](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/1068)
81+
[@jfbercher](https://github.com/jfbercher)
82+
Scrolling: add a mark to currently displayed section in TOC window
3883
* [#1084](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1084)
3984
[@jfbercher](https://github.com/jfbercher)
4085
fix for
4186
[#1083](https://github.com/ipython-contrib/issue/1083):
4287
Revert full url in links to relative to the current page.
4388
* [#1091](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1091)
4489
[@fkoessel](https://github.com/fkoessel)
45-
Notebook is not widened if sidebar is displayed and `cfg.widenNotebook` is
46-
unchecked.
90+
Ensure notebook is not widened if sidebar is displayed and
91+
`cfg.widenNotebook` is unchecked.
92+
* [#1095](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/1095)
93+
[@fkjogu](https://github.com/fkjogu)
94+
Beautify toc2.js using js-beautify
95+
* [#1110](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/1110)
96+
[@jcb91](https://github.com/jcb91)
97+
constrain draggable toc to the body
98+
* [#1111](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/1111)
99+
[@jcb91](https://github.com/jcb91)
100+
remove unused variables & commented code
101+
* [#1112](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/1112)
102+
[@jcb91](https://github.com/jcb91)
103+
use requirejs to get events
104+
* [#1120](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/1120)
105+
[@jcb91](https://github.com/jcb91)
106+
simplify ToC cell processing
107+
* [#1121](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/1121)
108+
[@jcb91](https://github.com/jcb91)
109+
correct toc tree construction
110+
111+
- `zenmode`
112+
[#1062](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/1062)
113+
[@soamaven](https://github.com/soamaven)
114+
Make hiding of the Header and Menubar optional
115+
116+
Removed/deprecated nbextensions:
117+
118+
- [#539](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/539)
119+
[@janschulz](https://github.com/janschulz)
120+
Remove deprecated extension `search-replace`
121+
- [#1108](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/1108)
122+
[@juhasch](https://github.com/juhasch)
123+
Remove deprecated extensions `chrome-clipboard`, `dragdrop`, `search-replace`
47124

48125

49126
0.3.1

0 commit comments

Comments
 (0)