Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit 7049115

Browse files
committed
Update CHANGELOG
1 parent 010bbdc commit 7049115

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,55 @@
11
## Unreleased
22

3+
## 1.1.1 (June 19, 2017)
4+
5+
### Chores
6+
* Fixed a repo issue that caused the public repo release not to happen
7+
8+
## 1.1.0 (June 19, 2017)
9+
10+
### Enhancements
11+
* Added automatic inference of the `target` property of EASDK buttons in `Page`’s `primaryAction` and `secondaryActions` based on their URL (thanks [Dmitriy](https://github.com/jimmyn) for the [original issue](https://github.com/Shopify/polaris/issues/46)) ([#310](https://github.com/Shopify/polaris-internal/pull/310))
12+
* Added automatic inference of the `target` property of EASDK breadcrumbs in `Page`'s `breadcrumbs` prop based on the URL ([#396](https://github.com/Shopify/polaris-internal/pull/396))
13+
* `Select` option descriptors now accept a `diabled` attribute to disabled the generated `option` (thanks to [Hafiz](https://github.com/sogko) for the [original issue](https://github.com/Shopify/polaris/issues/68)) ([#349](https://github.com/Shopify/polaris-internal/pull/349))
14+
* `easdk.showFlashNotice` now accepts an optional options object as its second parameter. Passing `{error: true}` will cause the flash to appear as an error, matching the behaviour of [`ShopifyApp.flashError`](https://help.shopify.com/api/sdks/shopify-apps/embedded-app-sdk/methods#shopifyapp-flasherror-message) ([#392](https://github.com/Shopify/polaris-internal/pull/392))
15+
* `Checkbox`, `RadioButton`, `ChoiceList`, `Select`, and `TextField` now pass the ID of the changed input as the second argument to their `onChange` callback (thanks to [Miika](https://github.com/milep) for the [original issue](https://github.com/Shopify/polaris/issues/83)) ([#391](https://github.com/Shopify/polaris-internal/pull/391))
16+
* `Popover` now respects the `z-index` of the activator if it exists ([#347](https://github.com/Shopify/polaris-internal/pull/347/files))
17+
* When putting content as children of `Tabs`, the default panel that is generated now respects the `panelID` of the selected tab, and uses a sensible default based on the tab’s `id` if no `panelID` exists ([#347](https://github.com/Shopify/polaris-internal/pull/347))
18+
* When selecting a tab in `Tabs`, the matching panel is now focused by default ([#347](https://github.com/Shopify/polaris-internal/pull/347))
19+
* `easdk` methods are bound to the object so they can be freely passed as callbacks ([#392](https://github.com/Shopify/polaris-internal/pull/392))
20+
21+
### Changes
22+
* Avatar now renders as a `span` instead of a `div` ([#398](https://github.com/Shopify/polaris-internal/pull/398))
23+
24+
### Bug fixes
25+
* Fixed contents in `Layout.AnnotatedSection` breaking out of their container (thanks [Andrew](https://github.com/cargix1) for the [original issue](https://github.com/Shopify/polaris/issues/75)) ([#365](https://github.com/Shopify/polaris-internal/pull/365))
26+
* Fixed spacing above a primary action in `CalloutCard` when there is no secondary action ([#364](https://github.com/Shopify/polaris-internal/pull/364))
27+
* Aria attributes are now on the actionable elements of `Tabs` instead of in the list items ([#347](https://github.com/Shopify/polaris-internal/pull/347))
28+
* Exposed `Panel` as `Tabs.Panel` instead of `Tabs.panel` ([#347](https://github.com/Shopify/polaris-internal/pull/347))
29+
* Fixed the alignment of `prefix` and `suffix` content of `TextField` (thanks [bdillon3](https://github.com/bdillon3) for the [original issue](https://github.com/Shopify/polaris/issues/60)) ([#372](https://github.com/Shopify/polaris-internal/pull/372))
30+
* Fixed the disabled text colour in `TextField` ([#372](https://github.com/Shopify/polaris-internal/pull/372))
31+
* `Checkbox`s and `RadioButton`s no longer generate invalid HTML in their labels (thanks [Ernesto](https://github.com/ernestogutierrez) for the [original issue](https://github.com/Shopify/polaris/issues/88)) ([#391](https://github.com/Shopify/polaris-internal/pull/391))
32+
* `Tabs` no longer steals focus from contained elements (thanks [Alex](https://github.com/alexdover) for the [original issue](https://github.com/Shopify/polaris/issues/74)) ([#347](https://github.com/Shopify/polaris-internal/pull/347))
33+
34+
### Design updates
35+
* Reduced horizontal padding on `Breadcrumbs` ([#334](https://github.com/Shopify/polaris-internal/pull/334))
36+
* Updated icon and internal padding of `FooterHelp` ([#357](https://github.com/Shopify/polaris-internal/pull/357))
37+
* Updated the `EmptyState` layout and typographic styles ([#376](https://github.com/Shopify/polaris-internal/pull/376))
38+
39+
### Documentation
40+
* Fixed the code examples o n the embedded app documentation ([#375](https://github.com/Shopify/polaris-internal/pull/375))
41+
* Added a simple embedded app example ([#308](https://github.com/Shopify/polaris-internal/pull/308/files))
42+
* Renamed the “Tables and lists” category to “Lists”
43+
* A variety of other documentation updates (thanks to [Pablo](https://github.com/sebnun), [Asa](https://github.com/asacarter), and [David](https://github.com/resistorsoftware) for raising issues)
44+
45+
### Dependency updates
46+
* Updated all dependencies ([#352](https://github.com/Shopify/polaris-internal/pull/352))
47+
48+
### Chores
49+
* Added a script to automatically match the published version number to the one referenced in the README ([#353](https://github.com/Shopify/polaris-internal/pull/353))
50+
* Added the correct viewport tag to the Playground ([#358](https://github.com/Shopify/polaris-internal/pull/358))
51+
* Hid deprecation errors during tests ([#391](https://github.com/Shopify/polaris-internal/pull/391))
52+
353
## 1.0.3 (May 11, 2017)
454
### Big fixes
555
* Fixed an issue where the embedded components would not reload the page within the Shopify admin (thanks [Rich](https://github.com/buggy) for the [original issue](https://github.com/Shopify/polaris/issues/28)) ([#307](https://github.com/Shopify/polaris-internal/pull/307))

0 commit comments

Comments
 (0)