Skip to content
This repository was archived by the owner on Aug 2, 2024. It is now read-only.

Releases: smile-io/ember-polaris

v1.5.3

29 May 14:35

Choose a tag to compare

CHANGELOG

#136 [FIX] Minor fixes for polaris-tag: use the correct icon on the remove button, apply blur on mouseup to the remove button instead of the whole component, and ensure the button's aria-label always contains the latest tag text.

v1.5.2

29 May 10:51

Choose a tag to compare

CHANGELOG

  • #134 [ENHANCEMENT] Yield item component from polaris-form-layout and polaris-form-layout/group.

v1.5.1

24 May 14:50

Choose a tag to compare

CHANGELOG

  • #131 [FEATURE] Add onClose attribute to polaris-popover.

v1.4.0 - update to Polaris v2.0.0

16 May 10:46

Choose a tag to compare

Updates Shopify's Polaris styles to v2.0.0 and makes some small internal changes to our existing components to keep them up-to-date with the React implementations.

v1.3.2

14 May 10:42

Choose a tag to compare

CHANGELOG

  • #119 [FIX] Add missing class to polaris-action-list section.
  • #121 [FIX] Fix z-index of focused polaris-button-group items to prevent border rendering bug.
  • #124 [FIX] Fix polaris-page breadcrumb test failure caused by URL mismatch on Travis.
  • #125 [FIX] Fix test failures caused by deprecation warnings from Ember.warn.

v1.3.0

24 Apr 17:34

Choose a tag to compare

CHANGELOG

  • #117 [FEATURE] Add preferredPosition attribute to polaris-popover.

v1.2.2

18 Apr 14:18

Choose a tag to compare

CHANGELOG

  • #115 [BUGFIX] Fix date-picker disabled attribute.