1
0
Fork 0
Commit graph

521 commits

Author SHA1 Message Date
Joost De Cock
5f734e3223 breaking(components): Removed the Emblem, Navbar, and Ogol components 2020-12-30 14:45:48 +01:00
Joost De Cock
5944f73503 chore: Reconfigure packages 2020-12-29 18:50:18 +01:00
Joost De Cock
c3e1687b1b release: Publish v2.10.8-rc.1 2020-12-29 18:49:50 +01:00
Joost De Cock
70eba4ce5a fix(components): Include snippets provided by theme plugin in Example component
Whereas most snippets are provided by build-time plugins that are
part of the plugin bundle, some of them are provided by the theme
plugin, which is a run-time plugin, and so we depend on the frontend
integration to make these available.

In the long(er) run, it might make more sense to move these to
another build-time plugin, but for the time being I've included
them into the Example component until we've clearly idendified
the ripple effects that moving them would have.

See #757 for follow-up of this.
2020-12-29 18:27:37 +01:00
Joost De Cock
29df8e2ceb fix(components): Include all components in build 2020-12-26 13:19:16 +01:00
Joost De Cock
cc8657d750 chore: Reconfigure packages 2020-12-25 10:03:22 +01:00
Joost De Cock
1984c2aa40 release: Publish v2.10.8-rc.0 2020-12-25 10:02:47 +01:00
Joost De Cock
7cbad594f8 chore: Reconfigure packages 2020-11-18 20:30:14 +01:00
Joost De Cock
10774ce3bd release: Publish v2.10.6 2020-11-15 17:31:11 +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
8c2a61fdca chore: Reconfigure packages 2020-11-14 15:43:12 +01:00
Joost De Cock
448371a478 release: Publish v2.10.5 2020-11-14 15:42:46 +01:00
Joost De Cock
6a58967873 chore: Reconfigure packages 2020-11-13 18:25:11 +01:00
Joost De Cock
1ed1c1c0a3 release: Publish v2.10.4 2020-11-13 18:21:44 +01:00
Joost De Cock
366d88ace1 chore: Reconfigure packages 2020-11-08 18:26:38 +01:00
Joost De Cock
22710626fd release: Publish v2.10.3 2020-11-08 18:24:53 +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
0f333b8c38 chore: Reconfigure packages 2020-11-07 14:35:07 +01:00
Joost De Cock
e0415c9e32 release: Publish v2.10.2 2020-11-07 14:25:21 +01:00
Joost De Cock
32296c02f6 chore: Reconfigure packages 2020-11-07 12:40:17 +01:00
Joost De Cock
b79c67be56 release: Publish v2.10.1 2020-11-07 12:39:52 +01:00
Joost De Cock
324f2c9d37 chore: Switched to latest tag 2020-11-07 12:39:30 +01:00
Joost De Cock
64644a2b18 chore: Peer dependencies for components 2020-11-06 07:34:46 +01:00
Joost De Cock
94d10a955e chore: Updated dependencies 2020-11-04 20:55:37 +01:00
Joost De Cock
995971dfaf chore: Reconfigure packages 2020-11-04 20:45:18 +01:00
Joost De Cock
cd0033a94f fix: Issue with workbench when there's no measurements 2020-11-03 19:13:13 +01:00
Joost De Cock
2e6e2c6d82 chore: Save as gist in development environement 2020-10-31 16:58:54 +01:00
Joost De Cock
625baa6d17 wip: Further work on development environment 2020-10-31 16:53:39 +01:00
Joost De Cock
e4756087d8 wip: Working on development environment 2020-10-25 18:35:28 +01:00
Joost De Cock
cc601c1895 chore: Reconfigure packages 2020-10-17 17:29:25 +02:00
Joost De Cock
010b128c7e release: Publish v2.10.0 2020-10-17 17:24:40 +02:00
Joost De Cock
dc07231462 chore: Reconfigure packages 2020-10-17 17:24:27 +02:00
Joost De Cock
20ea3c18bc release: Publish v2.10.0-rc.1 2020-10-17 16:32:17 +02:00
Joost De Cock
d001664fb1 feat(components): Added linedrawing for Albert 2020-10-17 16:31:31 +02:00
Joost De Cock
5cd5feaf25 chore: Reconfigure packages 2020-10-17 11:29:50 +02:00
Joost De Cock
a2a12af4b0 release: Publish v2.10.0-rc.0 2020-10-14 19:28:29 +02:00
Joost De Cock
e227491af4 chore: Reconfigure packages 2020-10-03 16:01:37 +02:00
Joost De Cock
220e56cf75 chore: Reconfigure packages 2020-09-27 18:09:01 +02:00
Joost De Cock
08dc058d9c chore: Reconfigure packages 2020-09-19 17:23:55 +02:00
Joost De Cock
e2aac09155 chore: Reconfigure packages 2020-09-16 15:48:59 +02:00
Joost De Cock
121b25fea0 chore: Reconfigure packages 2020-09-13 10:02:30 +02:00
Joost De Cock
1357845e36 release: Publish v2.9.0-rc.3 2020-09-13 09:58:09 +02:00
Joost De Cock
49a057e60b chore: Reconfigure packages 2020-09-12 19:28:02 +02:00
Joost De Cock
c9b077fbea release: Publish v2.9.0-rc.2 2020-09-12 19:18:27 +02:00
Joost De Cock
32b7debfe2 chore(components): Fixed margin issue in workbench 2020-09-12 19:02:07 +02:00
Joost De Cock
4a113d757b chore: Reconfigure packages 2020-09-11 09:09:35 +02:00
Joost De Cock
1ba59f47c6 feat(components): Added Discord icon 2020-09-11 09:00:05 +02:00
Joost De Cock
7148d24905 release: Publish v2.9.0-rc.0 2020-09-09 08:55:59 +02:00
Joost De Cock
b74c5fc705 chore: Reconfigure packages 2020-09-09 08:54:50 +02:00
Joost De Cock
a1a690db7b chore(components): Added Teagan line drawing 2020-09-09 08:49:58 +02:00