23 Commits

Author SHA1 Message Date
a757ae37b3 v0.0.7: Switched to lowercase decorators. 2020-02-26 16:27:24 +01:00
2b1846a008 Bugfix 2019-12-30 23:18:19 +01:00
4ca54727f1 Fixed a bug relating to custom-elements's first vnode where render(){ return <div class="example" /> } would set the example-class on the custom-element itself.
Added support for className and style similar to react
Cleaned up some comments
Reworked how tests are built in order to add a new test "pdf" which was a small side-project where previous mentioned bug showed up, it's an example using HTML to create a PDF for printing
2019-12-21 21:48:38 +01:00
93fb6927ca Updated CSX package version and the yarn.lock files 2019-11-30 19:36:15 +01:00
e4eef2cc1a Prop-decorators and supporting DOMElements as VNodes in the renderer 2019-11-29 23:06:05 +01:00
698656c8f6 SVG handling 2019-11-22 16:15:53 +01:00
029fe16b6d Supporting the ref-prop 2019-11-15 23:26:52 +01:00
f3597cbbb1 Bugfix when using ShadowDOM along with regular DOM 2019-11-15 22:05:41 +01:00
6e3fdaa718 Stoppped building sourcemaps for (ES6) transpiled CSX library, because it was being incorrectly used by subsequent steps. Resulting in bad source maps in the end-results 2019-11-15 21:17:28 +01:00
651a96a227 Built with our own fork of babel, whoo! (this fork is usable in external projects when building CSX-projects, it's class-properties proposal + decorators actually works...) 2019-11-15 01:36:08 +01:00
75923aba90 Support pushing cerxes-npm 2019-11-10 00:17:06 +01:00
5704b72542 Supporting the key-prop 2019-11-09 00:50:32 +01:00
51f894c616 Removed some Todo's that were no longer a TODO 2019-11-08 20:04:23 +01:00
3b0dce6fbe Fixed minor things, cleaned up some code 2019-11-06 00:29:09 +01:00
72f38c1137 Make sure to actually use yarn to install the main-packages, otherwise the packages.json#resolutions property will not be used and @babel/helpers would not get overruled
Overruled @babel/helpers to fix how initializers play with decorated properties. Thus circumventing the imperformant and lengthy code being generated by babel in the non-legacy option.
2019-11-05 21:11:01 +01:00
5ca9bec93a Cleaned up some stray-code 2019-11-03 15:36:54 +01:00
3a135a30d1 A working version but using non-legacy decorators should be reconsidered, and probably quite a few bugs left in the render loop 2019-11-03 15:35:19 +01:00
fc527cb156 Saving state before severe refactoring (to support a proper update-loop and future extensibility) 2019-10-26 23:52:38 +02:00
863adb9449 Reworked how decorators are used to get to our initial steps of actually updating the DOM on a state change. *phew* 2019-10-23 23:34:45 +02:00
5169c5018d Initial rendering of a Todos-MVC app. (events are called but don't trigger a re-rendering yet, renderin-function does not yet support updating DOM yet) 2019-10-23 01:13:27 +02:00
31cfda50f5 Multiple test-projects 2019-10-22 19:21:01 +02:00
afdffe57f9 Resolved some initial findings 2019-10-21 23:23:39 +02:00
8ae591810a Initial version to monorepo-setup to start experimenting with, featuring a fork of @babel JSX-transformation, and a crude VDOM>DOM rendering-step. The Custom-Elements part is just a placeholder at this point but ready to be populated with base-classes and decorators. 2019-10-21 23:22:25 +02:00