Commit Graph

4219 Commits

Author SHA1 Message Date
Chloe Rice
a1b7fd2709 fix small screen navigation 2019-05-30 12:54:19 -04:00
Chloe Rice
0b971cffed fixed column => first column 2019-05-30 12:53:59 -04:00
Chloe Rice
eea1a2fb3c start shifting language away from fixed column logic 2019-05-29 15:48:41 -04:00
Alex Page
4153b29161 Remove delay from DropZone test (#1595) 2019-05-29 15:14:44 -04:00
Alex Page
ebda399996 Fixing accessibility issues in shitlist (#1565)
* Fixing accessibility issues in shitlist
2019-05-29 14:34:52 -04:00
Tim Layton
306c7c1dcc [App bridge] Add deprecation messages (#1573)
* add app bridge deprecation messages and docs

* add changelog entry
2019-05-29 11:23:44 -07:00
Andrew Musgrave
a9188f1420 Merge pull request #1261 from Shopify/rl-ms
[ResourceList] Multiselect
2019-05-29 11:33:28 -04:00
Andrew Musgrave
5e34a641af changelog & unique ids 2019-05-28 16:23:23 -04:00
Andrew Musgrave
5f8c0cd2c3 Add multiselect
Change div to span for accessible markup
2019-05-28 16:22:54 -04:00
Ryan Frederick
83fb11a83e Merge pull request #1409 from Shopify/fix-moz-focus-inner
Prevent Firefox from showing an inner dotted border on focused buttons
2019-05-28 13:14:59 -07:00
Ryan Frederick
abf3d0b6b5 Prevent Firefox from showing an extra dotted border on focused buttons 2019-05-28 12:42:06 -07:00
Robin Drexler
0fc1462f97 remove unnecessary border radius from modal body
nobody seems to be able to remember why it was added in the first place
and it is preventing full width body content

add changelog
2019-05-28 10:46:23 -04:00
Daniel Leroux
1f649ee823 Merge pull request #1583 from Shopify/optional-action-on-empty-state
[EmptyState] Make action prop optional
2019-05-28 09:52:04 -04:00
Daniel Leroux
12ead10cf4 making empty state action optional and adjusting tests 2019-05-28 09:22:14 -04:00
Dan Rosenthal
85a07c20b5 Merge pull request #1574 from Shopify/translation-platform/default
Add translations: default
2019-05-28 09:19:33 -04:00
Kaelig Deloumeau-Prigent
a962a347db [Icon] Documentation fixes on props (#1531)
* [Icon] Documentation fixes on props

* Update src/components/Icon/Icon.tsx

Co-Authored-By: Sonja Farrell <sonjafarrell@gmail.com>

* Update src/components/Icon/Icon.tsx

Co-Authored-By: Sonja Farrell <sonjafarrell@gmail.com>
2019-05-27 09:15:10 -04:00
Kaelig Deloumeau-Prigent
b2cacf8b57 [Card] Apply content strategy syntax guidelines in documentation (#1490) 2019-05-27 08:59:54 -04:00
translation-platform
51315d774d Update src/locales/nl.json 2019-05-26 14:35:57 +00:00
translation-platform
f870880717 Update src/locales/nl.json 2019-05-25 21:35:57 +00:00
Kaelig Deloumeau-Prigent
2d62808e49 Upgrade storybook to v5.1.0-rc.0 (#1547)
* Upgrade storybook to v5.1.0-rc.0

* Add core-js to devDependencies, as enzyme tests fail without it
2019-05-24 17:34:33 -07:00
Andrew Musgrave
d307895fc3 Merge pull request #1569 from Shopify/fix-sheet-browser-bug
[Sheet] Fix spacing issue with primary button
2019-05-24 18:38:21 -04:00
Andrew Musgrave
d0e723dfa3 changelog 2019-05-24 17:03:49 -04:00
Andrew Musgrave
7d09d8f527 Fix spacing issue with primary button in SHeet 2019-05-24 16:17:02 -04:00
Andre Rocha
0b0eda1aef Make the a11y test fail if there's issues (#1564)
* Make the a11y test fail if there's issues
2019-05-24 10:55:39 -07:00
Chloe Rice
4fa227d04f Merge pull request #1553 from Shopify/banner-title-wordbreak
[Banner] Break word in title instead of overflowing line
2019-05-24 12:17:36 -04:00
Chloe Rice
89ad18e690 [Banner] Break word in title instead of overflowing line 2019-05-24 10:54:36 -04:00
Ben Scott
830d95e35c Merge pull request #1534 from Shopify/deprecated-icon-strings
Deprecate passing a stringy name of a bundled icon into <Icon source>
2019-05-24 12:26:38 +01:00
Ben Scott
9dc8160742 Tighten type for <Button icon> to be ReactElement|IconProps['source'].
This part of the union type is meant to represent the types that aren't
already handled by passing the value into <Icon>.

We intend this to be an img element, rather than a string, number,
Fragment or any of the other values that a ReactNode could be.
2019-05-24 12:18:30 +01:00
Ben Scott
19e18710e0 Deprecate passing a stringy name of a bundled icon into <Icon source>
You should pass the icon component as imported from polaris-icons instead
2019-05-24 12:18:24 +01:00
Ben Scott
9613668946 Merge pull request #1561 from Shopify/support-icon-in-storybook
Support polaris-icon imports in examples
2019-05-24 11:41:14 +01:00
Ben Scott
c140d4a3b4 Use polaris-icons imports in even more examples 2019-05-24 11:28:48 +01:00
Ben Scott
ff9dd44979 Use polaris-icons imports in examples 2019-05-24 11:28:48 +01:00
Ben Scott
6b2dcba396 Simplify scope injection in storybook
Have polaris be part of the scope for each readme instead of injecting
it from other files.
2019-05-24 11:28:48 +01:00
Alex Xie
b8f2aec881 [ColorPicker] Fix errant text selection (#1562)
* Fix errant text selection

* Add documentation & update unreleased changelog

* Address CR comments
2019-05-23 16:27:19 -07:00
Shopify Translation Platform
18f1a6fcd3 Update src/locales/zh-CN.json (#1560) 2019-05-23 07:32:07 -04:00
Tim Layton
5a4b50a9ce v3.16.0 v3.16.0 2019-05-22 15:49:40 -07:00
Tim Layton
29725b9917 Merge pull request #1558 from Shopify/prep-3.16.0
v3.16.0 changelog
2019-05-22 15:48:46 -07:00
Tim Layton
e94007bef0 prepare changelog for 3.16.0 2019-05-22 15:25:23 -07:00
Dan Rosenthal
044f7745fb v3.16.0-rc.2 v3.16.0-rc.2 2019-05-22 15:54:32 -04:00
Tim Layton
3bc8a46e44 [Range slider] Fix types and styles (#1555)
* fix types and styles

* lint disable and add comment
2019-05-22 15:54:04 -04:00
Tim Layton
38eefb6efd Merge pull request #1552 from Shopify/dual-range-slider/changelog-fix
Updated PR number
2019-05-22 10:26:31 -07:00
Tim Layton
755367d585 updated PR number 2019-05-22 10:07:45 -07:00
Dan Rosenthal
d565daa68f v3.16.0-rc.1 v3.16.0-rc.1 2019-05-22 12:18:55 -04:00
Dan Rosenthal
d009b537fd [Navigation] Fix hover and active states (#1551)
* fix selected navigation item being too bold

* fix hover state of navigation items on views with conflicting styles

* changelog
2019-05-22 12:14:50 -04:00
Dan Rosenthal
e605ee5a8e Merge pull request #1549 from Shopify/translation-platform/default
Add translations: default
2019-05-22 09:31:04 -04:00
translation-platform
a7cf4dc243 Update src/locales/zh-CN.json 2019-05-22 02:16:53 +00:00
translation-platform
4df7c928f6 Update src/locales/zh-CN.json 2019-05-22 01:58:06 +00:00
Dan Rosenthal
c66fd76c43 Merge pull request #1540 from Shopify/translation-platform/default
Add translations: default
2019-05-21 09:10:09 -04:00
translation-platform
fab5070239 Update src/locales/zh-CN.json 2019-05-21 03:06:32 +00:00
Ruairi Hackett
df3d6d6199 [Card] Add box-shadow in Windows high contrast mode (#1524)
* [Card] Add box-shadow in Windows high contrast mode

* Add release note
2019-05-20 11:33:54 +01:00