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

v4.1.0

25 Apr 13:35
Compare
Choose a tag to compare

Updates the version of Polaris targeted by @smile-io/ember-polaris to v3.10.0 🎉

CHANGELOG

  • #285 [UPDATE] Update action list to Polaris v3.10.0
  • #286 [UPDATE] Update avatar to Polaris v3.10.0
  • #287 [UPDATE] Update badge to Polaris v3.10.0
  • #288 [UPDATE] Update banner to Polaris v3.10.0
  • #289 [UPDATE] Update callout card to Polaris v3.10.0
  • #290 [UPDATE] Update unstyled link to Polaris v3.10.0
  • #291 [UPDATE] Update button to Polaris v3.10.0
  • #292 [UPDATE] Update card to Polaris v3.10.0
  • #293 [UPDATE] Update checkbox to Polaris v3.10.0
  • #294 [UPDATE] Update choice property descriptions
  • #293 [UPDATE] Update checkbox to Polaris v3.10.0
  • #295 [INTERNAL] Upgrade to Ember CLI 3.8.1
  • #296 [INTERNAL] Update misc dependencies
  • #297 [UPDATE] Update data table to Polaris v3.10.0
  • #298 [UPDATE] Update date picker to Polaris v3.10.0
  • #299 [UPDATE] Update drop zone to Polaris v3.10.0
  • #300 [UPDATE] Update empty search result to Polaris v3.10.0
  • #301 [UPDATE] Update form to Polaris v3.10.0
  • #302 [UPDATE] Update form layout to Polaris v3.10.0
  • #303 [UPDATE] Update layout to Polaris v3.10.0
  • #304 [UPDATE] Update link to Polaris v3.10.0
  • #305 [UPDATE] Update option list to Polaris v3.10.0
  • #306 [UPDATE] Update resource list to Polaris v3.10.0
  • #307 [UPDATE] Update skeleton page to Polaris v3.10.0
  • #308 [UPDATE] Update spinner to Polaris v3.10.0
  • #309 [UPDATE] Update text style to Polaris v3.10.0
  • #310 [UPDATE] Update text field to Polaris v3.10.0
  • #311 [UPDATE] Update page to Polaris v3.10.0
  • #313 [FIX] Fix spinner icon paths
  • #314 [FIX] Remove event object from button mouse action handler invocations
  • #315 [FEATURE] Add polaris-skeleton-thumbnail component
  • #316 [FIX] Make text field "focus" property writeable

v4.0.2

05 Mar 10:34
Compare
Choose a tag to compare

CHANGELOG

  • #284 [FIX] Fix infinite loop in sticky-manager service

v4.0.1

28 Feb 15:18
Compare
Choose a tag to compare

CHANGELOG

  • #283 [FIX] Fix height bug on multiline text field

v4.0.0

26 Feb 10:14
Compare
Choose a tag to compare

CHANGELOG

  • #282 [ENHANCEMENT] Allow passing component for annotated layout section's description.

BREAKING CHANGES

Any apps that were previously using polaris-layout/annotation directly in block form will need to be updated to move the annotation's block content into a component, and pass that component into the polaris-layout/annotated-section's description property using the component helper.

v3.0.11

22 Feb 13:45
Compare
Choose a tag to compare

CHANGELOG

  • #281 [ENHANCEMENT] Handle non-numeric/non-finite progress values in polaris-progress-bar

v3.0.10

22 Feb 12:19
Compare
Choose a tag to compare

CHANGELOG

  • #280 [ENHANCEMENT] Allow passing a component as polaris-choice's helpText property

v3.0.9

22 Feb 09:04
Compare
Choose a tag to compare

CHANGELOG

  • #279 [FIX] Ensure polaris-choice-list updates properly when the selected array is swapped out

v3.0.8

21 Feb 12:33
Compare
Choose a tag to compare

CHANGELOG

  • #278 [ENHANCEMENT] Add support for destructive property on polaris-page's primaryAction

v3.0.7

19 Feb 12:30
Compare
Choose a tag to compare

CHANGELOG

  • #288 [ENHANCEMENT] Add support for props such as primary etc. on polaris-callout-card actions

v3.0.6

31 Jan 15:40
Compare
Choose a tag to compare

CHANGELOG

  • #276 [Fix] Prevent glimmer error when changing selected filter on resource list filter creator