Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Enormous rework of (mostly frontend) code. #211

Merged
merged 27 commits into from
Nov 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
de54b5a
Enormous rework of (mostly frontend) code.
twavv Oct 4, 2018
1f8406d
Fix js_str interpolation broken by changing JSON.lower(::JSString) an…
twavv Oct 4, 2018
5205045
Add Blink integration (though broken?).
twavv Oct 5, 2018
5108948
Fix Blink, allow strings to be rendered as children of nodes/scopes.
twavv Oct 5, 2018
64564af
Implement SystemJS resource loading (partially).
twavv Oct 5, 2018
1e1a273
Implement IFrames.
twavv Oct 7, 2018
8768afd
Remove JSExpr from test dependencies.
twavv Oct 7, 2018
16d6f18
Restructure frontend code as monorepo.
twavv Oct 8, 2018
6238632
Fix @js_str macro.
twavv Oct 10, 2018
8a132c9
+Jupyter notebook integration, better (not yet quite working) Interac…
twavv Oct 10, 2018
6c232be
Rename data to schema, allow node extensibility.
twavv Oct 10, 2018
42f8ee4
Add ObservableNode, modify context binding.
twavv Oct 13, 2018
25178d3
Working WebIO! :party:
twavv Oct 14, 2018
03e13bc
Add installation of nbextension to build.
twavv Oct 14, 2018
5e19fdd
Add rel/type/media attributes to link tags when importing CSS.
twavv Oct 14, 2018
366b819
Check in optimized versions of providers.
twavv Oct 14, 2018
d55c8d7
Add interactbulma hack.
twavv Oct 14, 2018
3449c3d
Stability fix in Juptyer, general cleanup.
twavv Oct 15, 2018
bbda73e
Use global scope resolution of observables.
twavv Oct 19, 2018
7cc2d59
Jupyter notebook is stable! :party:
twavv Oct 19, 2018
ea3a590
Delete old WebIO frontend code.
twavv Oct 19, 2018
6bde538
Respect systemjs_options.
twavv Oct 20, 2018
5776c56
Render scopes within observables.
twavv Oct 28, 2018
3ada5c4
Implement observable reconciliation.
twavv Oct 28, 2018
8b5b6de
Stability improvements, render widgets within observables, perform _s…
twavv Nov 1, 2018
c009505
Fix issue with importsLoaded handler.
twavv Nov 4, 2018
557c4a0
Merge upstream into branch.
twavv Nov 4, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ yarn.lock
node_modules
*.pyc
deps/build.log

*.ipynb_checkpoints
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ Notice the last expression actually _calls_ the scope `w` with the contents to d

### Sending values from Julia to JavaScript

Here's a clock where the time is formatted and updated every second from Julia. We use the `onjs` handler and mutate the `#clock` DOM element to achieve this.
Here's a clock where the time is formatted and updated every second from Julia. We use the `onjs` handler and mutate the `#clock` DOM element to acheive this.

```julia
using Dates
Expand Down
14 changes: 0 additions & 14 deletions assets/providers/blink_setup.js

This file was deleted.

42 changes: 0 additions & 42 deletions assets/providers/ijulia_setup.js

This file was deleted.

47 changes: 0 additions & 47 deletions assets/providers/mux_setup.js

This file was deleted.

22 changes: 0 additions & 22 deletions assets/providers/websocket_connection.js

This file was deleted.

3 changes: 0 additions & 3 deletions assets/systemjs-test/amd-dep.js

This file was deleted.

3 changes: 0 additions & 3 deletions assets/systemjs-test/amd.js

This file was deleted.

3 changes: 0 additions & 3 deletions assets/systemjs-test/cjs-dep.js

This file was deleted.

3 changes: 0 additions & 3 deletions assets/systemjs-test/cjs.js

This file was deleted.

Loading