Miel Truyen miel.truyen
  • Joined on 2019-01-22
miel.truyen pushed to master at cerxes/openmaptiles 2020-07-01 12:41:26 +00:00
5208f1adbd Make DC User and Password configurable
miel.truyen pushed to master at cerxes/csx 2020-06-08 22:25:35 +00:00
15506fe890 v0.0.15: Function components
miel.truyen pushed to master at cerxes/openmaptiles 2020-05-31 18:10:02 +00:00
79d5f801d2 Use 8081 because 8080 is overused
miel.truyen pushed to master at cerxes/openmaptiles 2020-05-31 18:04:32 +00:00
27984a8722 Attempt #1 at adding more details about landuse (like parking, religious buildings, sport-centre)
c6fff879ac remove automatic osmfr choice (#902)
99c6be722d Add "shop=car_parts" (#874)
28af9c0d9a Add BORDERS_CLEANUP param to .env (#886)
dbf130deb0 Allow custom ports for postserve/tileserver (#887)
miel.truyen created repository cerxes/openmaptiles 2020-05-31 18:03:08 +00:00
miel.truyen pushed to master at cerxes/csx 2020-04-15 14:33:36 +00: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 09:54:38 +00: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 17:38:16 +00: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 19:53:31 +00:00
de0dd21b8d v0.0.8: Fixed issues with event-bindings
miel.truyen pushed to master at cerxes/csx 2020-02-26 15:27:30 +00:00
a757ae37b3 v0.0.7: Switched to lowercase decorators.
miel.truyen pushed to master at cerxes/csx 2019-12-30 22:18:24 +00:00
2b1846a008 Bugfix
miel.truyen pushed to master at cerxes/host 2019-12-23 12:06:36 +00:00
377567bde0 Initial version
miel.truyen created repository cerxes/host 2019-12-23 12:03:57 +00:00
miel.truyen pushed to master at cerxes/csx 2019-12-21 20:48:44 +00: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 18:36:35 +00:00
93fb6927ca Updated CSX package version and the yarn.lock files
miel.truyen pushed to master at cerxes/csx 2019-11-29 22:06:12 +00:00
e4eef2cc1a Prop-decorators and supporting DOMElements as VNodes in the renderer
miel.truyen pushed to master at cerxes/csx 2019-11-22 15:15:58 +00:00
698656c8f6 SVG handling
miel.truyen pushed to master at cerxes/csx 2019-11-15 22:27:01 +00:00
029fe16b6d Supporting the ref-prop
miel.truyen pushed to master at cerxes/csx 2019-11-15 21:05:47 +00:00
f3597cbbb1 Bugfix when using ShadowDOM along with regular DOM
miel.truyen pushed to master at cerxes/csx 2019-11-15 20:17:33 +00: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