Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next 6.0.0 #9212

Merged
merged 155 commits into from
Jan 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
155 commits
Select commit Hold shift + click to select a range
f807f38
added workaround code to manager-head.html to adjust bottom bar overl…
hannah-saurusrex Oct 5, 2019
c1f2791
Move 'others' to the top of the list and avoid ternary statement.
ghengeveld Nov 11, 2019
5b6c7b9
CHANGE exclude to a regex matching all node_modules folder
ndelangen Nov 13, 2019
58f45ba
Merge branch 'next' into tech/change-nodemodules-exclude
ndelangen Nov 15, 2019
288cb50
REMOVE the includes filter
ndelangen Nov 15, 2019
5168283
Revert "REMOVE the includes filter"
ndelangen Nov 15, 2019
371bfc8
CHANGE project root to find up .git or .svn or top node_modules or cwd
ndelangen Nov 15, 2019
f67ac36
FIX unambiguous modules (often the case when files are pre-transpiled…
ndelangen Nov 15, 2019
2b8efd2
Migrate ember to TS
aromanarguello Dec 1, 2019
d73733d
addon-a11y: allow manual run
donaldpipowitch Nov 19, 2019
aa5a654
updated tests
donaldpipowitch Nov 25, 2019
a442945
Merge branch 'next' into mobile-styles-update
ndelangen Dec 2, 2019
5091ada
initial
atanasster Dec 5, 2019
dfe8532
more
atanasster Dec 5, 2019
04aa4c5
compat
atanasster Dec 5, 2019
78652c2
compat
atanasster Dec 5, 2019
bf64f89
reverse messaging
atanasster Dec 5, 2019
d0eb8b8
cleanup
atanasster Dec 5, 2019
54896ed
stash
atanasster Dec 5, 2019
258e79b
stash
atanasster Dec 5, 2019
96b8c1a
buffer delay issue
atanasster Dec 5, 2019
48bf8bf
Merge branch 'next' into shared-useaddonstate
ndelangen Dec 6, 2019
268cdb2
Merge branch 'next' into 8126-addon-a11y--allow-manual-run
ndelangen Dec 6, 2019
31a9e7a
SIMPLIFY the API a bit, and FIX bug where initial state would not be …
ndelangen Dec 6, 2019
c6776ca
FIX do not emit story_change when HMR
ndelangen Dec 6, 2019
81452e0
CHANGE example to a counter, to be able to test more states
ndelangen Dec 6, 2019
98869e9
ADD deps to useChannel
ndelangen Dec 6, 2019
930c6c6
WHEN story changes, get most recent state
ndelangen Dec 6, 2019
cb1346b
ADD memoization for eventHandlers object & ADD a addonState cache for…
ndelangen Dec 6, 2019
271de30
examples for manager defaults and preview defaults
atanasster Dec 6, 2019
72a5271
default value
atanasster Dec 6, 2019
bc02a38
hmr for manager side, moving from other story
atanasster Dec 6, 2019
80fcccd
Fix preact typescript type
shilman Dec 11, 2019
0785a25
Set yarn version
kevin940726 Dec 12, 2019
00321cd
Update CONTRIBUTING doc
kevin940726 Dec 12, 2019
e974225
Merge branch 'next' into pr/atanasster/9079
ndelangen Dec 12, 2019
b3a6569
FIX linting
ndelangen Dec 12, 2019
68faea9
Merge branch 'next' into shared-useaddonstate
ndelangen Dec 12, 2019
6189e13
OPTIMIZE the emit function
ndelangen Dec 12, 2019
7bf1824
ADD API for retrieving the last occurred event of a specific type
ndelangen Dec 12, 2019
603598d
REMOVE need for local addonStateCache, it's now pulled from channel c…
ndelangen Dec 12, 2019
ba411e8
Merge branch 'shared-useaddonstate' of github.com:atanasster/storyboo…
ndelangen Dec 12, 2019
2ca3b4e
Merge branch 'next' into pr/atanasster/9079
ndelangen Dec 12, 2019
12324d8
Add .gitattributes and identify yarn as binary file
kevin940726 Dec 12, 2019
b565cbd
FIX lint issue
ndelangen Dec 12, 2019
3899ea8
feat(ui, mobile): add loader to mobile canvas tab during stories load…
alexandre-lelain Dec 12, 2019
18dd0ed
docs(ui, preview): added loading state story
alexandre-lelain Dec 17, 2019
8b5cbbd
refactor: remove no more used Status component
gaetanmaisse Dec 17, 2019
5250285
refactor(a11y): activate noUnusedLocals TS compiler option
gaetanmaisse Dec 17, 2019
e923b13
refactor(a11y): activate forceConsistentCasingInFileNames TS compiler…
gaetanmaisse Dec 17, 2019
09f0b74
refactor(a11y): activate noImplicitReturns TS compiler option
gaetanmaisse Dec 17, 2019
73ca763
refactor(a11y): activate strictFunctionTypes TS compiler option
gaetanmaisse Dec 17, 2019
cf84eb7
refactor(a11y): activate strictNullChecks TS compiler option
gaetanmaisse Dec 17, 2019
5bd05dc
refactor(a11y): convert HighlightedElementData to interface
gaetanmaisse Dec 17, 2019
651b354
refactor(a11y): activate strict mode in TS compiler
gaetanmaisse Dec 17, 2019
65e9420
refactor(a11y): activate noUnusedParameters TS compiler option
gaetanmaisse Dec 18, 2019
ceb7da6
refactor(a11y): improve typing of object linked to `react-sizeme`
gaetanmaisse Dec 18, 2019
daec5a2
refactor(a11y): activate noFallthroughCasesInSwitch TS compiler option
gaetanmaisse Dec 18, 2019
e5264dc
Bump @babel/preset-env from 7.7.4 to 7.7.7
dependabot-preview[bot] Dec 19, 2019
9ef9e55
Add alphabetical and easy-to-use custom sorting options to storySort …
JohnAlbin Dec 18, 2019
ea222f4
Update docs
JohnAlbin Dec 18, 2019
05492f1
Merge branch 'next-6.0.0' into pr/atanasster/9079
ndelangen Dec 20, 2019
75d4d6b
Preact: Fix story function typescript type (#9123)
ndelangen Dec 20, 2019
aeade42
Shared useaddonstate (#9079)
ndelangen Dec 20, 2019
a1726bf
Merge branch 'next-6.0.0' into tech/change-nodemodules-exclude
ndelangen Dec 20, 2019
fe82521
Bump @babel/preset-env from 7.7.4 to 7.7.7 (#9195)
ndelangen Dec 20, 2019
844e4f9
Only use node types where necessary
aaronjensen Dec 21, 2019
8ba9c2b
FIX
ndelangen Dec 21, 2019
8a9f09a
IMPROVE storybook's compatibility to work within a monorepo (#8822)
ndelangen Dec 21, 2019
75a57a2
IMPROVE the fix for sidebar overlapping bottombar
ndelangen Dec 21, 2019
407ce2a
Merge branch 'next-6.0.0' into pr/hannah-saurusrex/8304
ndelangen Dec 21, 2019
1f5b228
Only use node types where necessary (#9213)
ndelangen Dec 21, 2019
a4622c9
Merge pull request #8304 from hannah-saurusrex/mobile-styles-update
ndelangen Dec 21, 2019
6a9c4b5
Merge branch 'next-6.0.0' into others-on-top
ndelangen Dec 21, 2019
6dc0bde
refactor(ui, loader): use object style
alexandre-lelain Dec 21, 2019
0744834
Merge branch 'next-6.0.0' into pr/alexandre-lelain/9143
ndelangen Dec 21, 2019
be3bd9e
Move 'others' to the top of the tree (#8784)
ndelangen Dec 21, 2019
1e6aab1
Merge branch 'next-6.0.0' into pr/JohnAlbin/9188
ndelangen Dec 21, 2019
1e30b75
Merge branch 'next-6.0.0' into pr/donaldpipowitch/8883
ndelangen Dec 21, 2019
03efaa6
Add easy-to-use options to storySort (#9188)
ndelangen Dec 21, 2019
78217ea
Merge branch 'next-6.0.0' into a11y-improve-ts-conf
ndelangen Dec 21, 2019
180ae51
Merge branch 'next-6.0.0' into pr/aromanarguello/9020
ndelangen Dec 21, 2019
01e2675
chore(rax): supplement related to rax
SoloJiang Dec 22, 2019
5eb1e3f
fix(rax): fix unnecessary changes
SoloJiang Dec 22, 2019
fc20697
Merge pull request #9020 from aromanarguello/emberType
aromanarguello Dec 22, 2019
16d92ab
Bump file-loader from 4.3.0 to 5.0.2
dependabot-preview[bot] Dec 23, 2019
9d8e084
Merge branch 'next-6.0.0' into pr/SoloJiang/9220
ndelangen Dec 23, 2019
e6bd6f4
Merge branch 'next' into next-6.0.0
ndelangen Dec 23, 2019
f600f7b
Merge branch 'next-6.0.0' into pr/SoloJiang/9220
ndelangen Dec 23, 2019
93bb3da
Merge branch 'next-6.0.0' into dependabot/npm_and_yarn/file-loader-5.0.2
ndelangen Dec 23, 2019
0de291b
FIX
ndelangen Dec 23, 2019
45ce217
Merge remote-tracking branch 'origin/next-6.0.0' into chore-supplemen…
SoloJiang Dec 23, 2019
2465e2f
Bump file-loader from 4.3.0 to 5.0.2 (#8956)
ndelangen Dec 23, 2019
dcbbdbb
I think this is all deprecated & should be removed
ndelangen Dec 23, 2019
bd2afc8
REMOVE unused import
ndelangen Dec 23, 2019
953ac25
test: fix test
SoloJiang Dec 23, 2019
9faa5a3
Merge branch 'chore-supplement-rax' of https://github.com/SoloJiang/s…
SoloJiang Dec 23, 2019
7ce5eb5
REMOVE remainders
ndelangen Dec 23, 2019
7374bae
test: fix test
SoloJiang Dec 23, 2019
2af31d2
REMOVE subscription_store (#9228)
ndelangen Dec 23, 2019
0715355
Merge branch 'next-6.0.0' into chore-supplement-rax
ndelangen Dec 23, 2019
481fdab
feat(ui, preview): add loader to canvas's preview (#9143)
ndelangen Dec 23, 2019
caa153a
Merge branch 'next' into next-6.0.0
ndelangen Dec 24, 2019
a172553
chore: remove useless code
SoloJiang Dec 26, 2019
4de37b7
fix: component name
SoloJiang Dec 26, 2019
d3b4818
fix: component name
SoloJiang Dec 26, 2019
e34bc0c
fix: lint
SoloJiang Dec 26, 2019
f9da402
feat(ui, components): style the loader with the design-system
alexandre-lelain Dec 26, 2019
75621c3
Remove `textTransform: 'capitalize'` from component `bar/button`
tinymachine Dec 27, 2019
e2e2d7b
chore: remove useless code
SoloJiang Dec 27, 2019
8fabc7d
chore: resolve conflict
SoloJiang Dec 27, 2019
6a4524d
chore: resolve conflict
SoloJiang Dec 27, 2019
145e9ff
chore: update lock file
SoloJiang Dec 27, 2019
55609c8
Add styles for loading states
domyen Dec 27, 2019
7d81472
Make canvas link a link
Hypnosphi Dec 28, 2019
a007de8
feat(ui, loader): hide loader when needed
alexandre-lelain Dec 30, 2019
b23ba56
fix: test
SoloJiang Dec 31, 2019
5c495a4
chore: remove test
SoloJiang Jan 7, 2020
1ba6aab
Merge branch 'next' into next-6.0.0
ndelangen Jan 7, 2020
819235c
Merge branch 'next-6.0.0' into pr/SoloJiang/9220
ndelangen Jan 7, 2020
9b42d45
FIX yarn.lock
ndelangen Jan 8, 2020
c0b2ebc
Lock yarn version (#9138)
ndelangen Jan 8, 2020
0055c63
FIX lint
ndelangen Jan 8, 2020
8e620fe
Merge branch 'next-6.0.0' into chore-supplement-rax
ndelangen Jan 8, 2020
d68bfd9
Merge branch 'next-6.0.0' into pr/alexandre-lelain/9249
ndelangen Jan 8, 2020
8146a57
Merge branch 'next' into next-6.0.0
ndelangen Jan 8, 2020
724d200
chore(rax): supplement rax (#9220)
ndelangen Jan 8, 2020
4da0260
feat(ui, components): style the loader with the design-system (#9249)
ndelangen Jan 8, 2020
9641759
Merge branch 'next' into next-6.0.0
ndelangen Jan 8, 2020
e1631f3
Merge branch 'next-6.0.0' into canvas-link
ndelangen Jan 8, 2020
b63db76
Merge branch 'next-6.0.0' into pr/tinymachine/9252
ndelangen Jan 8, 2020
6ce622f
Merge pull request #9257 from storybookjs/canvas-link
Hypnosphi Jan 8, 2020
07f43d3
Do not use SyntaxHighlighter with the very long code-content.
tomilaurell Jan 8, 2020
cd7fc66
Merge pull request #9360 from tomilaurell/next
ndelangen Jan 9, 2020
5c69346
Merge branch 'next' into next-6.0.0
ndelangen Jan 9, 2020
1e07abf
Merge branch 'next-6.0.0' into pr/tinymachine/9252
ndelangen Jan 9, 2020
a0169f9
Remove `textTransform: 'capitalize'` from component `bar/button` (#9252)
ndelangen Jan 9, 2020
d216bb6
Use TS strict mode in a11y addon sources (#9180)
ndelangen Jan 11, 2020
e368e57
Merge branch 'next-6.0.0' into 8126-addon-a11y--allow-manual-run
gaetanmaisse Jan 12, 2020
a03a2c4
fix initial render bug
donaldpipowitch Jan 13, 2020
f567dad
Merge branch '8126-addon-a11y--allow-manual-run' of github.com:donald…
donaldpipowitch Jan 13, 2020
5ba1651
Merge branch 'next' into next-6.0.0
ndelangen Jan 13, 2020
f486faa
Merge pull request #8883 from donaldpipowitch/8126-addon-a11y--allow-…
gaetanmaisse Jan 13, 2020
0a0afd4
Merge branch 'next' into next-6.0.0
ndelangen Jan 13, 2020
c358bcb
FIX lockfile
ndelangen Jan 13, 2020
fcb034a
Merge branch 'next' into next-6.0.0
ndelangen Jan 13, 2020
3d76b18
fix(addon-viewport): Change viewport styling to more closely match v4
connor-baer Oct 20, 2019
53f2c52
fix(addon-viewport): use automatic spacing around the iframe
connor-baer Dec 9, 2019
289d2db
fix(addon-viewport): remove border radius
connor-baer Dec 9, 2019
621888b
Merge branch 'next-6.0.0' into bugfix/addon-viewport-border-styles
ndelangen Jan 14, 2020
13835d2
Merge branch 'next-6.0.0' into bugfix/addon-viewport-border-styles
ndelangen Jan 14, 2020
8470774
Change viewport styling to more closely match v4 (#8486)
ndelangen Jan 15, 2020
f318220
Merge branch 'next' into next-6.0.0
ndelangen Jan 15, 2020
9ac9da6
Merge branch 'next' into next-6.0.0
ndelangen Jan 20, 2020
65c7d2d
FIX missing dep
ndelangen Jan 20, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ module.exports = {
test: withTests,
},
},
{
test: './examples/rax-kitchen-sink',
presets: [
['@babel/preset-env', { shippedProposals: true, useBuiltIns: 'usage', corejs: '3' }],
['babel-preset-rax', { development: process.env.BABEL_ENV === 'development' }],
],
},
{
test: './lib',
presets: [
Expand Down
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ examples/cra-ts-kitchen-sink/*.json
examples/cra-ts-kitchen-sink/public/*
examples/cra-ts-essentials/*.json
examples/cra-ts-essentials/public/*

examples/rax-kitchen-sink/src/document/*
.yarn
!.remarkrc.js
!.babelrc.js
!.eslintrc.js
Expand Down
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.yarn/releases/yarn-*.js linguist-generated=true
1 change: 1 addition & 0 deletions .github/autolabeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
'app: angular': ["app/angular/**"]
'app: polymer ': ["app/polymer/**"]
'app: preact': ["app/preact/**"]
'app: rax': ["app/rax/**"]
'app: react-native': ["app/react-native/**"]
'app: react': ["app/react/**"]
'app: vue': ["app/vue/**"]
Expand Down
1 change: 1 addition & 0 deletions .github/automention.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
'app: marko': ['nm123github']
'app: polymer': ['stijnkoopal', 'ndelangen']
'app: preact': ['BartWaardenburg']
'app: rax': ['SoloJiang']
'app: react-native': ['benoitdion', 'gongreg']
'app: react-native-server': ['benoitdion', 'gongreg']
'app: svelte': ['rixo', 'cam-stitt', 'plumpNation']
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.yarn
Loading