previewjs

Preview UI components in your IDE instantly

OTHER License

Downloads
124.6K
Stars
1.8K
Committers
6

Bot releases are hidden (Show)

previewjs - integrations/intellij/v1.4.2

Published by fwouts over 2 years ago

  • 53ced51 release: @previewjs/[email protected]
  • dcf4ca1 chore(intellij): remove unused import
  • 78224eb chore(intellij): tweak repeated errors message
  • be2652a chore(intellij): delete unused class
  • 159612b chore(intellij): tweak crash message to include logging
  • 511674e chore(intellij): ensure clean state on new build
  • 46feb2b fix(intellij): abort if too many errors occur
  • a587519 refactor(intellij): reduce duplication in error message generation
  • ef5b558 fix(intellij): do not crash Preview.js entirely when a specific action fails
  • d528417 fix(intellij): ensure workspaces are disposed of
previewjs - loader/v2.0.4

Published by fwouts over 2 years ago

previewjs - plugins/vue3/v2.0.2

Published by fwouts over 2 years ago

  • d16260a fix: use .mjs extension to prevent issues with Next.js
previewjs - plugins/react/v2.0.2

Published by fwouts over 2 years ago

  • d16260a fix: use .mjs extension to prevent issues with Next.js
previewjs - integrations/intellij/v1.4.1

Published by fwouts over 2 years ago

  • 6fb541a chore(intellij): fix various warnings
  • 25d2481 fix(intellij): add support for monorepos
  • 2cbd8a1 fix(intellij): remove debug line breaking 1.4.0 release
previewjs - integrations/vscode/v1.4.0

Published by fwouts over 2 years ago

  • 4eb0d8f release: @previewjs/[email protected]
  • 3bc470f refactor: update component-id helpers to prepare for Preview.js Pro
  • bc8a01f refactor(pro): set up initial Preview.js Pro codebase (#304)
previewjs - integrations/intellij/v1.4.0

Published by fwouts over 2 years ago

  • 4eb0d8f release: @previewjs/[email protected]
  • 63ffa8b chore(intellij): switch to IntelliJ Community Edition for debugging
  • a987dca fix(intellij): ensure that Preview.js controller logs do appear
  • 3bc470f refactor: update component-id helpers to prepare for Preview.js Pro
previewjs - loader/v2.0.3

Published by fwouts over 2 years ago

  • de530ec release: @previewjs/[email protected]
  • 7ee8dd9 release: @previewjs/[email protected]
  • a96bdac release: @previewjs/[email protected]
  • eab4300 release: @previewjs/[email protected]
  • 7c8f1d4 release: @previewjs/[email protected]
  • ea02913 release: @previewjs/[email protected]
  • 0b85b53 fix(deps): update dependency framer-motion to v6 (#171)
  • b377031 chore(deps): update dependency @types/lodash to v4.14.180 (#308)
  • 771767f chore: remove unused "exports" to allow upcoming @previewjs/pro package to depend on internals
  • daa1f30 feat: redesign UI with Tailwind instead of Emotion (#288)
previewjs - app/v1.4.0

Published by fwouts over 2 years ago

  • 7ee8dd9 release: @previewjs/[email protected]
  • a96bdac release: @previewjs/[email protected]
  • eab4300 release: @previewjs/[email protected]
  • 7c8f1d4 release: @previewjs/[email protected]
  • ea02913 release: @previewjs/[email protected]
  • 813b943 design: increase opacity of popover items
  • 0b85b53 fix(deps): update dependency framer-motion to v6 (#171)
  • b377031 chore(deps): update dependency @types/lodash to v4.14.180 (#308)
  • 93eae1c refactor: forward ref of Selection component
  • 3bc470f refactor: update component-id helpers to prepare for Preview.js Pro
  • d8d01bf feat(pro): add licensing modal to switch between Preview.js and Preview.js Pro (#305)
  • bc8a01f refactor(pro): set up initial Preview.js Pro codebase (#304)
  • fc1284f fix(build): add missing React import
  • ddb9db8 refactor: extract PersistedStateController constructor call out of PreviewState
  • bad2c01 fix: invalid type for headerAddon property
  • 18f0924 fix: add missing background causing inconsistent experience between VS Code and browser (#302)
  • 8413bdb refactor: simplify usage of Preview component (#301)
  • 0b950ad test: add a NextJS 12 test app (#300)
  • 38581d9 fix(ci): prevent appearance of forbidden colon in artifact names
  • aca96c4 refactor: split out dumb components from stateful ones (#296)
  • 02ad0c7 fix(test): remove SVG from Nuxt 2 test app to prevent flakiness (#298)
  • 9a9dcb8 fix(ci): use unique artifact names (#297)
  • ef7ab77 fix(test): remove shadow in Nuxt2 test app to prevent potential flakiness (#295)
  • cfa7613 style: tweak SelectedComponent icon and loading spinner (#293)
  • 771767f chore: remove unused "exports" to allow upcoming @previewjs/pro package to depend on internals
  • c28853f refactor: make UpdateBanner stateful
  • 79825a4 fix: ignore empty rows in header
  • b5348ef chore: remove deprecated type
  • 96494cb chore: add missing type import
  • e6bf112 test: make outputDirPath dynamic to allow multiple apps to be tested
  • 59d8d5b fix: add back left margin to VersionInfo component (#292)
  • 5797576 fix: revert back to external link icon (#290)
  • daa1f30 feat: redesign UI with Tailwind instead of Emotion (#288)
  • 35a5232 refactor: remove declareEndpoint() (#282)
  • dbae1f0 refactor: make second request() parameter optional when void (#281)
previewjs - plugins/vue3/v2.0.1

Published by fwouts over 2 years ago

previewjs - plugins/vue2/v2.0.1

Published by fwouts over 2 years ago

  • 6056cfa release: @previewjs/[email protected]
  • ea02913 release: @previewjs/[email protected]
  • efe392a fix: ignore invalid source files such as markdown silently
  • a3a691a fix(vue2): detect stories that don't use template
previewjs - plugins/react/v2.0.1

Published by fwouts over 2 years ago

previewjs - core/v1.4.0

Published by fwouts over 2 years ago

  • 6056cfa release: @previewjs/[email protected]
  • ea02913 release: @previewjs/[email protected]
  • 20eaae7 release: @previewjs/[email protected]
  • 1ee3376 fix(deps): update dependency http-terminator to v3.2.0 (#286)
  • 3bc470f refactor: update component-id helpers to prepare for Preview.js Pro
  • 88e7c9c design: update background color of loading screen
  • 847cbe6 fix: set __dirname and __filename to undefined explicitly (#299)
  • 35a5232 refactor: remove declareEndpoint() (#282)
previewjs - type-analyzer/v2.0.1

Published by fwouts over 2 years ago

  • ea02913 release: @previewjs/[email protected]
  • efe392a fix: ignore invalid source files such as markdown silently
  • b377031 chore(deps): update dependency @types/lodash to v4.14.180 (#308)
previewjs - vfs/v1.1.2

Published by fwouts over 2 years ago

  • b377031 chore(deps): update dependency @types/lodash to v4.14.180 (#308)
previewjs - api/v2.0.0

Published by fwouts over 2 years ago

  • 35a5232 refactor: remove declareEndpoint() (#282)
previewjs - integrations/vscode/v1.3.0

Published by fwouts over 2 years ago

  • 159606e release: @previewjs/[email protected]
  • 85d928f release: @previewjs/[email protected]
  • 9113d4e release: @previewjs/[email protected]
  • 2405d79 feat: introduce an API version check for plugin compatibility (#276)
  • 724d981 refactor: use a package-lock.json to lock install dependencies (#275)
  • 9055cca refactor: clean up type analysis and remove ts-helpers (#267)
  • 6ce441f refactor: extract out @previewjs/vfs package (#264)
  • ebd801a refactor: migrate VS Code extension to esbuild (#259)
  • 4d63251 refactor: always use property access for process.env
  • c805db0 chore: unify package.json structure across all packages
previewjs - integrations/intellij/v1.3.0

Published by fwouts over 2 years ago

  • 678a6a3 fix(intellij): prevent crash on install
  • 159606e release: @previewjs/[email protected]
  • 85d928f release: @previewjs/[email protected]
  • 9113d4e release: @previewjs/[email protected]
  • 724d981 refactor: use a package-lock.json to lock install dependencies (#275)
  • 9055cca refactor: clean up type analysis and remove ts-helpers (#267)
  • 90004c2 refactor: migrate IntelliJ controller to esbuild (#260)
  • 4d63251 refactor: always use property access for process.env
  • c805db0 chore: unify package.json structure across all packages
previewjs - loader/v2.0.2

Published by fwouts over 2 years ago

previewjs - app/v1.3.2

Published by fwouts over 2 years ago