This repository has been archived by the owner on Aug 2, 2024. It is now read-only.
Releases: smile-io/ember-polaris
Releases · smile-io/ember-polaris
v3.0.5
v3.0.4
v3.0.3
v3.0.2
v3.0.1
v3.0.0
v2.0.3
v2.0.1
v1.7.9
v2.0.0
Updates to v2.11.0 of Polaris and adds some new components and bugfixes.
Breaking changes
-
The format for the
polaris-page
component'sbreadcrumbs
property has been updated to be in line with the React implementation (documentation here):- the
text
property has been renamed tocontent
; - the
route
andmodels
options have been removed. If you were using them previously, you will need to update to use either an action (viaonAction
) or a URL (viaurl
) to achieve the same result.
- the
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 ifurl
not present - #187 [ENHANCEMENT] Add
disabled
attribute topolaris-choice
- #185 [ENHANCEMENT] Update
polaris-button
to accept components foricon
value - #191 [ENHANCEMENT] Update
polaris-layout/annotated-section
styling to match Polaris v2.11.0 - #195 [ENHANCEMENT] Add
nextKeys
andpreviousKeys
attribute topolaris-pagination
- #193 [ENHANCEMENT] Update
polaris-choice-list
to rendererror
andaria
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 addingtitleMetadata
and optionalprimaryAction
button type override - #219 [ENHANCEMENT] Update
polaris-date-picker
components to match Polaris v2.11.0 - #221 [ENHANCEMENT] Add
disabled
attribute topolaris-choice
inpolaris-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
andconnectedTop
topolaris-button-group
- #232 [FEATURE] Add
polaris-select
component - #234 [UPDATE] Drop Ember 2.12 support
- #236 [ENHANCEMENT] Add
destructive
attribute topolaris-action-list/item
- #237 [FIX] Prevent event bubbling on
polaris-action-list/item
'sonAction
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