Andrey Antukh
e3691cc0e3
🔥 Remove console.log.
2021-04-15 17:10:49 +02:00
Andrey Antukh
db7518025d
🎉 Add html template for feedback email.
2021-04-15 17:10:49 +02:00
Andrey Antukh
ac4bfc9bac
🐛 Fix excesive font fetching on embedding it.
2021-04-15 17:10:49 +02:00
Andrey Antukh
63b95e71a7
🎉 Add generic oauth2/openid-connect authentication subsystem.
2021-04-15 13:24:35 +02:00
Andrey Antukh
9e5923004f
Merge branch 'main' into develop
2021-04-15 12:44:58 +02:00
Andrey Antukh
d01eb30ef2
✨ Improve default docker-compose with env file.
2021-04-15 11:54:55 +02:00
Andrés Moya
b585c2ac22
Merge pull request #842 from penpot/advanced-path-options
...
Advanced path options
2021-04-14 16:58:16 +02:00
alonso.torres
74a09301a7
✨ Shift+select path nodes
2021-04-14 16:57:25 +02:00
alonso.torres
07799d9b01
✨ Path improvements
2021-04-14 16:57:25 +02:00
alonso.torres
48ba80c6e2
📚 Updated changelog
2021-04-14 16:57:25 +02:00
alonso.torres
74f99f0d48
✨ Toggle snap on button
2021-04-14 16:57:25 +02:00
alonso.torres
f396ef4fa0
✨ Snap for moving path nodes and handlers
2021-04-14 16:57:25 +02:00
alonso.torres
de8207c5a6
✨ Snap on paths
2021-04-14 16:57:25 +02:00
alonso.torres
5f114163dc
✨ Fixes licenses headers
2021-04-14 16:57:25 +02:00
alonso.torres
5ce2bc862c
♻️ Move streams refactor
2021-04-14 16:57:25 +02:00
alonso.torres
6db144e5ed
✨ Path-point calculation
2021-04-14 16:57:25 +02:00
alonso.torres
fc383664c7
✨ Adds join, merge, separate nodes
2021-04-14 16:57:25 +02:00
alonso.torres
bc3640893c
✨ Remove nodes
2021-04-14 16:57:25 +02:00
alonso.torres
5361e42976
✨ Path split segments
2021-04-14 16:57:25 +02:00
alonso.torres
e81b1b8115
✨ Adds point to curves tool
2021-04-14 16:57:25 +02:00
alonso.torres
421b30c1d8
✨ Snapping on path elements
2021-04-14 16:57:25 +02:00
alonso.torres
2e6dacf539
♻️ Refactor path into modules
2021-04-14 16:57:25 +02:00
alonso.torres
c22b4a1de2
✨ Allows multiple selection and move
2021-04-14 16:57:25 +02:00
alonso.torres
a06a8c648e
✨ Select path nodes in area
2021-04-14 16:57:25 +02:00
Andrey Antukh
bb719d6211
📎 Minor improvements to translations scripts.
2021-04-14 15:43:17 +02:00
Andrey Antukh
5a49ce2028
Merge pull request #808 from penpot/group-assets
...
🎉 Group items in assets sidebar
2021-04-14 14:34:31 +02:00
Andrés Moya
e8da04d4ab
🎉 Show assets as a list
2021-04-14 14:17:59 +02:00
Andrés Moya
112e656f40
🎉 Sort assets ascending / descending
2021-04-14 14:17:59 +02:00
Andrés Moya
77a2fd6e36
🎉 Bulk duplicate and delete assets
2021-04-14 14:17:59 +02:00
Andrés Moya
3613e6f3d3
🎉 Group components and graphics in assets sidebar
2021-04-14 14:17:59 +02:00
Andrey Antukh
eff333cbaf
Merge branch 'main' into develop
2021-04-14 13:52:09 +02:00
Andrey Antukh
ba0f9360f9
📎 Set version to 1.4.1-alpha.
2021-04-14 13:50:11 +02:00
Andrey Antukh
a8565dc2c2
🐛 Fix typography unlinking.
2021-04-14 08:32:06 +02:00
Andrey Antukh
9f5c19244d
🎉 Add preprocessing to svg parse method.
2021-04-13 17:16:39 +02:00
Andrey Antukh
7cc4873dd4
♻️ Move svg parsing into query rpc methods.
2021-04-13 17:16:39 +02:00
Andrey Antukh
03a031091f
🎉 Allow copy&paste from inkscape.
2021-04-13 17:16:39 +02:00
Andrés Moya
14359d9acf
Merge pull request #836 from penpot/bugfixes
...
Bugfixes
2021-04-13 15:26:52 +02:00
Andrey Antukh
bfbc715977
Merge remote-tracking branch 'origin/bugfixes' into develop
2021-04-13 14:14:03 +02:00
alonso.torres
6161911ff1
🐛 Fixes measurement on root frame
2021-04-13 14:12:21 +02:00
alonso.torres
162b0cfa6c
🐛 Fixes issue when parsing exponential numbers in paths (backport).
2021-04-13 14:07:06 +02:00
Andrey Antukh
94ccc013d7
🐛 Fix unexpected console errors on removing shape.
...
Caused because in some instances selected shapes set
will contain an id that is already removed from object.
This is a tipical race condition.
2021-04-13 14:07:06 +02:00
Andrey Antukh
239ec12529
🐛 Fix usability issue on team invitation dialog.
...
Happens when user select (autocompletion), writes or
pastes an email that starts and/or ends with a trailing
spaces. The new spec allows tailing spaces but conforms
to a valid email address without trailing spaces.
2021-04-13 14:07:06 +02:00
Andrey Antukh
99bcf0484a
🐛 Fix race conditions on profile and teams loading.
2021-04-13 14:07:06 +02:00
Andrey Antukh
6e80a2f9fb
📎 Update changelog.
2021-04-13 13:59:50 +02:00
Andrey Antukh
4cca8f0600
♻️ Refactor translations subsystem.
...
Migrate from plain json files to gettext.
2021-04-13 13:59:50 +02:00
alonso.torres
b9ca4e7f9b
🐛 Fixes issue when parsing exponential numbers in paths
2021-04-13 13:40:08 +02:00
Andrey Antukh
464a686c04
🐛 Fix incorrect handling of user lang selection.
...
That causes double loading of the http resources
in some circumstances.
2021-04-13 12:41:34 +02:00
mathieu.brunot
f0439da293
✨ Frontend can receive hash from CI
...
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2021-04-13 11:59:52 +02:00
Andrey Antukh
f545e41d10
📎 Fix license header.
2021-04-12 16:49:43 +02:00
Andrey Antukh
7d14aef393
♻️ Refactor http client.
...
Start using Fetch API.
2021-04-12 16:49:43 +02:00