@@ -21,29 +21,106 @@ Unreleased (aka. GitHub master)
21
21
This is where each new PR to the project should add a summary of its changes,
22
22
which makes it much easier to fill in each release's changelog :)
23
23
24
+
25
+ 0.3.2
26
+ -----
27
+
24
28
Repo-level stuff:
25
29
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
26
36
- [ #1117 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1117 )
27
37
[ @jcb91 ] ( https://github.com/jcb91 )
28
38
test yaml files using jupyter_nbextensions_configurator to avoid any yaml
29
39
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
30
43
31
44
New features and bugfixes:
32
45
33
46
- ` code_prettify ` , ` autopep8 ` & ` 2to3 `
34
47
[ #1118 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1118 )
35
48
[ @jcb91 ] ( https://github.com/jcb91 )
36
49
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
37
79
- ` 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
38
83
* [ #1084 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1084 )
39
84
[ @jfbercher ] ( https://github.com/jfbercher )
40
85
fix for
41
86
[ #1083 ] ( https://github.com/ipython-contrib/issue/1083 ) :
42
87
Revert full url in links to relative to the current page.
43
88
* [ #1091 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1091 )
44
89
[ @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 `
47
124
48
125
49
126
0.3.1
0 commit comments