Commit Graph

  • b093d2d2b6
    chore(deps-dev): bump prettier from 2.5.0 to 2.5.1 (#4360) dependabot[bot] 2021-12-31 02:49:43 +02:00
  • 69548c5502
    chore(deps): bump @types/react from 17.0.37 to 17.0.38 (#4483) dependabot[bot] 2021-12-31 02:49:15 +02:00
  • 6ca0afa6e5
    chore(deps-dev): bump @types/chai from 4.2.22 to 4.3.0 (#4394) dependabot[bot] 2021-12-31 02:48:59 +02:00
  • c50f81b829
    chore(deps-dev): bump @babel/plugin-transform-arrow-functions (#4426) dependabot[bot] 2021-12-31 02:47:42 +02:00
  • b122c8c4eb
    chore(deps-dev): bump @babel/plugin-transform-async-to-generator (#4437) dependabot[bot] 2021-12-31 02:47:16 +02:00
  • 9a7216fe94
    chore(deps-dev): bump terser-webpack-plugin in /src/packages/excalidraw (#4423) dependabot[bot] 2021-12-31 02:46:52 +02:00
  • 8eee749076
    chore(deps-dev): bump @babel/preset-typescript in /src/packages/utils (#4430) dependabot[bot] 2021-12-31 02:46:36 +02:00
  • 2158ad0656
    chore(deps-dev): bump @babel/core in /src/packages/utils (#4435) dependabot[bot] 2021-12-31 02:45:49 +02:00
  • 74c3fea7f5
    chore(deps): bump typescript from 4.5.2 to 4.5.4 (#4442) dependabot[bot] 2021-12-31 02:45:31 +02:00
  • 5e456e6d05
    chore(deps-dev): bump lint-staged from 12.1.2 to 12.1.4 (#4478) dependabot[bot] 2021-12-31 02:45:09 +02:00
  • 477cce2ed6
    fix: Text wrapping with grid (#4505) (#4506) zsviczian 2021-12-30 19:10:31 +01:00
  • dd8e465304
    feat: Support updating text properties by clicking on container (#4499) Aakansha Doshi 2021-12-29 16:49:52 +05:30
  • 11396a21de
    fix: check if process is defined before using so it works in browser (#4497) Aakansha Doshi 2021-12-28 17:17:41 +05:30
  • 38236bc5e0
    tests: Add tests for wrapText util (#4495) Aakansha Doshi 2021-12-28 16:52:57 +05:30
  • 63ce5b82d7
    fix: pending review fixes for sticky notes (#4493) Aakansha Doshi 2021-12-28 16:24:44 +05:30
  • bae0e985b2
    fix: prevent browser from scrolling when panning (#4489) David Luzar 2021-12-27 14:18:11 +01:00
  • 04f852a40a
    build: Added example folder for testing @excalidraw/excalidraw in local (#4488) Aakansha Doshi 2021-12-27 18:01:33 +05:30
  • f463c047c0
    fix: pasted elements except binded text once paste action is complete (#4472) Aakansha Doshi 2021-12-23 22:07:16 +05:30
  • 1fd347cade
    fix: don't select binded text when ungrouping (#4470) Aakansha Doshi 2021-12-23 21:36:29 +05:30
  • ef62390841
    fix: set height correctly when text properties updated while editing in container until first submit (#4469) Aakansha Doshi 2021-12-23 17:02:35 +05:30
  • bf2bca221e
    fix: align and distribute binded text in container and cleanup (#4468) Aakansha Doshi 2021-12-23 17:02:13 +05:30
  • d0733b1960
    fix: move binded text when moving container using keyboard (#4466) Aakansha Doshi 2021-12-23 01:47:14 +05:30
  • 64c2d76cfa
    fix: support dragging binded text in container selected in a group (#4462) Aakansha Doshi 2021-12-22 19:16:49 +05:30
  • c76784b774
    fix: Scope drag and drop events to Excalidraw container to prevent overriding the host drag and drop events (#4445) zsviczian 2021-12-22 14:25:34 +01:00
  • 25e54e5999
    fix: vertically align single line when deleting text in bounded container (#4460) Aakansha Doshi 2021-12-22 15:32:21 +05:30
  • 55b7a7d554
    fix: update height correctly when updating text properties in binded text (#4459) Aakansha Doshi 2021-12-22 12:08:51 +05:30
  • c1c37a6ee7
    fix: align library item previews to center (#4447) David Luzar 2021-12-21 19:59:36 +01:00
  • 25b529f519
    fix: vertically center align text when text deleted (#4457) Aakansha Doshi 2021-12-22 00:07:55 +05:30
  • 8e6a747873
    fix: vertically center the first line as user starts typing in container (#4454) Aakansha Doshi 2021-12-21 23:08:36 +05:30
  • 089b05db1b
    fix: switch cursor to center of container when adding text when dimensions are too small (#4452) Aakansha Doshi 2021-12-21 19:00:01 +05:30
  • 081e097cef
    fix: vertically center align the bounded text correctly when zoomed (#4444) Aakansha Doshi 2021-12-21 17:13:11 +05:30
  • 8b5657e1ce
    fix: support updating stroke color for text by typing in color picker input (#4415) Aakansha Doshi 2021-12-17 20:15:22 +05:30
  • 8b2b03347c
    fix: bound text not atomic with container when changing z-index (#4414) Aakansha Doshi 2021-12-17 18:40:37 +05:30
  • c2a8712593
    fix: update viewport coords correctly when editing text (#4416) Aakansha Doshi 2021-12-17 16:08:18 +05:30
  • ff1d7728a0
    fix: use word-break break-word only and update text editor height only when binded to container (#4410) Aakansha Doshi 2021-12-17 15:24:23 +05:30
  • 98b5c37e45
    feat: bind text to shapes when pressing enter and support sticky notes 🎉 (#4343) Aakansha Doshi 2021-12-16 21:14:03 +05:30
  • 7db63bd397
    feat: redesign toolbar & tweaks (#4387) David Luzar 2021-12-15 15:31:44 +01:00
  • 390da3fd0f
    feat: change boundElementIdsboundElements (#4404) David Luzar 2021-12-14 16:07:01 +01:00
  • 104664cb9e
    feat: support selecting multiple points when editing line (#4373) David Luzar 2021-12-13 13:35:07 +01:00
  • c822055ec8
    chore(deps-dev): bump sass-loader in /src/packages/utils (#4390) dependabot[bot] 2021-12-13 11:42:29 +05:30
  • e15d73d94c
    chore(deps-dev): bump typescript in /src/packages/excalidraw (#4392) dependabot[bot] 2021-12-13 11:42:18 +05:30
  • 80ee097b85
    chore(deps-dev): bump webpack in /src/packages/utils (#4391) dependabot[bot] 2021-12-13 11:42:03 +05:30
  • 10048b877b
    chore(deps-dev): bump webpack in /src/packages/excalidraw (#4389) dependabot[bot] 2021-12-13 10:41:00 +05:30
  • 5dd5862bb9
    chore(deps-dev): bump sass-loader in /src/packages/excalidraw (#4393) dependabot[bot] 2021-12-13 10:40:41 +05:30
  • 79989fedda
    chore: bump roughjs version (#4386) Preet 2021-12-11 13:46:44 -08:00
  • cecabc2196
    fix: husky not able to execute pre-commit on windows (#4370) Jai Kumar Dewani 2021-12-09 19:45:54 +05:30
  • ed8fb40b63
    fix: make firebase config parsing not fail on undefined env (#4381) David Luzar 2021-12-09 13:24:41 +01:00
  • 6e391728fe
    build: remove file loader and migrate to asset modules webpack for font assets (#4380) Aakansha Doshi 2021-12-08 15:56:25 +05:30
  • dfbfbc3f11
    feat: set package build target to es2017 (#4341) David Luzar 2021-12-07 16:38:46 +01:00
  • 9b8ee3cacf feat: horizontally center toolbar menu dwelle 2021-12-05 17:47:19 +01:00
  • 4ea73d5d5b
    feat: Add support for rounded corners in diamond (#4369) Jai Kumar Dewani 2021-12-05 21:26:19 +05:30
  • 618f204ddd
    feat: allow zooming up to 3000% (#4358) David Luzar 2021-12-04 14:51:28 +01:00
  • 720588130c
    feat: stop discarding precision when rendering (#4357) David Luzar 2021-12-04 14:49:57 +01:00
  • f354788cd0
    fix: adding to library via contextmenu when no image is selected (#4356) zsviczian 2021-12-04 11:59:37 +01:00
  • 1c7ee09010
    feat: support Image binding (#4347) zsviczian 2021-12-03 11:42:28 +01:00
  • ca15b0a008
    chore(deps-dev): bump postcss-loader in /src/packages/excalidraw (#4329) dependabot[bot] 2021-12-02 16:10:06 +02:00
  • 650930c5ce
    chore(deps-dev): bump webpack in /src/packages/utils (#4328) dependabot[bot] 2021-12-02 16:09:53 +02:00
  • 79c0d59244
    chore(deps-dev): bump webpack in /src/packages/excalidraw (#4327) dependabot[bot] 2021-12-02 16:09:44 +02:00
  • cd50b5f7e9
    chore(deps): bump @types/react from 17.0.35 to 17.0.37 (#4332) dependabot[bot] 2021-12-02 16:09:20 +02:00
  • c0434957ff
    chore(deps): bump @testing-library/jest-dom from 5.15.0 to 5.15.1 (#4333) dependabot[bot] 2021-12-02 16:08:59 +02:00
  • 66aeaeb38d
    chore(deps): bump @tldraw/vec from 0.1.3 to 1.1.5 (#4334) dependabot[bot] 2021-12-02 16:08:30 +02:00
  • 7f545e74ab
    chore(deps): bump sass from 1.43.4 to 1.43.5 (#4330) dependabot[bot] 2021-12-02 15:12:01 +02:00
  • a776955579
    chore(deps-dev): bump prettier from 2.4.1 to 2.5.0 (#4331) dependabot[bot] 2021-12-02 15:11:17 +02:00
  • afa7932c9b
    feat: set appState.exportBackground to true when exporting to jpg (#4342) David Luzar 2021-11-30 22:08:55 +01:00
  • 1ee8d7d082
    chore(deps): Bump browser-fs-access to latest version (#4338) Thomas Steiner 2021-11-29 22:23:12 +01:00
  • 06db702b5d
    feat: support selecting multiple library items via shift (#4306) David Luzar 2021-11-26 12:46:23 +01:00
  • b53d1f6f3e
    feat: improve library preview image generation on publish (#4321) David Luzar 2021-11-26 11:46:13 +01:00
  • ca1f3aa094
    chore: Update translations from Crowdin (#4258) Excalidraw Bot 2021-11-26 11:27:28 +01:00
  • 8ff159e76e
    fix: export scale quality regression (#4316) David Luzar 2021-11-25 14:05:22 +01:00
  • f9d2d537a2
    feat: add element.updated (#4070) David Luzar 2021-11-24 18:38:33 +01:00
  • dac970c640
    chore(deps-dev): bump @babel/preset-env in /src/packages/utils (#4291) dependabot[bot] 2021-11-24 16:55:14 +00:00
  • 78bb3b3d84
    chore(deps-dev): bump @babel/plugin-transform-runtime (#4292) dependabot[bot] 2021-11-24 18:54:33 +02:00
  • 7d9d7ad297
    chore(deps-dev): bump @babel/plugin-transform-runtime (#4288) dependabot[bot] 2021-11-24 18:54:13 +02:00
  • de20a5e3ba
    chore(deps-dev): bump webpack in /src/packages/excalidraw (#4314) dependabot[bot] 2021-11-24 18:52:51 +02:00
  • 289f72e45d
    chore(deps-dev): bump webpack in /src/packages/utils (#4315) dependabot[bot] 2021-11-24 18:52:36 +02:00
  • 6dd0e6a4c5
    fix: remove 100% height from tooltip container to fix layout issues (#3980) David Luzar 2021-11-24 17:16:18 +01:00
  • 96b31ecbce
    fix: inline ENV variables when building excalidraw package (#4311) David Luzar 2021-11-24 16:25:19 +01:00
  • a132f154cb
    chore(deps-dev): bump @babel/preset-env in /src/packages/excalidraw (#4286) dependabot[bot] 2021-11-24 17:22:57 +02:00
  • 23acd8f6d1
    chore(deps-dev): bump mini-css-extract-plugin (#4289) dependabot[bot] 2021-11-24 17:22:34 +02:00
  • a60709f5ea
    chore(deps-dev): bump lint-staged from 12.0.1 to 12.1.2 (#4312) dependabot[bot] 2021-11-24 17:21:06 +02:00
  • 896c476716
    feat: compress shareLink data when uploading to json server (#4225) David Luzar 2021-11-24 14:45:13 +01:00
  • 133ba19919
    chore(deps): bump @types/jest from 27.0.2 to 27.0.3 (#4295) dependabot[bot] 2021-11-24 15:40:49 +02:00
  • a2136bfe9d
    chore(deps): bump @types/react from 17.0.34 to 17.0.35 (#4297) dependabot[bot] 2021-11-24 15:39:32 +02:00
  • 6fbd64fdaa
    chore(deps-dev): bump firebase-tools from 9.22.0 to 9.23.0 (#4293) dependabot[bot] 2021-11-24 15:39:16 +02:00
  • cc4b0c2932
    feat: supply version param when installing libraries (#4305) David Luzar 2021-11-23 17:59:26 +01:00
  • b6ef953dc9
    fix: SVG export in dark mode with embedded bitmap image (#4285) zsviczian 2021-11-20 15:31:51 +01:00
  • 620b662085
    chore: bump typescript@4.5.2 (#4283) David Luzar 2021-11-19 19:51:28 +01:00
  • 1c11df011a
    fix: new FS API not working on Linux (#4280) David Luzar 2021-11-19 14:20:42 +01:00
  • 59e9651547
    feat: log FS abortError to console (#4279) David Luzar 2021-11-19 10:54:23 +01:00
  • 1c48d122e0
    fix: url -> URL for consistency (#4277) Aakansha Doshi 2021-11-19 11:21:23 +05:30
  • e4d02fb275
    feat: Add validation for website and remove validation for library item name (#4269) Aakansha Doshi 2021-11-18 15:54:26 +05:30
  • 34a382ace9
    fix: prevent adding images to library via contextMenu (#4264) David Luzar 2021-11-17 21:06:26 +01:00
  • e60e48e67d
    fix: account for libraries v2 when prompting (#4263) David Luzar 2021-11-17 20:54:40 +01:00
  • 84d1d9993c
    feat: Allow publishing libraries from UI (#4115) Aakansha Doshi 2021-11-17 23:53:43 +05:30
  • 3ff9744b39
    feat: create confirm dialog to use instead of window.confirm (#4256) Aakansha Doshi 2021-11-16 18:55:56 +05:30
  • b9abcc825a
    chore(deps-dev): bump webpack in /src/packages/utils (#4245) dependabot[bot] 2021-11-14 10:47:31 +01:00
  • 9679eaf74c
    chore(deps-dev): bump @types/web from 0.0.46 to 0.0.47 (#4249) dependabot[bot] 2021-11-14 10:46:42 +01:00
  • 284747d742
    chore(deps-dev): bump terser-webpack-plugin in /src/packages/excalidraw (#4243) dependabot[bot] 2021-11-14 10:46:18 +01:00
  • 876f85fd7a
    chore(deps-dev): bump webpack in /src/packages/excalidraw (#4244) dependabot[bot] 2021-11-14 10:45:55 +01:00
  • efc2bbed21
    chore(deps): bump browser-fs-access from 0.21.0 to 0.21.1 (#4248) dependabot[bot] 2021-11-14 10:45:29 +01:00