12 Commits

Author SHA1 Message Date
Joonas Kallunki
0f57c5681a Fix #4269 iPhone viewport dimensions 2018-10-05 06:18:27 +03:00
Ka-wai Wong
2553f3f69a Fix typo in addon-viewport 2018-08-01 08:08:42 -05:00
Ka-wai Wong
0534cdfd2e Add types to mobile devices in addon-viewport 2018-07-25 07:26:12 -05:00
Ka-wai Wong
205582a09f Add additional device options to addon-viewport 2018-07-24 19:31:36 -05:00
Norbert de Langen
09e3d8e766
REFACTOR viewport addon to use emotion for styling && FIX overflow of viewport addon 2018-05-16 20:22:43 +02:00
Mohamed Shaaban
8bdafacde9 Add device type for each viewport 2018-03-28 22:01:48 +02:00
Mohamed Shaaban
2a1263c2be Emit/call event/callback when viewport changes 2018-03-28 22:01:48 +02:00
Mohamed Shaaban
3467e0befb Unify setting default viewport and drop unset 2018-03-28 22:01:48 +02:00
Mohamed Shaaban
d3046596ba Allow setting custom default viewport per story
Fix linting issues
2018-03-20 00:51:41 +01:00
Mohamed Shaaban
39ca2b14a8 Add responsive viewport and make it default 2018-03-20 00:50:22 +01:00
Mohamed Shaaban
9b1370f3d6 Add support to configure viewport addon
- By default, viewport addon is reading both initial viewports' set and default viewport from
`INITIAL_VIEWPORTS` and `DEFAULT_VIEWPORT` respectively which are exported by the addon
 - `configure` function is exported which accepts an object with `defaultViewport` and `viewports`
 - Change the default viewport by setting `defaultViewport` property to the key of the viewport (e.g. `configure({ defaultViewport: 'iphone5' })`)
 - Replace the entire viewports by setting brand new viewports to `viewports` property (e.g. `configure({ viewports: { brandNewDevice: { ... } } })`)
 - Add custom viewports by first merging both the `INITIAL_VIEWPORTS` and your custom viewports, and then pass the result as `viewports` to configure function
2018-03-20 00:50:22 +01:00
Mohamed Shaaban
e2daecf4b4 Move addon IDs to shared directory 2018-03-20 00:50:22 +01:00