1
0
Fork 0
Commit graph

17 commits

Author SHA1 Message Date
Joost De Cock
4a72b581d8 fix(components): Add sass plugin to rollup 2021-05-23 11:56:50 +02:00
Joost De Cock
85cf29bcc7 wip: Auto-updated dependencies 2021-05-22 12:15:10 +02:00
Joost De Cock
29df8e2ceb fix(components): Include all components in build 2020-12-26 13:19:16 +01:00
Joost De Cock
a7e3cd4623 feat: Support in Workbench for loading config from gist 2020-11-15 17:30:56 +01:00
Joost De Cock
1a5b2769aa feat(components): Better snippet support in Draft component
The Draft react component would load the snippets that are part of our
plugin bundle. However, any additional snippets that are created by
plugins would not not get added to the `defs` section, and thus not
be rendered.

This changes the behavior by doing two things:

 - in `core` it adds an SVG object to the renderProps, and makes
   sure to run the `preRender` hook on this SVG object prior to
   returning the renderProps. This way, svg.defs now holds all
   defs, including any that may have been added by custom plugins
 - in the `Draft` component, we no longer add a list of predefined
   snippets to the defs section, but instead just use the svg.defs
   section verbatim. This removes any discrepancies in how SVG
   rendering and React rendering handles the defs section of the
   SVG document, and thus displays snippets.
2020-11-08 18:19:10 +01:00
Joost De Cock
625baa6d17 wip: Further work on development environment 2020-10-31 16:53:39 +01:00
Joost De Cock
cc0d2b17b6 chore(components): Removed footer component 2020-08-09 17:42:38 +02:00
Joost De Cock
a548a6964d feat(paco): Initial merge of my work on the paco pattern
This also includes a lot of dependency updates
2020-08-02 19:17:06 +02:00
Joost De Cock
558c92f10a chore: Fixed rollup config for components 2020-07-19 18:40:15 +02:00
Joost De Cock
03da84b824 feat(core): Added new debug event type and debug system 2020-07-18 16:48:29 +02:00
Joost De Cock
054b7565e6 feat(components): Added pan and zoom to Workbench. Closes #368 2020-04-25 13:29:02 +02:00
Joost De Cock
d3a1ea6554 🔧 Reconfigure packages 2019-05-31 16:09:41 +02:00
Joost De Cock
341d5fdb8b 🚧 Changes to components and css 2019-05-30 15:36:58 +02:00
Joost De Cock
b18b117948 Added pattern examples 2019-05-28 07:44:07 +02:00
Joost De Cock
4d24dfe998 🔧 Changed export for components 2019-05-27 07:52:34 +02:00
Joost De Cock
0461c64b9a 🚧 Handling of package.json exceptions 2019-04-20 19:23:22 +02:00
Joost De Cock
a3ff3a7462 🔧 Centrally confifured package and rollup files 2019-04-19 17:31:44 +02:00