You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed rendering of the spinner on TextField when setting to readOnly (#1118)
Fixed webpack example that does not compile (#1189)
Documentation
Added accessibility documentation for Checkbox, RadioButton, and ChoiceList (#1145)
Dependency upgrades
Regenerated the yarn.lock file in the browserify example to resolve security vulnerabilities (#1202)
Updated browserify example dependencies and dev dependencies (#1191)
Updated webpack example dependencies and dev dependencies (#1189)
Code quality
Replaced all occurrences of _.merge with a custom merge function (#1018)
Replaced all occurrences of _.pick with a custom pick function (#1020)
Deleted the icons index file that would re-export icons, and replaced it with direct imports (#1195)
Replaces all instances where we pass a string representing a bundled icon into Icon. Prefer passing in the React Component from @shopify/polaris-icons (#1196)