1465 Commits

Author SHA1 Message Date
Michael Shilman
36327ee08e v6.0.0-alpha.17 2020-02-21 11:58:31 +08:00
Michael Shilman
b2d08977a3 v6.0.0-alpha.16 2020-02-21 11:45:13 +08:00
Michael Shilman
efd0256348 v6.0.0-alpha.15 2020-02-20 11:54:32 +08:00
Michael Shilman
4341bc65f7 v6.0.0-alpha.14 2020-02-19 06:53:15 +08:00
Lynn Chyi
23b7d9fde9 Add ts3.5 to package.json's "files" attr
(cherry picked from commit f0edad2d0cb5c74d2f03a13e1ca1cb27287f3625)
2020-02-18 20:37:59 +01:00
Lynn Chyi
d0289d919d Update packages w typesVersions for compatibility
(cherry picked from commit 3667fec36991c0315ac54f2c6b5dffcc098371b7)
2020-02-18 20:37:11 +01:00
Michael Shilman
5b11df0638 v6.0.0-alpha.13 2020-02-15 20:43:01 +08:00
Norbert de Langen
1e43b97342
REMOVE prop-types where no longer needed 2020-02-14 22:30:08 +01:00
Michael Shilman
ba5430acb5 v6.0.0-alpha.12 2020-02-14 01:00:02 +08:00
Norbert de Langen
7f42d2d470
CLEANUP 2020-02-13 13:20:14 +01:00
Norbert de Langen
7350cdeeb9
FIX more 2020-02-13 12:44:01 +01:00
Michael Shilman
f46cdcf7f4 v6.0.0-alpha.11 2020-02-13 12:07:31 +08:00
Norbert de Langen
3d6b1fc21e
Merge pull request #8897 from fraincs/#8504
FIX #8504 - HTML elements get their classes dropped in MDX
2020-02-12 15:41:56 +01:00
Michael Shilman
558371ae9d v6.0.0-alpha.10 2020-02-11 22:29:59 +08:00
Norbert de Langen
da53d636c5
Merge branch 'next' into ts/ui-slow
# Conflicts:
#	lib/ui/package.json
#	lib/ui/src/components/layout/mobile.tsx
2020-02-10 11:38:30 +01:00
Michael Shilman
4f0a75c824 v6.0.0-alpha.9 2020-02-09 01:24:54 +08:00
Michael Shilman
07c5ee04e6 Merge pull request #9795 from alexandrzavalii/react-syntax-highlighter_cjs
import react-syntax-highlighter/create-element from cjs
2020-02-09 01:17:39 +08:00
Alex
39545ff1fa import react-syntax-highlighter/create-element from cjs 2020-02-08 13:51:10 +00:00
Norbert de Langen
1f940ff62c
MIGRATE more of lib/ui 2020-02-07 23:13:12 +01:00
Michael Shilman
582b5c4f43 v6.0.0-alpha.8 2020-02-08 00:22:00 +08:00
Michael Shilman
aed5276e0b
Merge pull request #9787 from lgraziani2712/fix-9778
Replace lodash named imports with specific imports
2020-02-08 00:02:36 +08:00
Michael Shilman
45c0400457 v6.0.0-alpha.7 2020-02-07 23:46:35 +08:00
Luciano Graziani
46c5e953a3 fix #9778: replace esModule named imports for lodash to specific imports
fix: replace the use of isNill to the double eq comparison against null.
2020-02-07 10:47:18 -03:00
Alex
c9d2d2e0f3 ESM to CJS 2020-02-06 20:29:09 +00:00
Michael Shilman
34bfe84397 v6.0.0-alpha.6 2020-02-05 07:42:41 +08:00
Michael Shilman
7393fc18ce v6.0.0-alpha.5 2020-02-04 16:51:13 +08:00
Michael Shilman
d7f493b305 v6.0.0-alpha.4 2020-02-03 23:47:53 +08:00
Norbert de Langen
746b2a4f11
Merge branch 'next' into upgrades
# Conflicts:
#	addons/essentials/package.json
#	addons/notes/package.json
#	addons/storyshots/storyshots-core/package.json
#	app/angular/package.json
#	app/html/package.json
#	app/marko/package.json
#	app/preact/package.json
#	app/react/package.json
#	app/vue/package.json
#	app/web-components/package.json
#	examples/riot-kitchen-sink/package.json
#	examples/vue-kitchen-sink/package.json
#	lib/cli/package.json
#	lib/core/package.json
#	yarn.lock
2020-02-03 13:40:26 +01:00
Michael Shilman
7f11ee2d76 v6.0.0-alpha.3 2020-02-02 13:47:43 +08:00
Norbert de Langen
611730ae33
UPGRADE polished 2020-01-30 21:58:22 +01:00
Norbert de Langen
d5b6a4f0a1
UPGRADE ts-dedent 2020-01-30 19:27:42 +01:00
Norbert de Langen
1994020cd5
UPGRADE jest 2020-01-30 16:34:54 +01:00
Michael Shilman
779ef4791d v6.0.0-alpha.2 2020-01-30 21:36:20 +08:00
Norbert de Langen
fbc39613c2
ADD a map of all components in DocumentFormatting itself, instead of iterating over all exports
This makes the typings MUCH more strict (and thus correct)

ADD a props mapper function that changes `class` to `className` and merges and namespaces correctly

REMOVE the complex iterating over all exports in html.tsx
2020-01-29 14:59:26 +01:00
Michael Shilman
17095f8c58
Merge pull request #9383 from baker-travis/knob-groups-overflow-not-scrolling
UI: Fix tabs to scroll horizontally
2020-01-29 13:30:26 +08:00
Norbert de Langen
e7a772df70
ADD support for className prop on Form.Field 2020-01-28 17:29:45 +01:00
Michael Shilman
8a49725c9b Merge branch 'next' into pr/9547 2020-01-28 15:16:43 +08:00
Norbert de Langen
011467232d
Merge branch 'next' into knob-groups-overflow-not-scrolling 2020-01-28 02:14:56 +01:00
Norbert de Langen
43251b8c64
Update bar.tsx 2020-01-28 02:14:42 +01:00
Fabien Rassinier
e5229cd1aa feat(addon-docs): ColorPalette style 2020-01-27 16:02:58 +01:00
Fabien Rassinier
3d671e672d feat(addon-docs): ColorPalette style 2020-01-27 16:00:01 +01:00
Fabien Rassinier
9ebb149eef feat(addon-docs): ColorPalette style 2020-01-27 15:43:46 +01:00
Travis Baker
0c0f7e2d66 fix: allow tabs to scroll horizontally
fixes #9299
2020-01-24 11:17:43 -06:00
Michael Shilman
81cb58e2f0 v6.0.0-alpha.1 2020-01-23 20:19:16 +08:00
Norbert de Langen
c8b3221142
FIX problem with typings after regen lockfile 2020-01-22 21:10:27 +01:00
Norbert de Langen
34816a6d57
REMOVE polymer
It's moved into it's own repo here:
https://github.com/storybookjs/storybook
2020-01-22 15:39:36 +01:00
Michael Shilman
11d057cf41 Merge branch 'next' into pr/9547 2020-01-22 00:27:17 +08:00
atanasster
e3bf436379 code changes according to shilman comments 2020-01-21 10:56:08 -05:00
Michael Shilman
0cccdabb53 v6.0.0-alpha.0 2020-01-21 22:18:48 +08:00
Norbert de Langen
5bac51cf95
CLEANUP linting issues 2020-01-21 12:14:38 +01:00