1
0
Fork 0
Commit graph

349 commits

Author SHA1 Message Date
Joost De Cock
fb03783a62 🔖 v0.29.2 2019-01-28 09:06:01 +01:00
Joost De Cock
ca55b3ea8d Fixed test for macro 2019-01-28 09:05:56 +01:00
Joost De Cock
4f516471a2 🔖 v0.29.1 2019-01-27 17:27:25 +01:00
Joost De Cock
bdc2997b1c 🐛 Fixed issue where plugins were kept around across instantiated patterns 2019-01-27 17:27:20 +01:00
Joost De Cock
09c7099365 ✏️ Added link to demo in README 2019-01-26 13:17:14 +01:00
Joost De Cock
ffec0c5c61 🔖 v0.29.0 2019-01-15 19:31:24 +01:00
Joost De Cock
be44e693c0 Support for rotation in layout 2019-01-15 19:23:36 +01:00
Joost De Cock
a75c984e6a 🔖 v0.28.2 2019-01-15 18:15:26 +01:00
Joost De Cock
9cbe557448 Support for mirroring in layout 2019-01-15 18:15:15 +01:00
Joost De Cock
202d41479c 🔖 v0.28.1 2019-01-15 14:00:22 +01:00
Joost De Cock
5054dbc587 🚧 Support for translate transforms in layout 2019-01-15 13:56:31 +01:00
Joost De Cock
99d1b41441 🔖 v0.28.0 2019-01-13 15:00:30 +01:00
Joost De Cock
eee6c2814a Added new layout setting to bypass bin packing 2019-01-13 15:00:01 +01:00
Joost De Cock
33785b5311 🔖 v0.27.1 2018-12-29 12:56:20 +01:00
Joost De Cock
cc6d52dfb6 Throw only errors 2018-12-29 12:56:09 +01:00
Joost De Cock
198d442879 🔖 v0.27.0 2018-12-29 11:45:44 +01:00
Joost De Cock
bfb4500842 Added support for boolean options 2018-12-29 11:38:46 +01:00
Joost De Cock
058d3ec280 🔖 v0.26.1 2018-12-22 11:17:33 +01:00
Joost De Cock
692cdab2ce Moved empty settings check to apply method 2018-12-22 11:17:28 +01:00
Joost De Cock
554780e1a7 🔖 v0.26.0 2018-12-22 11:14:52 +01:00
Joost De Cock
1d29b12953 💥 pattern.mergeSettings() is now pattern.appy() 2018-12-22 11:14:42 +01:00
Joost De Cock
6ad8cb6cb0 💥 pattern.with() is nowy pattern.use() 2018-12-22 10:35:57 +01:00
Joost De Cock
d07067e593 🔖 v0.24.0 2018-12-21 11:45:22 +01:00
Joost De Cock
4a6f837e27 Added path._curve() and path.curve_() methods 2018-12-21 11:44:56 +01:00
Joost De Cock
4d259dc2e5 🚨 Removed some linter warnings and unused import 2018-12-20 14:39:24 +01:00
Joost De Cock
d3e9c73e17 🔖 v0.23.3 2018-12-20 14:34:33 +01:00
Joost De Cock
488bd6b5a1 Support for multiple part dependencies 2018-12-20 14:34:26 +01:00
Joost De Cock
3fd1c7bed8 🔖 v0.23.2 2018-12-18 15:35:14 +01:00
Joost De Cock
fcbb5aa3b5 Updated debug format, and fixed insertText hook test 2018-12-18 15:35:07 +01:00
Joost De Cock
2c276998e0 🔖 v0.23.1 2018-12-17 16:13:54 +01:00
Joost De Cock
80e3cf7bb9 Passing locale to insertText hook 2018-12-17 16:13:49 +01:00
Joost De Cock
b40408c03b 🔖 v0.23.0 2018-12-17 14:39:57 +01:00
Joost De Cock
7a657fd94e Updated tests and back to new pattern.Part() 2018-12-17 14:39:50 +01:00
Joost De Cock
be9a38222f Updated tests to no longer user pattern.createPart() 2018-12-17 12:00:14 +01:00
Joost De Cock
47237bf29e Changes part creation to avoid createPart method 2018-12-17 11:49:08 +01:00
Joost De Cock
1db0f8f6bc 🔖 v0.22.3 2018-12-17 07:41:32 +01:00
Joost De Cock
261e39ba41 🐛 Fixed issue with how parts are injected 2018-12-17 07:41:20 +01:00
Joost De Cock
360df01792 🔖 v0.22.2 2018-12-16 18:44:02 +01:00
Joost De Cock
63d07c09ad 🐛 Fixed issue where pattern.mergeSettings() wouldn't handle array correctly 2018-12-16 18:43:57 +01:00
Joost De Cock
6503108e20 🔖 v0.22.1 2018-12-16 18:28:43 +01:00
Joost De Cock
2aae935ffe 🐛 Handling of settings.only=false 2018-12-16 18:28:37 +01:00
Joost De Cock
a7a082fc4c 🔖 v0.22.0 2018-12-16 18:06:39 +01:00
Joost De Cock
0fbebc4962 💥 Breaking changes to draft method and config format
Sampling is currently broken
2018-12-16 18:06:01 +01:00
Joost De Cock
e68747801f 🔖 v0.21.0 2018-12-11 19:15:57 +01:00
Joost De Cock
9e50dc1fe4 🔖 v0.20.2 2018-12-11 18:49:06 +01:00
Joost De Cock
2563eb93a3 🐛 Moved options into settings property as they should be 2018-12-11 18:49:00 +01:00
Joost De Cock
f76e28e7e6 🔖 v0.20.1 2018-12-10 12:52:33 +01:00
Joost De Cock
0a83da13b5 Updated insertText hook 2018-12-10 12:52:24 +01:00
Joost De Cock
11fb583195 🔧 Re-enabled terser 2018-12-09 14:20:16 +01:00
Joost De Cock
5148b02ee0 🔖 v0.20.0 2018-12-09 14:17:54 +01:00