figspec-react

React binding for Figspec web components

Commits at 794b892244d0137450c139428852343f4c25a732

  1. 794b8922 fix: Remove type params from `createComponent` `@lit-labs/react@1.0.3` [0] introduced a breaking change for typings. - Before: 2nd type param is `Record<string, (e: Event) => void>` - After: 2nd type param is `Record<string, string>` (both simplified) Because we can't omit the 2nd type parameter, I deleted both type parameters. These were only for preventing typo at 4th parameter, do not affect to exported typing as there are already `as unknown as ...`. [0]: https://github.com/lit/lit/blob/93b30f7de81eb203ad88abfc1e0e87a719d132c5/packages/labs/react/CHANGELOG.md#103 Shota Fuji authored at Shota Fuji comitted at
  2. fe86446f refactor: 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
  3. abb01ba7 chore: Remove scripts/ This package is just a binding. Rendering tests should be done on `@figspec/components`. Shota Fuji authored at Shota Fuji comitted at
  4. f8308400 refactor: 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
  5. 5b68255d test: 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
  6. afa8fad3 test(react): Use React@18 for Storybook To ensure this package works with React 18. Shota Fuji authored at Shota Fuji comitted at
  7. fd11a1d2 Merge pull request #43 from brettdewoody/41-support-react-18 Add React 18 as peer dependency. Shota FUJI authored at GitHub comitted at
  8. 459b423e react/v1.0.1 Shota Fuji authored at Shota Fuji comitted at
  9. 967c346d components/v1.0.1 Shota Fuji authored at Shota Fuji comitted at
  10. 4d901a9a Merge pull request #36 from e111077/remove-clipboard remove copy-to-clipboard Shota FUJI authored at GitHub comitted at
  11. e88d2e3f Merge pull request #35 from pocka/feature/lit-labs-react Use @lit-labs/react Shota FUJI authored at GitHub comitted at
  12. 887d2e74 Merge pull request #33 from e111077/lit-2 Upgrade to lit 2 Shota FUJI authored at GitHub comitted at
  13. 99f482a3 react/v1.0.0 Shota Fuji authored at Shota Fuji comitted at
  14. 64dac51c components/v1.0.0 Shota Fuji authored at Shota Fuji comitted at
  15. bbe9ce67 feat(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
  16. d0e35457 docs(components): Update TODO comment To reflect the current state correctly. Shota Fuji authored at Shota Fuji comitted at
  17. 37e79762 components/v0.1.10 Shota Fuji authored at Shota Fuji comitted at
  18. 311b1aad docs: Update README Simplified. Remove bloated feature goals. Shota Fuji authored at Shota Fuji comitted at
  19. 404f5196 chore(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
  20. ed1245dc style(components): Format with Prettier Shota Fuji authored at Shota Fuji comitted at
  21. 6f276c53 components/v0.1.9 Shota Fuji authored at Shota Fuji comitted at
  22. 9547cdf2 fix(components): Use Figma's default background colour https://github.com/pocka/figspec/issues/24 Shota Fuji authored at Shota Fuji comitted at
  23. 6c520ea4 react/v0.1.6 Shota Fuji authored at Shota Fuji comitted at
  24. f130d0b8 react/v0.1.5 Shota Fuji authored at Shota Fuji comitted at
  25. ff275f40 components/v0.1.8 Shota Fuji authored at Shota Fuji comitted at
  26. fc0c6894 Merge pull request #25 from yannbf/feat/add-link-figspect-react Feat(@figspec/react): add link prop Shota Fuji authored at GitHub comitted at
  27. 9330dbde Merge pull request #26 from yannbf/fix/footer-position fix: apply correct zindex and border to footer and sidebar Shota Fuji authored at GitHub comitted at
  28. 46ed6677 components/v0.1.7 Shota Fuji authored at Shota Fuji comitted at
  29. cb642645 chore: Run tests and lint on PR as well Shota Fuji authored at Shota Fuji comitted at
  30. 82051efe style(components): Format with Prettier Shota Fuji authored at Shota Fuji comitted at