File tree Expand file tree Collapse file tree 11 files changed +732
-662
lines changed Expand file tree Collapse file tree 11 files changed +732
-662
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,26 @@ pip install jupytercad-freecad
40
40
41
41
<!-- <START NEW CHANGELOG ENTRY> -->
42
42
43
+ ## 2.0.0a8
44
+
45
+ ([ Full Changelog] ( https://github.com/jupytercad/jupytercad/compare/v2.0.0a7...2fbd72a5a55b0e69aa43de28dd4bf2f084c9884d ) )
46
+
47
+ ### Enhancements made
48
+
49
+ - Update jcad exporting mechanism [ #355 ] ( https://github.com/jupytercad/jupytercad/pull/355 ) ([ @trungleduc ] ( https://github.com/trungleduc ) )
50
+
51
+ ### Bugs fixed
52
+
53
+ - Fix wrong emitter id of select object action [ #354 ] ( https://github.com/jupytercad/jupytercad/pull/354 ) ([ @trungleduc ] ( https://github.com/trungleduc ) )
54
+
55
+ ### Contributors to this release
56
+
57
+ ([ GitHub contributors page for this release] ( https://github.com/jupytercad/jupytercad/graphs/contributors?from=2024-04-29&to=2024-05-07&type=c ) )
58
+
59
+ [ @github-actions ] ( https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Agithub-actions+updated%3A2024-04-29..2024-05-07&type=Issues ) | [ @trungleduc ] ( https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Atrungleduc+updated%3A2024-04-29..2024-05-07&type=Issues )
60
+
61
+ <!-- <END NEW CHANGELOG ENTRY> -->
62
+
43
63
## 2.0.0a7
44
64
45
65
([ Full Changelog] ( https://github.com/jupytercad/jupytercad/compare/v2.0.0a6...d69c62bdc0896fca158bb3e3fbc49231ab000e31 ) )
@@ -58,8 +78,6 @@ pip install jupytercad-freecad
58
78
59
79
[ @github-actions ] ( https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Agithub-actions+updated%3A2024-04-19..2024-04-29&type=Issues ) | [ @trungleduc ] ( https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Atrungleduc+updated%3A2024-04-19..2024-04-29&type=Issues )
60
80
61
- <!-- <END NEW CHANGELOG ENTRY> -->
62
-
63
81
## 2.0.0a6
64
82
65
83
([ Full Changelog] ( https://github.com/jupytercad/jupytercad/compare/v2.0.0a5...89eeabcd538f1d1fc8c95ee8e3f1971ac3ac5e73 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/jupytercad-root" ,
3
- "version" : " 2.0.0-alpha.7 " ,
3
+ "version" : " 2.0.0-alpha.8 " ,
4
4
"private" : true ,
5
5
"homepage" : " https://github.com/jupytercad/jupytercad" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/base" ,
3
- "version" : " 2.0.0-alpha.7 " ,
3
+ "version" : " 2.0.0-alpha.8 " ,
4
4
"description" : " A JupyterLab extension for 3D modelling." ,
5
5
"keywords" : [
6
6
" jupyter" ,
38
38
"@deathbeds/jupyterlab-rjsf" : " ^1.1.0" ,
39
39
"@jupyter/docprovider" : " ^2.0.0" ,
40
40
"@jupyter/ydoc" : " ^1.0.0" ,
41
- "@jupytercad/occ-worker" : " ^2.0.0-alpha.7 " ,
42
- "@jupytercad/schema" : " ^2.0.0-alpha.7 " ,
41
+ "@jupytercad/occ-worker" : " ^2.0.0-alpha.8 " ,
42
+ "@jupytercad/schema" : " ^2.0.0-alpha.8 " ,
43
43
"@jupyterlab/application" : " ^4.0.0" ,
44
44
"@jupyterlab/apputils" : " ^4.0.0" ,
45
45
"@jupyterlab/coreutils" : " ^6.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/occ-worker" ,
3
- "version" : " 2.0.0-alpha.7 " ,
3
+ "version" : " 2.0.0-alpha.8 " ,
4
4
"description" : " Jupytercad opencascade worker package." ,
5
5
"keywords" : [
6
6
" jupytercad"
36
36
"watch" : " tsc-watch --onSuccess \" webpack --config worker.webpack.config.js --mode=development\" "
37
37
},
38
38
"dependencies" : {
39
- "@jupytercad/opencascade" : " ^2.0.0-alpha.7 " ,
40
- "@jupytercad/schema" : " ^2.0.0-alpha.7 " ,
39
+ "@jupytercad/opencascade" : " ^2.0.0-alpha.8 " ,
40
+ "@jupytercad/schema" : " ^2.0.0-alpha.8 " ,
41
41
"@lumino/coreutils" : " ^2.0.0" ,
42
42
"uuid" : " ^8.3.2"
43
43
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/opencascade" ,
3
- "version" : " 2.0.0-alpha.7 " ,
3
+ "version" : " 2.0.0-alpha.8 " ,
4
4
"description" : " The custom OpenCascade build for JupyterCAD." ,
5
5
"keywords" : [
6
6
" jupyter" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/schema" ,
3
- "version" : " 2.0.0-alpha.7 " ,
3
+ "version" : " 2.0.0-alpha.8 " ,
4
4
"description" : " A Jupytercad schema package." ,
5
5
"keywords" : [
6
6
" jupytercad"
Original file line number Diff line number Diff line change 1
- __version__ = "2.0.0a7 "
1
+ __version__ = "2.0.0a8 "
2
2
3
3
from jupytercad_lab import CadDocument # noqa
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/jupytercad-app" ,
3
- "version" : " 2.0.0-alpha.7 " ,
3
+ "version" : " 2.0.0-alpha.8 " ,
4
4
"description" : " A JupyterLab standalone app for 3D modelling." ,
5
5
"keywords" : [
6
6
" jupyter" ,
54
54
"@jupyter/collaboration" : " ^2.0.0" ,
55
55
"@jupyter/docprovider" : " ^2.0.0" ,
56
56
"@jupyter/ydoc" : " ^0.3.4 || ^1.0.2" ,
57
- "@jupytercad/base" : " ^2.0.0-alpha.7 " ,
58
- "@jupytercad/schema" : " ^2.0.0-alpha.7 " ,
57
+ "@jupytercad/base" : " ^2.0.0-alpha.8 " ,
58
+ "@jupytercad/schema" : " ^2.0.0-alpha.8 " ,
59
59
"@jupyterlab/application" : " ^4.0.0" ,
60
60
"@jupyterlab/application-extension" : " ^4.0.0" ,
61
61
"@jupyterlab/apputils" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/jupytercad-core" ,
3
- "version" : " 2.0.0-alpha.7 " ,
3
+ "version" : " 2.0.0-alpha.8 " ,
4
4
"description" : " JupyterCad core extension" ,
5
5
"keywords" : [
6
6
" jupyter" ,
54
54
},
55
55
"dependencies" : {
56
56
"@jupyter/docprovider" : " ^2.0.0" ,
57
- "@jupytercad/base" : " ^2.0.0-alpha.7 " ,
58
- "@jupytercad/occ-worker" : " ^2.0.0-alpha.7 " ,
59
- "@jupytercad/schema" : " ^2.0.0-alpha.7 " ,
57
+ "@jupytercad/base" : " ^2.0.0-alpha.8 " ,
58
+ "@jupytercad/occ-worker" : " ^2.0.0-alpha.8 " ,
59
+ "@jupytercad/schema" : " ^2.0.0-alpha.8 " ,
60
60
"@jupyterlab/application" : " ^4.0.0" ,
61
61
"@jupyterlab/apputils" : " ^4.0.0" ,
62
62
"@jupyterlab/docregistry" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/jupytercad-lab" ,
3
- "version" : " 2.0.0-alpha.7 " ,
3
+ "version" : " 2.0.0-alpha.8 " ,
4
4
"description" : " JupyterCad Lab extension." ,
5
5
"keywords" : [
6
6
" jupyter" ,
52
52
},
53
53
"dependencies" : {
54
54
"@jupyter/docprovider" : " ^2.0.0" ,
55
- "@jupytercad/base" : " ^2.0.0-alpha.7 " ,
56
- "@jupytercad/jupytercad-core" : " ^2.0.0-alpha.7 " ,
57
- "@jupytercad/schema" : " ^2.0.0-alpha.7 " ,
55
+ "@jupytercad/base" : " ^2.0.0-alpha.8 " ,
56
+ "@jupytercad/jupytercad-core" : " ^2.0.0-alpha.8 " ,
57
+ "@jupytercad/schema" : " ^2.0.0-alpha.8 " ,
58
58
"@jupyterlab/application" : " ^4.0.0" ,
59
59
"@jupyterlab/apputils" : " ^4.0.0" ,
60
60
"@jupyterlab/coreutils" : " ^6.0.0" ,
You can’t perform that action at this time.
0 commit comments