Miel Truyen miel.truyen
  • Joined on 2019-01-23
miel.truyen pushed to master at cerxes/csx 2020-04-15 16:33:36 +02:00
0da07549e7 v0.0.13: Refactored the render-loop to solve hard-to-track bugs and added more (elaborate) unit-tests to make sure it all works
miel.truyen pushed to master at cerxes/csx 2020-04-14 11:54:38 +02:00
b95e5506d2 v0.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.truyen pushed to master at cerxes/csx 2020-03-29 19:38:16 +02:00
05f0e66a42 v0.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.truyen pushed to master at cerxes/csx 2020-03-14 20:53:31 +01:00
de0dd21b8d v0.0.8: Fixed issues with event-bindings
miel.truyen pushed to master at cerxes/csx 2020-02-26 16:27:30 +01:00
a757ae37b3 v0.0.7: Switched to lowercase decorators.
miel.truyen pushed to master at cerxes/csx 2019-12-30 23:18:24 +01:00
2b1846a008 Bugfix
miel.truyen pushed to master at cerxes/host 2019-12-23 13:06:36 +01:00
377567bde0 Initial version
miel.truyen created repository cerxes/host 2019-12-23 13:03:57 +01:00
miel.truyen pushed to master at cerxes/csx 2019-12-21 21:48:44 +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.
miel.truyen pushed to master at cerxes/csx 2019-11-30 19:36:35 +01:00
93fb6927ca Updated CSX package version and the yarn.lock files
miel.truyen pushed to master at cerxes/csx 2019-11-29 23:06:12 +01:00
e4eef2cc1a Prop-decorators and supporting DOMElements as VNodes in the renderer
miel.truyen pushed to master at cerxes/csx 2019-11-22 16:15:58 +01:00
698656c8f6 SVG handling
miel.truyen pushed to master at cerxes/csx 2019-11-15 23:27:01 +01:00
029fe16b6d Supporting the ref-prop
miel.truyen pushed to master at cerxes/csx 2019-11-15 22:05:47 +01:00
f3597cbbb1 Bugfix when using ShadowDOM along with regular DOM
miel.truyen pushed to master at cerxes/csx 2019-11-15 21:17:33 +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
miel.truyen pushed to master at cerxes/csx 2019-11-15 01:36:11 +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...)
miel.truyen pushed to master at cerxes/csx 2019-11-10 00:17:14 +01:00
75923aba90 Support pushing cerxes-npm
miel.truyen pushed to master at cerxes/cerxes-examples 2019-02-03 18:46:11 +01:00
8284cefccd Upgrade buildup to 0.0.17