Commits at 967c346d1006e22d1785ff4e1277e8c7ef264317
0b8cf9f2
components/v0.1.4
Shota Fuji
authored at
2021-01-15 10:32:30 +0000
Shota Fuji
comitted at
2021-01-15 10:32:30 +0000
061f2204
fix(components): Specify z-index on page selector
Prevent canvas contents overlapping control UI, which visible for
<figspec-file-viewer/>.
Shota Fuji
authored at
2021-01-15 10:30:50 +0000
Shota Fuji
comitted at
2021-01-15 10:30:50 +0000
669eb592
fix(components): Disable canvas interaction on inspector
https://github.com/pocka/figspec/pull/12#issuecomment-754766352
Since event handlers listens at a root of the CustomElement, gestures
working even on the inspector panel. This commit prevents these gestures
from working on the inspector panel by adding `stopPropagation`.
The "space+drag" functionallity, on the other hand, can't be prevented
because it's registered via `onmouse~` but I don't think it's critical
for UX.
I also fixed some elements' sizing so they could scroll and be sized
properly.
Shota Fuji
authored at
2021-01-15 10:25:22 +0000
Shota Fuji
comitted at
2021-01-15 10:25:22 +0000
dfd433cc
Merge pull request #12 from yannbf/feature/inspector-view
Feature/inspector view
Shota Fuji
authored at
2021-01-15 17:10:14 +0900
GitHub
comitted at
2021-01-15 17:10:14 +0900
bdca799c
Merge pull request #18 from pocka/fix/react-jsx-transform
Do not use new JSX transform
Shota Fuji
authored at
2021-01-15 16:54:40 +0900
GitHub
comitted at
2021-01-15 16:54:40 +0900
0d60d5f2
components/v0.1.3
Shota Fuji
authored at
2020-12-27 15:52:49 +0000
Shota Fuji
comitted at
2020-12-27 15:52:49 +0000
a17b8bd8
react/v0.1.4
Shota Fuji
authored at
2020-12-27 15:52:16 +0000
Shota Fuji
comitted at
2020-12-27 15:52:16 +0000
7389f4ba
chore: Fix cjs distribution
Shota Fuji
authored at
2020-12-27 15:51:23 +0000
Shota Fuji
comitted at
2020-12-27 15:51:23 +0000
5fdfd745
react/v0.1.3
Shota Fuji
authored at
2020-12-27 15:38:03 +0000
Shota Fuji
comitted at
2020-12-27 15:38:03 +0000
bd000198
fix(react): Mark optional properties optional
Shota Fuji
authored at
2020-12-27 15:37:05 +0000
Shota Fuji
comitted at
2020-12-27 15:37:05 +0000
bf64254e
react/v0.1.2
Shota Fuji
authored at
2020-12-27 14:40:10 +0000
Shota Fuji
comitted at
2020-12-27 14:40:10 +0000
66e1651b
components/v0.1.2
Shota Fuji
authored at
2020-12-27 14:39:24 +0000
Shota Fuji
comitted at
2020-12-27 14:39:24 +0000
fe98003d
chore: Fix distribution
Shota Fuji
authored at
2020-12-27 14:38:25 +0000
Shota Fuji
comitted at
2020-12-27 14:38:25 +0000
593c1f69
chore: Explicitly specify typing files
Even though TypeScript catches typing files, npmjs.com cannot detect
whether the package has TypeScript typings.
Shota Fuji
authored at
2020-12-25 19:08:47 +0000
Shota Fuji
comitted at
2020-12-25 19:08:47 +0000
61c8c7be
chore: Fix version commit message
Shota Fuji
authored at
2020-12-25 19:01:46 +0000
Shota Fuji
comitted at
2020-12-25 19:01:46 +0000
4ba2027a
components/v0.1.1
Shota Fuji
authored at
2020-12-25 19:01:28 +0000
Shota Fuji
comitted at
2020-12-25 19:01:28 +0000
2082d618
components/v0.1.1
Shota Fuji
authored at
2020-12-25 19:00:41 +0000
Shota Fuji
comitted at
2020-12-25 19:00:41 +0000
c8702d95
chore: Add prepublishOnly hooks
Shota Fuji
authored at
2020-12-25 19:00:06 +0000
Shota Fuji
comitted at
2020-12-25 19:00:06 +0000
126d01e5
chore: Include package name in version commit message
Shota Fuji
authored at
2020-12-25 18:52:24 +0000
Shota Fuji
comitted at
2020-12-25 18:52:24 +0000
9c57e527
v0.1.0
Shota Fuji
authored at
2020-12-25 18:51:09 +0000
Shota Fuji
comitted at
2020-12-25 18:51:09 +0000
8b7b6f14
v0.1.0
Shota Fuji
authored at
2020-12-25 18:50:47 +0000
Shota Fuji
comitted at
2020-12-25 18:50:47 +0000
4dd6427e
chore: Add .yarnrc
Shota Fuji
authored at
2020-12-25 18:50:23 +0000
Shota Fuji
comitted at
2020-12-25 18:50:23 +0000
68ca1f28
Merge pull request #16 from pocka/feature/figma-file
Figma file support
Shota Fuji
authored at
2020-11-18 09:43:46 +0900
GitHub
comitted at
2020-11-18 09:43:46 +0900
4c6e54c3
Merge pull request #15 from pocka/feature/events
Custom Events
Shota Fuji
authored at
2020-10-26 21:00:06 +0900
GitHub
comitted at
2020-10-26 21:00:06 +0900
def2c3a6
Merge pull request #14 from pocka/feature/cache-heavy-computation
Cache tree node related things
Shota Fuji
authored at
2020-10-24 16:04:14 +0900
GitHub
comitted at
2020-10-24 16:04:14 +0900
9882ccad
docs: Add CONTRIBUTING.md
Shota Fuji
authored at
2020-10-22 23:13:13 +0900
GitHub
comitted at
2020-10-22 23:13:13 +0900
1e1fa1e7
docs: Add CODE_OF_CONDUCT.md
Shota Fuji
authored at
2020-10-22 22:42:25 +0900
GitHub
comitted at
2020-10-22 22:42:25 +0900
82fa4961
chore: Lint files on push
Shota Fuji
authored at
2020-10-21 13:48:08 +0000
Shota Fuji
comitted at
2020-10-21 13:48:08 +0000
497e5f77
docs: README for an internal script
Shota Fuji
authored at
2020-10-20 15:17:48 +0000
Shota Fuji
comitted at
2020-10-20 15:17:48 +0000
30934c6d
docs: Update README
Wrote at-least-meaningful things.
Shota Fuji
authored at
2020-10-20 14:53:04 +0000
Shota Fuji
comitted at
2020-10-20 14:53:04 +0000
Commits for
967c346d1006e22d1785ff4e1277e8c7ef264317
Viewing range
0b8cf9f2
~ 30934c6d