@@ -25,27 +25,27 @@ which makes it much easier to fill in each release's changelog :)
25
25
0.3.3
26
26
-----
27
27
28
- - [ #1128 ] ( https://github.com/ipython-contrib/pulls /1128 )
29
- bugfix for notebook < 5.2.0, bugs introduced by
30
- [ @ jcb91 ] ( https://github.com/jcb91 ) in
31
- [ # 1123 ] ( https://github.com/ipython-contrib/pulls/1123 )
28
+ - [ #1128 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull /1128 )
29
+ bugfix for notebook < 5.2.0, bugs introduced by [ @ jcb91 ] ( https://github.com/jcb91 ) in
30
+ [ # 1123 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1123 )
31
+
32
32
33
33
0.3.2
34
34
-----
35
35
36
36
Repo-level stuff:
37
37
38
- - [ #1097 ] ( https://github.com/ipython-contrib/pulls /1097 )
38
+ - [ #1097 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull /1097 )
39
39
[ @juhasch ] ( https://github.com/juhasch )
40
40
Increase lint's allowed line length to 120
41
- - [ #1100 ] ( https://github.com/ipython-contrib/pulls /1100 )
41
+ - [ #1100 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull /1100 )
42
42
[ @juhasch ] ( https://github.com/juhasch )
43
43
Add note about --skip-running-check flag to docs
44
44
- [ #1117 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1117 )
45
45
[ @jcb91 ] ( https://github.com/jcb91 )
46
46
test yaml files using jupyter_nbextensions_configurator to avoid any yaml
47
47
typos which may prevent nbextensions from getting installed.
48
- - [ #1103 ] ( https://github.com/ipython-contrib/pulls /1103 )
48
+ - [ #1103 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull /1103 )
49
49
[ @Sukneet ] ( https://github.com/Sukneet )
50
50
update add_buttons_group to use action instead of button
51
51
@@ -56,36 +56,36 @@ New features and bugfixes:
56
56
[ @jcb91 ] ( https://github.com/jcb91 )
57
57
Merge upstream changes, using textareas for json parameter editing
58
58
- ` collapsible_headings `
59
- [ #1109 ] ( https://github.com/ipython-contrib/pulls /1109 )
59
+ [ #1109 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull /1109 )
60
60
[ @jcb91 ] ( https://github.com/jcb91 )
61
61
bugfix: update * all* headings on markdown rendering
62
62
- ` embedhtml `
63
- [ #1052 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls /1052 )
63
+ [ #1052 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull /1052 )
64
64
[ @gabyx ] ( https://github.com/gabyx )
65
65
Changed regex parsing in embedhtml.py to XML parsing with lxml, regex
66
66
- ` python-markdown `
67
- * [ #1081 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls /1081 )
67
+ * [ #1081 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull /1081 )
68
68
[ @yarikoptic ] ( https://github.com/yarikoptic )
69
69
fix minor readme typo: currently -> current
70
- * [ #1122 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls /1122 )
70
+ * [ #1122 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull /1122 )
71
71
[ @jcb91 ] ( https://github.com/jcb91 )
72
72
avoid js error when marked doesn't wrap things in ` <p> ` tags
73
73
- ` ruler `
74
- [ #1116 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls /1116 )
74
+ [ #1116 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull /1116 )
75
75
[ @jcb91 ] ( https://github.com/jcb91 )
76
76
css patch for notebook > 4.2.3 - see
77
77
[ jupyter/notebook #2869 ] ( https://github.com/jupyter/notebook/issues/2869 )
78
78
for details
79
79
- ` runtools `
80
- [ #946 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls /946 )
80
+ [ #946 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull /946 )
81
81
[ @juhasch ] ( https://github.com/juhasch )
82
82
Use a scheduling list for running marked cells
83
83
- ` scratchpad `
84
- [ #1089 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls /1089 )
84
+ [ #1089 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull /1089 )
85
85
[ @jcb91 ] ( https://github.com/jcb91 )
86
86
fix typo in yaml
87
87
- ` toc2 `
88
- * [ #1068 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls /1068 )
88
+ * [ #1068 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull /1068 )
89
89
[ @jfbercher ] ( https://github.com/jfbercher )
90
90
Scrolling: add a mark to currently displayed section in TOC window
91
91
* [ #1084 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1084 )
@@ -97,35 +97,36 @@ New features and bugfixes:
97
97
[ @fkoessel ] ( https://github.com/fkoessel )
98
98
Ensure notebook is not widened if sidebar is displayed and
99
99
` cfg.widenNotebook ` is unchecked.
100
- * [ #1095 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls /1095 )
100
+ * [ #1095 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull /1095 )
101
101
[ @fkjogu ] ( https://github.com/fkjogu )
102
102
Beautify toc2.js using js-beautify
103
- * [ #1110 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls /1110 )
103
+ * [ #1110 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull /1110 )
104
104
[ @jcb91 ] ( https://github.com/jcb91 )
105
105
constrain draggable toc to the body
106
- * [ #1111 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls /1111 )
106
+ * [ #1111 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull /1111 )
107
107
[ @jcb91 ] ( https://github.com/jcb91 )
108
108
remove unused variables & commented code
109
- * [ #1112 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls /1112 )
109
+ * [ #1112 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull /1112 )
110
110
[ @jcb91 ] ( https://github.com/jcb91 )
111
111
use requirejs to get events
112
- * [ #1120 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls /1120 )
112
+ * [ #1120 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull /1120 )
113
113
[ @jcb91 ] ( https://github.com/jcb91 )
114
114
simplify ToC cell processing
115
- * [ #1121 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls /1121 )
115
+ * [ #1121 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull /1121 )
116
116
[ @jcb91 ] ( https://github.com/jcb91 )
117
117
correct toc tree construction
118
+
118
119
- ` zenmode `
119
- [ #1062 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls /1062 )
120
+ [ #1062 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull /1062 )
120
121
[ @soamaven ] ( https://github.com/soamaven )
121
122
Make hiding of the Header and Menubar optional
122
123
123
124
Removed/deprecated nbextensions:
124
125
125
- - [ #539 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls /539 )
126
+ - [ #539 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull /539 )
126
127
[ @janschulz ] ( https://github.com/janschulz )
127
128
Remove deprecated extension ` search-replace `
128
- - [ #1108 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls /1108 )
129
+ - [ #1108 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull /1108 )
129
130
[ @juhasch ] ( https://github.com/juhasch )
130
131
Remove deprecated extensions ` chrome-clipboard ` , ` dragdrop ` , ` search-replace `
131
132
@@ -135,40 +136,40 @@ Removed/deprecated nbextensions:
135
136
136
137
Repo-level stuff:
137
138
138
- - [ #1073 ] ( https://github.com/ipython-contrib/pulls /1073 )
139
+ - [ #1073 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull /1073 )
139
140
[ @jcb91 ] ( https://github.com/jcb91 )
140
141
Use newer conda version for recipe build test
141
- - [ #1069 ] ( https://github.com/ipython-contrib/pulls /1069 )
142
+ - [ #1069 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull /1069 )
142
143
[ @jcb91 ] ( https://github.com/jcb91 )
143
144
Bugfix in installer, require newer versions of
144
145
[ ` jupyter_contrib_core ` ] ( https://github.com/jupyter-contrib/jupyter_contrib_core )
145
146
and
146
147
[ ` jupyter_nbextensions_configurator ` ] ( https://github.com/jupyter-contrib/jupyter_nbextensions_configurator )
147
- - [ #1059 ] ( https://github.com/ipython-contrib/pulls /1059 )
148
+ - [ #1059 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull /1059 )
148
149
[ @jcb91 ] ( https://github.com/jcb91 )
149
150
fix linting errors, disallow linting failure on Travis
150
151
151
152
New features and bugfixes:
152
153
153
154
- ` codefolding `
154
- * [ #1054 ] ( https://github.com/ipython-contrib/pulls /1054 )
155
+ * [ #1054 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull /1054 )
155
156
[ @gabyx ] ( https://github.com/gabyx )
156
157
[ codefolding] preprocessor improvements
157
- * [ #1072 ] ( https://github.com/ipython-contrib/pulls /1072 )
158
+ * [ #1072 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull /1072 )
158
159
[ @jcb91 ] ( https://github.com/jcb91 )
159
160
fix linting in preprocessor
160
161
- ` dragdrop `
161
- [ #1063 ] ( https://github.com/ipython-contrib/pulls /1063 )
162
+ [ #1063 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull /1063 )
162
163
[ @juhasch ] ( https://github.com/juhasch )
163
164
Add note to docs about native drag&drop support
164
165
- ` toc2 `
165
- [ #1066 ] ( https://github.com/ipython-contrib/pulls /1066 )
166
+ [ #1066 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull /1066 )
166
167
[ @jfbercher ] ( https://github.com/jfbercher )
167
168
tentative fix for
168
169
[ #1065 ] ( https://github.com/ipython-contrib/issues/1065 )
169
170
by updating jqueryui cdn and version
170
171
- for various nbextensions
171
- [ #1061 ] ( https://github.com/ipython-contrib/pulls /1061 )
172
+ [ #1061 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull /1061 )
172
173
[ @jcb91 ] ( https://github.com/jcb91 )
173
174
use ` Jupyter.notebook.config ` instance, where appropriate
174
175
@@ -360,18 +361,18 @@ fix link typos and redirects
360
361
361
362
New nbextensions, new features and bugfixes:
362
363
363
- - ` codefolding `
364
+ - ` codefolding `
364
365
* [ #927 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/927 )
365
366
[ @juhasch ] ( https://github.com/juhasch )
366
367
bugfix, restore default codefolding hotkey
367
368
* [ #954 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/954 )
368
369
[ @juhasch ] ( https://github.com/juhasch )
369
370
Make codefolding available in edit view
370
- - ` collapsible_headings `
371
+ - ` collapsible_headings `
371
372
[ #950 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/950 )
372
373
[ @jcb91 ] ( https://github.com/jcb91 )
373
374
fix tooltip placement bug for notebook 5.x, add 5.x compatibility
374
- - ` comment-uncomment `
375
+ - ` comment-uncomment `
375
376
[ #953 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/953 )
376
377
[ @juhasch ] ( https://github.com/juhasch )
377
378
Add option to indent comments to current indent level
@@ -419,7 +420,7 @@ New nbextensions, new features and bugfixes:
419
420
[ #864 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/864 )
420
421
[ @simplygood ] ( https://github.com/simplygood )
421
422
fixed a typo in AutoScroll's ` main.js `
422
- - ` chrome-clipboard `
423
+ - ` chrome-clipboard `
423
424
[ #921 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/921 )
424
425
[ @sdsawtelle ] ( https://github.com/sdsawtelle )
425
426
use utils function to add authentication to upload, fixing
@@ -432,7 +433,7 @@ New nbextensions, new features and bugfixes:
432
433
[ #905 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/905 )
433
434
[ @jcb91 ] ( https://github.com/jcb91 )
434
435
** New nbextension**
435
- - ` collapsible_headings `
436
+ - ` collapsible_headings `
436
437
[ #892 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/892 )
437
438
[ @jcb91 ] ( https://github.com/jcb91 )
438
439
new features including support for embedding into html
@@ -470,7 +471,7 @@ New nbextensions, new features and bugfixes:
470
471
adopt [ minrk/scratchpad #12 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/12 )
471
472
to bugfix z-index for issue
472
473
[ #916 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/916 )
473
- - ` snippets_menu `
474
+ - ` snippets_menu `
474
475
[ #917 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/917 )
475
476
[ @moble ] ( https://github.com/moble )
476
477
Fix documentation links
0 commit comments