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

Releases: smile-io/ember-polaris

v3.0.5

28 Jan 08:00
Compare
Choose a tag to compare

CHANGELOG

  • #273 [FEATURE] Add polaris-option-list component

v3.0.4

22 Jan 08:19
Compare
Choose a tag to compare

CHANGELOG

  • #272 [ENHANCEMENT] Add fullWidth support to polaris-popover

v3.0.3

14 Jan 12:34
1f19e1b
Compare
Choose a tag to compare

CHANGELOG

  • #271 [FIX] Fix dismissable banner class

v3.0.2

08 Jan 15:06
Compare
Choose a tag to compare

CHANGELOG

  • #270 [FIX] Avoid null ref error when adding/removing resource list filters

v3.0.1

08 Jan 10:43
a4f2113
Compare
Choose a tag to compare

CHANGELOG

  • #269 [FIX] Remove listener that was mutating the text-field's value and properly fire onChange callback

v3.0.0

07 Jan 12:56
Compare
Choose a tag to compare

CHANGELOG

  • #266 [UPDATE] Overhaul polaris-resource-list to match Shopify Polaris implementation (breaks existing usages of polaris-resource-list)

v2.0.3

16 Nov 12:31
Compare
Choose a tag to compare

Changelog

  • #251 [ENHANCEMENT] Make allowRange on polaris-date-picker writeable

v2.0.1

05 Nov 14:20
Compare
Choose a tag to compare

CHANGELOG

  • #247 [ENHANCEMENT] Add actionGroups support to polaris-page

v1.7.9

02 Nov 11:39
Compare
Choose a tag to compare

v1.7.9 (November 2, 2018)

[ENHANCEMENT] Implement actionGroups property on polaris-page

v2.0.0

30 Oct 14:54
Compare
Choose a tag to compare

Updates to v2.11.0 of Polaris and adds some new components and bugfixes.

Breaking changes

  • The format for the polaris-page component's breadcrumbs property has been updated to be in line with the React implementation (documentation here):

    • the text property has been renamed to content;
    • the route and models options have been removed. If you were using them previously, you will need to update to use either an action (via onAction) or a URL (via url) to achieve the same result.

v2.0.0 (October 30, 2018)

  • #168 [INTERNAL] Upgrade to Ember CLI 3.4.2
  • #171 [UPDATE] Shopify Polaris v2.11.0
  • #174 [FEATURE] Add polaris-inline-error component
  • #179 [ENHANCEMENT] Upgrade polaris-breadcrumbs to render button if url not present
  • #187 [ENHANCEMENT] Add disabled attribute to polaris-choice
  • #185 [ENHANCEMENT] Update polaris-button to accept components for icon value
  • #191 [ENHANCEMENT] Update polaris-layout/annotated-section styling to match Polaris v2.11.0
  • #195 [ENHANCEMENT] Add nextKeys and previousKeys attribute to polaris-pagination
  • #193 [ENHANCEMENT] Update polaris-choice-list to render error and aria attributes
  • #197 [ENHANCEMENT] Update polaris-data-table to match Polaris v2.11.0 refactor
  • #214 [ENHANCEMENT] Update polaris-empty-state to match Polaris v2.11.0
  • #216 [ENHANCEMENT] Update polaris-labelled to match Polaris v2.11.0
  • #218 [ENHANCEMENT] Update polaris-page to match Polaris v2.11.0 by adding titleMetadata and optional primaryAction button type override
  • #219 [ENHANCEMENT] Update polaris-date-picker components to match Polaris v2.11.0
  • #221 [ENHANCEMENT] Add disabled attribute to polaris-choice in polaris-radio-button
  • #225 [ENHANCEMENT] Update polaris-drop-zone to accept Polaris v2.11.0 labelled attributes
  • #226 [FEATURE] Add polaris-sticky component
  • #227 [ENHANCEMENT] Update polaris-text-field to match Polaris v2.11.0
  • #230 [ENHANCEMENT] Add fullWidth and connectedTop to polaris-button-group
  • #232 [FEATURE] Add polaris-select component
  • #234 [UPDATE] Drop Ember 2.12 support
  • #236 [ENHANCEMENT] Add destructive attribute to polaris-action-list/item
  • #237 [FIX] Prevent event bubbling on polaris-action-list/item's onAction method
  • #241 [FIX] Remove click event from polaris-breadcrumb action invocation arguments
  • #243 [FIX] Update table cell heights when attrs are updated in polaris-data-table
  • #244 [FIX] Fix bug where polaris-data-table cell heights weren't calculating correctly
  • #245 [FIX] Fix initially-selected value on polaris-select