0da07549e7v0.0.13: Refactored the render-loop to solve hard-to-track bugs and added more (elaborate) unit-tests to make sure it all worksMiel Truyen2020-04-15 16:33:32 +02:00
b95e5506d2v0.0.11: Added unit-tests, solved the key={...} problem, updated the build/watch configuration of CSX to be able to build minified and non-minified bundle outputs, as well as a CJS version of lib/ (for consuming in Node-environment, like Jest). The previous tests were renamed to examples, and should still need to be updated.Miel Truyen2020-04-14 11:54:30 +02:00
05f0e66a42v0.0.10: Attempt to fix a bug, and added callback in customElement to trigger code after-render (renderCallback, in analogy with CustomElement's callbacks)Miel Truyen2020-03-29 19:37:54 +02:00
de0dd21b8dv0.0.8: Fixed issues with event-bindingsMiel Truyen2020-03-14 20:53:28 +01:00
a757ae37b3v0.0.7: Switched to lowercase decorators.Miel Truyen2020-02-26 16:27:24 +01:00
4ca54727f1Fixed 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 printingMiel Truyen2019-12-21 21:48:38 +01:00
93fb6927caUpdated CSX package version and the yarn.lock filesMiel Truyen2019-11-30 19:36:15 +01:00
e4eef2cc1aProp-decorators and supporting DOMElements as VNodes in the rendererMiel Truyen2019-11-29 23:06:05 +01:00
f3597cbbb1Bugfix when using ShadowDOM along with regular DOMMiel Truyen2019-11-15 22:05:41 +01:00
6e3fdaa718Stoppped building sourcemaps for (ES6) transpiled CSX library, because it was being incorrectly used by subsequent steps. Resulting in bad source maps in the end-resultsMiel Truyen2019-11-15 21:17:28 +01:00
651a96a227Built 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...)Miel Truyen2019-11-15 01:36:08 +01:00
51f894c616Removed some Todo's that were no longer a TODOMiel Truyen2019-11-08 20:04:23 +01:00
3b0dce6fbeFixed minor things, cleaned up some codeMiel Truyen2019-11-06 00:29:09 +01:00
72f38c1137Make 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 overruledMiel Truyen2019-11-05 21:11:01 +01:00
3a135a30d1A working version but using non-legacy decorators should be reconsidered, and probably quite a few bugs left in the render loopMiel Truyen2019-11-03 15:35:19 +01:00
fc527cb156Saving state before severe refactoring (to support a proper update-loop and future extensibility)Miel Truyen2019-10-26 23:52:38 +02:00
863adb9449Reworked how decorators are used to get to our initial steps of actually updating the DOM on a state change. *phew*Miel Truyen2019-10-23 23:34:45 +02:00
5169c5018dInitial 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)Miel Truyen2019-10-23 01:13:27 +02:00
8ae591810aInitial 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.Miel Truyen2019-10-21 23:22:25 +02:00