@@ -21,14 +21,87 @@ 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.5.0
26
+ -----
27
+
24
28
Repo-level stuff:
25
29
26
- - Added CONTRIBUTING.md
27
- [ #1224 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1224 )
30
+ - Added ` CONTRIBUTING.md `
31
+ (fixes [ #1224 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1224 ) )
32
+ [ #1225 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1225 )
28
33
[ @consideratio ] ( https://github.com/consideratio )
34
+ - [ ci] allow lint failure on travis
35
+ [ #1228 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1228 )
36
+ [ @jcb91 ] ( https://github.com/jcb91 )
37
+ - Fix some travis warnings and errors
38
+ [ #1251 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1251 )
39
+ [ @juhasch ] ( https://github.com/juhasch )
40
+ - Remove OSX travis run (OSX still supported, but travis run kept failing without being any significant difference to linux run)
41
+ [ #1253 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1253 )
42
+ [ @juhasch/fix ] ( https://github.com/juhasch/fix )
43
+ - fix travis for py27
44
+ [ #1265 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1265 )
45
+ [ @jcb91 ] ( https://github.com/jcb91 )
29
46
30
47
New features and bugfixes:
31
48
49
+ - ` load_tex_macros ` __ new nbextension added!__
50
+ [ #1257 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1257 )
51
+ [ @ketch ] ( https://github.com/ketch )
52
+ - ` cell_filter ` __ new nbextension added!__
53
+ [ #1240 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1240 )
54
+ [ @benelot ] ( https://github.com/benelot )
55
+ - ` execution_dependencies ` __ new nbextension added!__
56
+ [ #1213 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1213 )
57
+ [ @benelot ] ( https://github.com/benelot )
58
+ - ` isort ` __ new nbextension added!__
59
+ First implementation based on code_prettify
60
+ [ #1204 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1204 )
61
+ [ @benjaminabel ] ( https://github.com/benjaminabel )
62
+ - require newer ` jupyter_highlight_selected_word `
63
+ [ #1270 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1270 )
64
+ [ @jcb91 ] ( https://github.com/jcb91 )
65
+ - Fix for long button labels in ` code_prettify ` and variants
66
+ [ #1268 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1268 )
67
+ [ @jfbercher ] ( https://github.com/jfbercher )
68
+ - Bugfix for ` collapsible_headings ` key bindings conflict
69
+ [ #1264 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1264 )
70
+ [ @rhilenova ] ( https://github.com/rhilenova )
71
+ - ` kernel_exec_on_cells ` ,
72
+ make shift-click on button autoformat all cells
73
+ [ #1219 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1219 )
74
+ [ @jcb91 ] ( https://github.com/jcb91 )
75
+ - ` scroll_down ` ensure output will scroll down in new cells
76
+ [ #1227 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1227 )
77
+ [ @cjld ] ( https://github.com/cjld )
78
+ - ` init_cell ` Warning dialog now always relevant, fixes [ #1223 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1223 ) . [ #1226 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1226 ) [ @consideratio ] ( https://github.com/consideratio )
79
+ - ` gist_it ` , Fixed a minor spelling mistake in the documentation
80
+ [ #1222 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1222 )
81
+ [ @swedishmike ] ( https://github.com/swedishmike )
82
+ - ` toc2 `
83
+ * fix css rule for overriding wrapper color
84
+ [ #1255 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1255 )
85
+ [ @jcb91 ] ( https://github.com/jcb91 )
86
+ * allow configurable basenumber
87
+ [ #1252 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1252 )
88
+ [ @jfbercher ] ( https://github.com/jfbercher )
89
+ * Initialize toc2 button after cfg is loaded / fix [ #1249 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1249 ) .
90
+ [ #1250 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1250 )
91
+ [ @jfbercher ] ( https://github.com/jfbercher )
92
+ * use unaltered notebook metadata in template
93
+ [ #1141 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1141 )
94
+ [ @jcb91 ] ( https://github.com/jcb91 )
95
+ - ` exercise ` & ` exercise2 ` , Reworking to fix
96
+ [ #1079 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1079 )
97
+ [ #1206 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1206 )
98
+ [ @jcb91 ] ( https://github.com/jcb91 )
99
+ - ` snippets ` use ` base_url `
100
+ [ #1212 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1212 )
101
+ [ @juhasch ] ( https://github.com/juhasch )
102
+ - Add preprocessor to embed images into a notebook
103
+ [ #1067 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1067 )
104
+ [ @juhasch ] ( https://github.com/juhasch )
32
105
- ` init_cell `
33
106
* Warning dialog now always relevant, fixes [ #1223 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1223 ) . [ #1226 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1226 ) [ @consideratio ] ( https://github.com/consideratio )
34
107
- Add preprocessor to embed images into a notebook
@@ -66,12 +139,6 @@ Repo-level stuff:
66
139
67
140
New features and bugfixes:
68
141
69
- - ` cell_filter ` __ new nbextension added!__
70
- [ #1240 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1240 )
71
- [ @benelot ] ( https://github.com/benelot )
72
- - ` execution_dependencies ` __ new nbextension added!__
73
- [ #1213 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1213 )
74
- [ @benelot ] ( https://github.com/benelot )
75
142
- ` livemdpreview ` __ new nbextension added!__
76
143
[ #1155 ] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1155 )
77
144
[ @jcb91 ] ( https://github.com/jcb91 )
0 commit comments