|
5 | 5 | ### Deprecations |
6 | 6 |
|
7 | 7 | - `thebe` has been added as an alias for `thebelab` and all css classes beginning with `thebelab-` duplicated as `thebe-`. The `thebelab` global object, exposed functions and user code reliant on css classes `thebelab-*`, will continue to work and any DOM elements created during operation will be decorated with `thebelab-` classes as expected, until removed in version 0.9.0. |
8 | | - [#230](https://github.com/executablebooks/thebe/issues/230) |
| 8 | + [#230](https://github.com/jupyter-book/thebe/issues/230) |
9 | 9 |
|
10 | 10 | ## 0.8.2 - 2021-10-26 |
11 | 11 |
|
12 | 12 | ### Fixed |
13 | 13 |
|
14 | 14 | - Fixed broken distribution on `npm`/`unpkg.com` for last release. |
15 | | - [#509](https://github.com/executablebooks/thebe/issues/509) |
| 15 | + [#509](https://github.com/jupyter-book/thebe/issues/509) |
16 | 16 |
|
17 | 17 | ## 0.8.1 - 2021-10-25 |
18 | 18 |
|
19 | 19 | ### Fixed |
20 | 20 |
|
21 | 21 | - Fixed import of jupyterlab css which was clobbering on page css in downstream usage. |
22 | | - [#464](https://github.com/executablebooks/thebe/issues/464) |
| 22 | + [#464](https://github.com/jupyter-book/thebe/issues/464) |
23 | 23 |
|
24 | 24 | ### Added |
25 | 25 |
|
26 | 26 | - Added a built in status indicator and activate button that can be enabled via configuration options. |
27 | | - [#470](https://github.com/executablebooks/thebe/issues/470) |
| 27 | + [#470](https://github.com/jupyter-book/thebe/issues/470) |
28 | 28 |
|
29 | 29 | ### Improved |
30 | 30 |
|
31 | 31 | - Latest version of Thebe is built and used in the documentation and in local development builds. |
32 | | - [#285](https://github.com/executablebooks/thebe/issues/285) |
| 32 | + [#285](https://github.com/jupyter-book/thebe/issues/285) |
33 | 33 | - Improved and updated examples in the documentation |
34 | 34 | - `yarn install` no longer builds the library automatically, `yarn build` or `yarn build:prod` should be called explicitly. |
35 | 35 |
|
|
38 | 38 | ### Added |
39 | 39 |
|
40 | 40 | - Added a busy indicator to provide feedback about computation. |
41 | | - [#424](https://github.com/executablebooks/thebe/pull/424) |
| 41 | + [#424](https://github.com/jupyter-book/thebe/pull/424) |
42 | 42 | - Added convenience commands for testing with local kernels. |
43 | | - [#425](https://github.com/executablebooks/thebe/pull/425) |
| 43 | + [#425](https://github.com/jupyter-book/thebe/pull/425) |
44 | 44 |
|
45 | 45 | ### Documented |
46 | 46 |
|
47 | 47 | - Added a pythreejs example. |
48 | | - [#262](https://github.com/executablebooks/thebe/pull/262) |
| 48 | + [#262](https://github.com/jupyter-book/thebe/pull/262) |
49 | 49 | - Added an ipywidgets example. |
50 | | - [#418](https://github.com/executablebooks/thebe/pull/418) |
| 50 | + [#418](https://github.com/jupyter-book/thebe/pull/418) |
51 | 51 |
|
52 | 52 | ### Improved |
53 | 53 |
|
54 | 54 | - Switched to the jupyterlab manager to control output display, fixes issues |
55 | | - with ipywidgets. [#418](https://github.com/executablebooks/thebe/pull/418) |
| 55 | + with ipywidgets. [#418](https://github.com/jupyter-book/thebe/pull/418) |
56 | 56 | - Switched package managers from npm to yarn. |
57 | | - [#428](https://github.com/executablebooks/thebe/pull/428) |
| 57 | + [#428](https://github.com/jupyter-book/thebe/pull/428) |
58 | 58 |
|
59 | 59 | ## 0.7.1 - 2021-04-09 |
60 | 60 |
|
61 | 61 | ### Fixed |
62 | 62 |
|
63 | 63 | - Pressing "Restart and Run All" now starts a kernel if none has been started |
64 | | - already. [#345](https://github.com/executablebooks/thebe/pull/345) |
| 64 | + already. [#345](https://github.com/jupyter-book/thebe/pull/345) |
65 | 65 | - Fixed kernel communication connection in ThebeManager. |
66 | | - [#330](https://github.com/executablebooks/thebe/pull/330) |
| 66 | + [#330](https://github.com/jupyter-book/thebe/pull/330) |
67 | 67 |
|
68 | 68 | ## 0.6.0 - 2020-12-23 |
69 | 69 |
|
|
72 | 72 | - New versions of thebe (>=0.5.1) should be loaded from |
73 | 73 | https://unpkg.com/thebe@latest/lib/index.js instead of |
74 | 74 | https://unpkg.com/thebelab@latest/lib/index.js |
75 | | -- End to end integration tests using Jest [#282](https://github.com/executablebooks/thebe/pull/282), [#297](https://github.com/executablebooks/thebe/pull/297) |
76 | | -- Read-only option for code blocks [#274](https://github.com/executablebooks/thebe/pull/274) |
77 | | -- Persistence of Binder sessions across pages [#266](https://github.com/executablebooks/thebe/pull/266) |
78 | | -- Restart and run all buttons [#270](https://github.com/executablebooks/thebe/pull/270) |
79 | | -- Show an error message when the kernel is dead [#279](https://github.com/executablebooks/thebe/pull/279) |
80 | | -- GitHub workflows to publish on NPM [#236](https://github.com/executablebooks/thebe/pull/236) |
81 | | -- Load CodeMirror Themes [#194](https://github.com/executablebooks/thebe/pull/194) |
82 | | -- Add development page for testing [#193](https://github.com/executablebooks/thebe/pull/193) |
83 | | -- Add CSS with Jupyter ANSI colors [#176](https://github.com/executablebooks/thebe/pull/176) |
| 75 | +- End to end integration tests using Jest [#282](https://github.com/jupyter-book/thebe/pull/282), [#297](https://github.com/jupyter-book/thebe/pull/297) |
| 76 | +- Read-only option for code blocks [#274](https://github.com/jupyter-book/thebe/pull/274) |
| 77 | +- Persistence of Binder sessions across pages [#266](https://github.com/jupyter-book/thebe/pull/266) |
| 78 | +- Restart and run all buttons [#270](https://github.com/jupyter-book/thebe/pull/270) |
| 79 | +- Show an error message when the kernel is dead [#279](https://github.com/jupyter-book/thebe/pull/279) |
| 80 | +- GitHub workflows to publish on NPM [#236](https://github.com/jupyter-book/thebe/pull/236) |
| 81 | +- Load CodeMirror Themes [#194](https://github.com/jupyter-book/thebe/pull/194) |
| 82 | +- Add development page for testing [#193](https://github.com/jupyter-book/thebe/pull/193) |
| 83 | +- Add CSS with Jupyter ANSI colors [#176](https://github.com/jupyter-book/thebe/pull/176) |
84 | 84 |
|
85 | 85 | ### Improved |
86 | 86 |
|
87 | | -- Adds more user options for persisting saved Binder sessions [#280](https://github.com/executablebooks/thebe/pull/280) |
88 | | -- Updated the development HTML page for more test code cells and configs [#267](https://github.com/executablebooks/thebe/pull/267) |
89 | | -- Fail linter on diffs [#258](https://github.com/executablebooks/thebe/pull/258) |
90 | | -- Restores full jQuery to ensure compatiblity with jQuery UI [#189](https://github.com/executablebooks/thebe/pull/189) |
91 | | -- Changes to test layout (when Thebe was still using Karma, as of writing, Thebe now uses Jest) [#257](https://github.com/executablebooks/thebe/pull/257) |
92 | | -- Update Thebe to use the latest JupyterLab 3.0 APIs [#268](https://github.com/executablebooks/thebe/pull/268) |
| 87 | +- Adds more user options for persisting saved Binder sessions [#280](https://github.com/jupyter-book/thebe/pull/280) |
| 88 | +- Updated the development HTML page for more test code cells and configs [#267](https://github.com/jupyter-book/thebe/pull/267) |
| 89 | +- Fail linter on diffs [#258](https://github.com/jupyter-book/thebe/pull/258) |
| 90 | +- Restores full jQuery to ensure compatiblity with jQuery UI [#189](https://github.com/jupyter-book/thebe/pull/189) |
| 91 | +- Changes to test layout (when Thebe was still using Karma, as of writing, Thebe now uses Jest) [#257](https://github.com/jupyter-book/thebe/pull/257) |
| 92 | +- Update Thebe to use the latest JupyterLab 3.0 APIs [#268](https://github.com/jupyter-book/thebe/pull/268) |
93 | 93 |
|
94 | 94 | ### Fixed |
95 | 95 |
|
96 | | -- Fix Python mode in CodeMirror configuration [#172](https://github.com/executablebooks/thebe/pull/172) |
97 | | -- Use merged options in CodeMirror configuration [#171](https://github.com/executablebooks/thebe/pull/171) |
| 96 | +- Fix Python mode in CodeMirror configuration [#172](https://github.com/jupyter-book/thebe/pull/172) |
| 97 | +- Use merged options in CodeMirror configuration [#171](https://github.com/jupyter-book/thebe/pull/171) |
98 | 98 |
|
99 | 99 | ### Documented |
100 | 100 |
|
101 | | -- Moved example pages into their own subdirectory [#281](https://github.com/executablebooks/thebe/pull/281) |
| 101 | +- Moved example pages into their own subdirectory [#281](https://github.com/jupyter-book/thebe/pull/281) |
102 | 102 | - Added example pages for using Thebe with other Jupyter widgets |
103 | | - - Bqplot [#295](https://github.com/executablebooks/thebe/pull/295), [#301](https://github.com/executablebooks/thebe/pull/301) |
104 | | - - Ipycytoscape [#283](https://github.com/executablebooks/thebe/pull/283) |
105 | | - - Plotly [#269](https://github.com/executablebooks/thebe/pull/269) |
106 | | - - Ipyleaflet [#265](https://github.com/executablebooks/thebe/pull/265) |
107 | | - - ipympl [#294](https://github.com/executablebooks/thebe/pull/294) |
108 | | -- Documented read-only code-blocks [#287](https://github.com/executablebooks/thebe/pull/287), [#286](https://github.com/executablebooks/thebe/pull/286) |
109 | | -- Updated repository links and other references due to migrating the repository to [executablebooks](https://github.com/executablebooks) [#275](https://github.com/executablebooks/thebe/pull/275), [#273](https://github.com/executablebooks/thebe/pull/273), [#232](https://github.com/executablebooks/thebe/pull/232) |
| 103 | + - Bqplot [#295](https://github.com/jupyter-book/thebe/pull/295), [#301](https://github.com/jupyter-book/thebe/pull/301) |
| 104 | + - Ipycytoscape [#283](https://github.com/jupyter-book/thebe/pull/283) |
| 105 | + - Plotly [#269](https://github.com/jupyter-book/thebe/pull/269) |
| 106 | + - Ipyleaflet [#265](https://github.com/jupyter-book/thebe/pull/265) |
| 107 | + - ipympl [#294](https://github.com/jupyter-book/thebe/pull/294) |
| 108 | +- Documented read-only code-blocks [#287](https://github.com/jupyter-book/thebe/pull/287), [#286](https://github.com/jupyter-book/thebe/pull/286) |
| 109 | +- Updated repository links and other references due to migrating the repository to [executablebooks](https://github.com/executablebooks) [#275](https://github.com/jupyter-book/thebe/pull/275), [#273](https://github.com/jupyter-book/thebe/pull/273), [#232](https://github.com/jupyter-book/thebe/pull/232) |
110 | 110 | - Contribution information |
111 | | - - Instructions on how to build the docs [#260](https://github.com/executablebooks/thebe/pull/260) |
112 | | - - Commits, architecture, etc. [#248](https://github.com/executablebooks/thebe/pull/248) |
113 | | - - Releases [#236](https://github.com/executablebooks/thebe/pull/236) |
114 | | - - Contributing guide [#232](https://github.com/executablebooks/thebe/pull/232) |
115 | | -- Event hooks [#222](https://github.com/executablebooks/thebe/pull/222) |
116 | | -- Security concerns on XXS (Cross-Site Scripting) [#263](https://github.com/executablebooks/thebe/pull/264) |
117 | | -- Use JSDoc to build JS API docs [#248](https://github.com/executablebooks/thebe/pull/248) |
118 | | -- Configuration information, getting started, CircleCI jobs, Sphinx book theme [#218](https://github.com/executablebooks/thebe/pull/218) |
119 | | -- Clarify kernelName in README [#180](https://github.com/executablebooks/thebe/pull/180) |
120 | | -- CodeMirror configuration page [#174](https://github.com/executablebooks/thebe/pull/174/files) |
121 | | -- Use the latest Thebe version [#173](https://github.com/executablebooks/thebe/pull/173) |
| 111 | + - Instructions on how to build the docs [#260](https://github.com/jupyter-book/thebe/pull/260) |
| 112 | + - Commits, architecture, etc. [#248](https://github.com/jupyter-book/thebe/pull/248) |
| 113 | + - Releases [#236](https://github.com/jupyter-book/thebe/pull/236) |
| 114 | + - Contributing guide [#232](https://github.com/jupyter-book/thebe/pull/232) |
| 115 | +- Event hooks [#222](https://github.com/jupyter-book/thebe/pull/222) |
| 116 | +- Security concerns on XXS (Cross-Site Scripting) [#263](https://github.com/jupyter-book/thebe/pull/264) |
| 117 | +- Use JSDoc to build JS API docs [#248](https://github.com/jupyter-book/thebe/pull/248) |
| 118 | +- Configuration information, getting started, CircleCI jobs, Sphinx book theme [#218](https://github.com/jupyter-book/thebe/pull/218) |
| 119 | +- Clarify kernelName in README [#180](https://github.com/jupyter-book/thebe/pull/180) |
| 120 | +- CodeMirror configuration page [#174](https://github.com/jupyter-book/thebe/pull/174/files) |
| 121 | +- Use the latest Thebe version [#173](https://github.com/jupyter-book/thebe/pull/173) |
0 commit comments