Commits at fe86446f3c579ba40f2d477e4e147a3b78333704
fe86446frefactor: Move workspace-d dir to root
In order to retain git history as much as possible, changes to files
are minimized (will be in separated commits).
Shota Fuji
authored at
Shota Fuji
comitted at
abb01ba7chore: Remove scripts/
This package is just a binding. Rendering tests should be done on
`@figspec/components`.
Shota Fuji
authored at
Shota Fuji
comitted at
f8308400refactor: Quit monorepo (remove components dir)
* Each package don't recieve frequent updates.
* Uses independent versioning.
* Create tags and releases has been hard.
* It's far easier to manage devDependencies in single repo than in
monorepo. No need to worry about mixing Storybook versions.
* User friendly.
Shota Fuji
authored at
Shota Fuji
comitted at
5b68255dtest: Move @types/react devDeps to correct place
I needed to add `skipLibCheck` because a lot of React packages
Storybook internally uses start emitting errors due to changes
between `@types/react@16` to `@17` and/or `@18` (...probably.
I immediately turned on `skipLibCheck` after seeing
"Found 180 errors.", without investigation).
Shota Fuji
authored at
Shota Fuji
comitted at
afa8fad3test(react): Use React@18 for Storybook
To ensure this package works with React 18.
Shota Fuji
authored at
Shota Fuji
comitted at
fd11a1d2Merge pull request #43 from brettdewoody/41-support-react-18
Add React 18 as peer dependency.Shota FUJI
authored at
GitHub
comitted at
bbe9ce67feat(components): Basic touch gestures
https://github.com/pocka/figspec/issues/3
Added a dead simple touch gestures.
Shota Fuji
authored at
Shota Fuji
comitted at
d0e35457docs(components): Update TODO comment
To reflect the current state correctly.
Shota Fuji
authored at
Shota Fuji
comitted at
311b1aaddocs: Update README
Simplified. Remove bloated feature goals.
Shota Fuji
authored at
Shota Fuji
comitted at
404f5196chore(components): Declare lit-html as a regular dependency
https://github.com/pocka/figspec/issues/29
Removed the use of transitive dependency in the package. Now works
on PnP-ed projects without any configuration.
Shota Fuji
authored at
Shota Fuji
comitted at
9547cdf2fix(components): Use Figma's default background colour
https://github.com/pocka/figspec/issues/24
Shota Fuji
authored at
Shota Fuji
comitted at
fc0c6894Merge pull request #25 from yannbf/feat/add-link-figspect-react
Feat(@figspec/react): add link propShota Fuji
authored at
GitHub
comitted at
9330dbdeMerge pull request #26 from yannbf/fix/footer-position
fix: apply correct zindex and border to footer and sidebarShota Fuji
authored at
GitHub
comitted at