Michael Shilman
35eb0e31db
v4.0.0-alpha.3
2018-04-17 16:50:42 -07:00
Dependencies.io Bot
7eb489bc21
Update react-modal from 3.3.2 to 3.4.1 in lib/ui
2018-04-17 21:07:56 +00:00
denzenin
0773a14b31
Merge master
2018-04-17 22:13:19 +03:00
denzenin
f7756fa81e
Forbid resizing of SplitPane for mobile devices
2018-04-17 20:14:47 +03:00
Dependencies.io Bot
349186139b
Update react-lifecycles-compat from 3.0.0 to 3.0.2 in lib/ui
2018-04-16 18:49:34 +00:00
Daniel Duan
362dda713a
#3377 remove old keyboard shortcuts
2018-04-11 15:10:35 -04:00
Michael Shilman
aa2801023a
v4.0.0-alpha.2
2018-04-10 17:40:16 -07:00
Hypnosphi
75c6cf16a6
Migrate to react-lifecycles-compat@3
2018-04-10 01:04:40 +03:00
Jamie Charry
f230577c83
change addon panel keyboard shortcut to shift-meta-z instead of shift-meta-c
2018-04-06 14:15:01 -04:00
Dependencies.io Bot
3ca6e83342
Update react-lifecycles-compat from 1.1.1 to 1.1.4 in lib/ui
2018-04-03 22:44:05 +00:00
Hypnosphi
6706a4c774
Merge remote-tracking branch 'origin/master' into dependencies.io-update-build-325.0.0
2018-04-03 03:59:34 +03:00
Dependencies.io Bot
9979d918fa
Update react-lifecycles-compat from 1.1.0 to 1.1.1 in lib/ui
2018-04-02 23:07:39 +00:00
Mohamed Shaaban
fe7ca9d374
Scroll preview panel for non-percentage heights
2018-04-03 01:06:10 +02:00
denzenin
a65ef029b6
Add story for stories-panel: when on mobile device
2018-04-02 21:25:15 +03:00
denzenin
750a699ad8
Fix saving sizes to local storage. Use boolean instead of number
2018-04-02 21:10:06 +03:00
denzenin
a92759d1ec
Fix stories-panel: still need to pass url and name via props
2018-04-01 21:21:13 +03:00
Hypnosphi
a92d25ec9b
Replace deprecated React methods in rest of the places
2018-04-01 01:13:46 +03:00
Hypnosphi
cdb7cab87b
Stop using deprecated React methods
2018-03-30 20:28:20 +03:00
Michael Shilman
53da20b82a
v4.0.0-alpha.1
2018-03-29 08:27:45 -07:00
Michael Shilman
c53f30c0e0
v4.0.0-alpha.0
2018-03-28 22:33:07 -07:00
Hypnosphi
7b007447d8
Major upgrades for devDependencies
2018-03-28 03:46:06 +03:00
denzenin
b434515dc4
Add mobile-view story for header
2018-03-25 23:07:45 +03:00
denzenin
95cf942dbf
Fix tests
2018-03-24 19:11:14 +03:00
denzenin
ce32102063
Add different header and panels layout for mobile devices:
...
* add separate Header component
* add isMobileDevice helper
* initially place addonPanel at the bottom if storybook is open on mobile device
* add first part of tests
2018-03-24 16:53:02 +03:00
Dependencies.io Bot
ab9cc2a0b4
Update keycode from 2.1.9 to 2.2.0 in lib/ui
2018-03-21 16:37:52 +00:00
PunitGr
d722249337
Merge branch 'master' of github.com:PunitGr/storybook
2018-03-20 23:00:24 +05:30
PunitGr
e06cb6055c
Minor fixes
2018-03-20 22:57:48 +05:30
PunitGr
eae02f58f0
Update PropTypes
2018-03-20 22:41:56 +05:30
Punit Grover
928d8f711e
Merge branch 'master' into master
2018-03-20 18:25:22 +05:30
PunitGr
3b9e28a959
Remove shortcut helper when shortcuts are disabled
2018-03-20 18:23:37 +05:30
Michael Shilman
cf1a984f9e
v3.4.0-rc.3
2018-03-19 16:03:10 -07:00
PunitGr
dc980abb7f
Add option to enable/diable shortcuts
2018-03-19 20:44:57 +05:30
Dependencies.io Bot
b5e77e00eb
Update react-modal from 3.3.1 to 3.3.2 in lib/ui
2018-03-13 18:19:34 +00:00
Michael Shilman
bf6c69a258
v3.4.0-rc.2
2018-03-13 19:59:14 +09:00
Michael Shilman
953c516eb8
v3.4.0-rc.1
2018-03-13 19:40:40 +09:00
Wei-Wei Wu
31e2a2b4d3
throttling saveSize and updateState. Separating logic
2018-03-11 14:46:32 -07:00
Wei-Wei Wu
ab70d3ccac
reusing onThrottledResize on window resize
events
2018-03-11 14:18:01 -07:00
Wei-Wei Wu
aaed49216c
rewriting onResize so it doens't return a function. Throttled to 200ms.
2018-03-11 14:18:01 -07:00
Wei-Wei Wu
b0c7462524
delaying update of height and width until after stop dragging 50ms
2018-03-11 14:18:01 -07:00
Hypnosphi
c51d0de054
Use exact versions for cross-dependencies between our own packages
2018-03-10 22:46:42 +02:00
Michael Shilman
67243d9d55
v3.4.0-rc.0
2018-03-08 12:03:25 +09:00
Hypnosphi
7516d7f747
Merge remote-tracking branch 'origin/master' into upgrade-events
...
# Conflicts:
# lib/core/package.json
2018-02-28 01:19:32 +03:00
Dependencies.io Bot
6338c3fdc5
Update prop-types from 15.6.0 to 15.6.1 in lib/ui
2018-02-27 16:41:44 +00:00
Hypnosphi
def1e04dbb
Cleanup dependencies
2018-02-25 03:53:03 +03:00
Hypnosphi
2b11bd6b6c
Core & UI: upgrade events from 1.1.1 to 2.0.0
2018-02-24 21:50:13 +03:00
Michael Shilman
d3e7b73635
v3.4.0-alpha.9
2018-02-22 17:45:03 +09:00
Dependencies.io Bot
563e3cea9d
Update react-modal from 3.2.1 to 3.3.1 in lib/ui
2018-02-21 16:39:46 +00:00
Filipp Riabchun
f87336c407
Merge branch 'master' into qa/extract-guidelines
2018-02-20 20:03:31 +03:00
Daniel Duan
257f0d2fff
#3029 use @storybook/podda to fix npm engine version in podda
2018-02-19 20:13:43 -05:00
Hypnosphi
398ff2639e
eslint: remove unused disable directives
2018-02-17 20:35:37 +03:00