80 Commits

Author SHA1 Message Date
Michael Shilman
e14c72714a
Fix typo in Context addon README (#6988)
Fix typo in Context addon README
2019-06-05 16:58:50 -07:00
MIchael Shilman
c2dfa5bf3d Merge remote-tracking branch 'origin/master' into next 2019-06-05 16:46:17 -07:00
Kaelig Deloumeau-Prigent
7621fbf729
Fix typo in Context addon README 2019-06-05 15:44:33 -07:00
Michael Shilman
70d6fcdcbe v5.1.0-rc.5 2019-06-04 10:56:14 -07:00
Michael Shilman
bb3e7f71cd Github org rename to storybookjs 2019-06-03 11:06:42 -07:00
Michael Shilman
1317bb14fa v5.1.0-rc.4 2019-06-02 23:36:17 -07:00
Michael Shilman
a589ab3987 v5.1.0-rc.3 2019-05-29 23:15:58 -07:00
Michael Shilman
50bd4c3a86 v5.1.0-rc.2 2019-05-27 07:14:35 -07:00
Michael Shilman
aa5c224534 v5.1.0-rc.1 2019-05-24 17:56:28 -07:00
Norbert de Langen
bac26d1b93
Addon-contexts: component tests and readability improvements (#6716)
Addon-contexts: component tests and readability improvements
2019-05-23 00:18:38 +02:00
Michael Shilman
35ec834e89 v5.1.0-rc.0 2019-05-21 04:07:28 -07:00
Michael Shilman
e14539f712 v5.1.0-beta.1 2019-05-16 13:57:31 +08:00
Michael Shilman
564b11785e v5.1.0-beta.0 2019-05-10 16:44:58 +08:00
Michael Shilman
d4922ad481 v5.1.0-alpha.40 2019-05-08 23:30:52 +08:00
Leo Y. Li
e62d251f4e ADD addon-contexts: add test case for option.disable 2019-05-04 20:38:26 -04:00
Leo Y. Li
78f8c82088 FIX addon-contexts: fix file name issue 2019-05-04 20:32:24 -04:00
Leo Y. Li
191d294b86 ADD addon-contexts: component tests and readability improvements 2019-05-04 20:16:23 -04:00
Michael Shilman
d2039e026d v5.1.0-alpha.39 2019-05-02 14:34:07 +08:00
Michael Shilman
a718441923 v5.1.0-alpha.38 2019-05-02 12:29:56 +08:00
Michael Shilman
ccc1d42948 v5.1.0-alpha.37 2019-05-01 18:57:23 +08:00
Leo Y. Li
495a6273ea FIX addon-contexts: avoid use Array.flat() ESNext feature 2019-04-28 18:03:15 -04:00
Leo Y. Li
17a6a278d1 FIX addon-contexts: have no cancel option in UI if the context have no param 2019-04-28 16:59:07 -04:00
Leo Y. Li
9b7a5ecd8a UPDATE addon-contexts: strict nullable typing 2019-04-28 16:30:24 -04:00
Michael Shilman
dd97c370e7 v5.1.0-alpha.36 2019-04-27 13:09:34 +08:00
Leo Y. Li
1ae1e5eef4 FIX addon-contexts: correct code comment for Preact integration 2019-04-26 22:41:11 -04:00
Leo Y. Li
01a3bd2f74 UPDATE addon-contexts: redirect user to the framework support table 2019-04-26 22:36:45 -04:00
Leo Y. Li
79f9c4150a FIX addon-contexts: resolve Preact@8.4.2 polluted JSX typing 2019-04-26 22:25:07 -04:00
Leo Y. Li
160ff9d76f ADD addon-contexts: Preact support 2019-04-26 20:46:40 -04:00
Michael Shilman
e20d20a263 v5.1.0-alpha.35 2019-04-27 01:28:15 +08:00
Michael Shilman
8aae29d552
REMOVE tslint, and use eslint for everything (#6621)
REMOVE tslint, and use eslint for everything
2019-04-26 17:01:22 +08:00
Leo Y. Li
3e6e3e8c08 ADD addon-contexts: correct the function name in Vue 2019-04-25 14:51:13 -04:00
Leo Y. Li
71bce16a00 FIX addon-contexts: allow props to map on VueComponent contexts 2019-04-25 14:31:22 -04:00
Norbert de Langen
f939e1417a just a few little linting issues fixed 2019-04-25 17:59:37 +02:00
Michael Shilman
694460c087 v5.1.0-alpha.34 2019-04-24 23:02:08 +08:00
Leo Y. Li
d2704dbca4 FIX addon-contexts: fix build fail due to the failed type inference 2019-04-24 02:59:40 -04:00
Leo Y. Li
b178d68c1f FIX addon-contexts: edge case bugs part.2 2019-04-24 02:39:09 -04:00
Leo Y. Li
d66aa309ae FIX addon-contexts: edge case bugs 2019-04-24 01:11:49 -04:00
Leo Y. Li
06e057ecce ADD addon-contexts: tests on serializers 2019-04-24 01:11:47 -04:00
Leo Y. Li
2df5ff6d21 UPDATE addon-contexts: README.md 2019-04-24 01:11:46 -04:00
Leo Y. Li
90ed045c71 CLEANUP addon-contexts: match up file structure 2019-04-24 01:11:45 -04:00
Leo Y. Li
e512c9fd39 ADD addon-contexts: query param feature 2019-04-24 01:11:43 -04:00
Leo Y Li
98877a13d2 UPDATE addon-contexts: file structure, unnecessary deprecation warning, and package.json 2019-04-24 01:11:42 -04:00
Leo Y. Li
efbc1ab0b7 CLEANUP 2019-04-24 01:11:41 -04:00
Leo Y. Li
e9ba4a357b UPDATE types to match with its typed function name 2019-04-24 01:11:40 -04:00
Michael Shilman
23268e4fec v5.1.0-alpha.33 2019-04-23 14:25:37 +08:00
Michael Shilman
fb2798685d v5.1.0-alpha.32 2019-04-22 11:15:33 +08:00
Leo Y. Li
8caf900fcd FIX tricky typing for extending framework supports 2019-04-21 10:29:13 -04:00
Leo Y. Li
5100a4f85b REMOVE npm badge from addon/contexts/README.md 2019-04-20 23:14:50 -04:00
Leo Y. Li
c5466a798c ADD 'getPropsMap' and 'getRendererFrom' tests 2019-04-20 23:11:54 -04:00
Leo Y. Li
428c232381 FIX typing and opt-out handling 2019-04-20 23:10:46 -04:00