Commit Graph

1113 Commits

Author SHA1 Message Date
Kat Zhou f7a09ceb96 Update design.md (#507) 2020-04-07 16:58:07 +02:00
Patrik Oldsberg a204fa25c6 Merge pull request #487 from spotify/test-utils-package
extract test-utils as its own package for use with plugins, etc.
2020-04-07 16:29:11 +02:00
Kat Zhou 2b5db56e06 Update design.md (#502) 2020-04-07 16:24:39 +02:00
Paul Marbach 927f54129a extract test-utils as its own package for use with plugins, etc. 2020-04-07 10:09:37 -04:00
Kat Zhou 4330c7cf07 Update design.md (#499) 2020-04-07 15:59:43 +02:00
Kat Zhou 4921a161ed Update README.md (#500) 2020-04-07 15:59:19 +02:00
Kat Zhou b75d2dea17 Merge pull request #497 from spotify/katz95-patch-1
Create design.md
2020-04-07 15:51:08 +02:00
Kat Zhou e2293a3db7 DLS image (#498) 2020-04-07 15:44:08 +02:00
Kat Zhou 6c32c51456 Create design.md 2020-04-07 15:04:41 +02:00
Patrik Oldsberg bf806733cc Merge pull request #496 from spotify/rugvip/release
Release v0.1.1-alpha.2
2020-04-07 13:37:06 +02:00
Patrik Oldsberg 3b9b16c952 v0.1.1-alpha.2 2020-04-07 13:25:23 +02:00
Patrik Oldsberg 814f9fa365 Merge pull request #492 from spotify/rugvip/nocls
packages/cli: avoid clearing screen in app-serve
2020-04-07 13:24:28 +02:00
Patrik Oldsberg bbcd7da0fa Merge pull request #490 from spotify/rugvip/with-cache
packages/cli: make plugin:build have built-in caching
2020-04-07 13:23:50 +02:00
Patrik Oldsberg 1b49cd1f50 Merge pull request #491 from spotify/rugvip/with-build
packages/cli: add build option to watchDeps and use for app serve
2020-04-07 12:08:01 +02:00
Patrik Oldsberg ce66fda73d Merge pull request #486 from spotify/rugvip/cache-version
packages/cli: add cli version to build-cache key
2020-04-07 12:07:35 +02:00
Patrik Oldsberg 007c7275d0 Merge pull request #485 from spotify/rugvip/cli-speed
packages/cli: lazy-load commands to speed up cli boot time
2020-04-07 11:53:14 +02:00
Patrik Oldsberg 3e20a1e1da packages/cli/bin: add copyright notice (#494) 2020-04-07 11:20:15 +02:00
Patrik Oldsberg ad977c10dd scripts/cli-e2e-test: fixed some flakiness (#493) 2020-04-07 11:10:31 +02:00
Patrik Oldsberg 742ad4cb45 Merge pull request #484 from spotify/rugvip/relatives
packages/cli: make src-relative imports work
2020-04-07 11:05:08 +02:00
Patrik Oldsberg 1fdba128c6 packages,plugins: separate build:watch is no longer needed 2020-04-07 10:47:46 +02:00
Patrik Oldsberg 884a36179e packages/cli: avoid clearing screen in app-serve 2020-04-07 10:35:28 +02:00
Patrik Oldsberg fe3254e165 packages/cli: add build option to watchDeps and use for app serve 2020-04-07 10:35:11 +02:00
Patrik Oldsberg f5ddb99105 packages/cli: remove output dir before building with cache 2020-04-07 10:06:00 +02:00
Patrik Oldsberg 08a5023ad4 packages/cli: make plugin:build have built-in caching 2020-04-07 00:08:57 +02:00
Patrik Oldsberg 98dea870e6 packages/cli: refactor build-cache to have a reusable withCache function 2020-04-07 00:08:57 +02:00
Patrik Oldsberg af882489e2 packages/cli: add cli version to build-cache key 2020-04-06 23:37:27 +02:00
Patrik Oldsberg e4a2309f77 Merge pull request #481 from spotify/rugvip/dockerfile
dockerfile: add comment with some instructions on how to run
2020-04-06 23:35:19 +02:00
Patrik Oldsberg bc94014e03 packages/cli: added version helper 2020-04-06 17:32:25 +02:00
Patrik Oldsberg 5f79ec4112 packages/cli: lazy-load commands to speed up cli boot time 2020-04-06 17:11:04 +02:00
Patrik Oldsberg d04453ecad packages/cli: use src-relative imports 2020-04-06 17:09:43 +02:00
Patrik Oldsberg 28b576967c packages/cli: make src-relative imports work 2020-04-06 17:09:42 +02:00
Patrik Oldsberg bc4f6ea3ad Merge pull request #478 from spotify/rugvip/core-build
packages/cli: update plugin:build make deps external and work with .js + use to build core
2020-04-06 15:58:59 +02:00
Stefan Ålund 0d93dde6ba Storybook for ProgressCard (#477)
* Storybook for ProgressCard

* Update ProgressCard.stories.tsx

* Fix import
2020-04-06 15:07:36 +02:00
Mateus Marquezini f8ac148f97 Document how to contribute to Storybook (#482)
* #448 added new section to contribute to storybook

* #448 added linked file

* #448 improvements in the contributing to storybook section

* #448 improvements in the contributing to storybook section

* #448 improvements in the contributing to storybook section

* #448 improvements in the contributing to storybook section

* #448 improvements in the contributing to storybook section
2020-04-06 14:05:14 +02:00
Patrik Oldsberg 6bb0e05998 packages/core: use plugin:build to build 2020-04-06 13:14:02 +02:00
Patrik Oldsberg 4e93e61e7e packages/cli/commands/plugin: include js in typescript compilation + exclude testUtils 2020-04-06 12:52:51 +02:00
Patrik Oldsberg 41dff573c6 packages/cli/commands/plugin: make package dependencies external too 2020-04-06 12:52:50 +02:00
Patrik Oldsberg 38a4b96bd9 packages/core/icons: fix circular dependency 2020-04-06 12:52:50 +02:00
Patrik Oldsberg f78a3bd9a1 packages/cli: move typescript build config to tsconfig 2020-04-06 12:52:50 +02:00
Patrik Oldsberg 1ba27fb541 dockerfile: add some instructions on how to run 2020-04-06 12:20:26 +02:00
Marcus Eide 86f02fe577 Merge pull request #457 from spotify/eide/docs-create-app
Add documentation for how to create an app
2020-04-06 08:58:17 +02:00
Stefan Ålund eed88be2ba Make link to Discord more prominent (#480) 2020-04-06 08:18:05 +02:00
Stefan Ålund 98fb97717d Add Storybook item for HorizontalScrollGrid (#475)
* Add Storybook item for HorizontalScrollGrid

* Add Lifecycle's as well

* Remove value in bool prop

* Update index.ts

* Fixed comments
2020-04-05 22:25:54 +02:00
Stefan Ålund cdf7d4ed39 Merge pull request #459 from spotify/stefanalund-patch-1
Add question to FAQ
2020-04-05 21:16:49 +02:00
Stefan Ålund 7002aa568c Update FAQ.md 2020-04-05 17:08:40 +02:00
Patrik Oldsberg 2065d17608 Merge pull request #474 from spotify/rugvip/import-lint
cli: add import and monorepo lint rules to avoid bad imports and missing deps
2020-04-05 16:36:51 +02:00
Stefan Ålund ce6c53afbe Merge pull request #476 from spotify/stefanalund-patch-2
Add missing fields to new UX template
2020-04-05 16:34:47 +02:00
Stefan Ålund 682871fdbc Update ux-component_template.md 2020-04-05 16:26:21 +02:00
Patrik Oldsberg 48e2dc7dfd packages/cli: add missing react-use dep to plugin template 2020-04-05 16:00:46 +02:00
Stefan Ålund 44a959edc6 Update ux-component_template.md 2020-04-05 15:45:14 +02:00