1
0
Fork 0
Commit graph

408 commits

Author SHA1 Message Date
Joost De Cock
cb5ec775d7 release: Publish v2.11.0-rc.2 2021-01-05 20:23:27 +01:00
Joost De Cock
1bbf61700c chore: Reconfigure packages 2020-12-31 13:54:47 +01:00
Joost De Cock
85ab21fdd1 release: Publish v2.11.0-rc.1 2020-12-31 13:54:20 +01:00
Joost De Cock
9753d96daf chore: Reconfigure packages 2020-12-30 14:49:22 +01:00
Joost De Cock
73b9515f2a release: Publish v2.11.0-rc.0 2020-12-30 14:48:39 +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
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
Sanne Kalkman
fc4124e62e remove space in translate svg 2020-11-23 16:50:32 +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
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
34758a8690 fix: Core dependency 2020-11-07 12:38:57 +01:00
Joost De Cock
995971dfaf chore: Reconfigure packages 2020-11-04 20:45:18 +01:00
Joost De Cock
99ebd4dd06 chore: Removed console.log statement 2020-11-04 20:29:14 +01:00
Joost De Cock
12692e1a64 chore: Changes required for ES6 version of bezier-js 2020-11-04 20:06:19 +01:00
dependabot-preview[bot]
f5482067d0
chore(deps): bump bezier-js from 2.6.1 to 3.0.1
Bumps [bezier-js](https://github.com/Pomax/bezierjs) from 2.6.1 to 3.0.1.
- [Release notes](https://github.com/Pomax/bezierjs/releases)
- [Commits](https://github.com/Pomax/bezierjs/compare/v2.6.1...v3.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-30 16:54:10 +00: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
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
177974288e chore: Reconfigure packages 2020-09-12 19:05:38 +02:00
Joost De Cock
72c2a6c9e7 feat(core): Added support for conditional plugins 2020-09-12 19:01:12 +02:00
Joost De Cock
a76ae76fb0 feat(core): Added info type to raise method 2020-09-12 16:31:55 +02:00
Joost De Cock
4a113d757b chore: Reconfigure packages 2020-09-11 09:09:35 +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
9615a0b464 chore: Reconfigure packages 2020-08-30 12:07:34 +02:00