Skip to content

Releases: baoagency/polaris_view_components

v0.7.0

20 Dec 16:09
Compare
Choose a tag to compare

New components

Other changes

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

15 Nov 13:12
Compare
Choose a tag to compare

New components

  • NEW: Add SettingToggle component [#138]
  • NEW: Add Scrollable component [#150]
  • NEW: Add Modal component [#151]
  • NEW: Add ActionList component [#152]
  • NEW: Add Popover component 🎉 [#153]
  • NEW: Add Tabs component [#156]

Other changes

  • FIX: Setup cache sweepers for importmap-rails [d6948b1]
  • NEW: Add checkbox and radio_button to ResourceItem [ab418de]
  • NEW: Add selectable attribute to ResourceItem [0fb9143]
  • NEW: Add disclosure attribute to Button [b055e46]
  • NEW: Add disable-with behavior for Button [c61b329]

v0.5.0

29 Oct 10:38
Compare
Choose a tag to compare
  • NEW: Add distribution attribute for PageActions [39c919e]
  • NEW: Add polaris_card_section helper [db7e386]
  • NEW: Add Filters component (query-only for now) [#133]
  • NEW: Add border_top and border_bottom attributes for Card sections [a008107]
  • NEW: Add text style helpers [b296f64]
  • NEW: Add IndexTable component (partial implementation) [0524b5b]
  • FIX: Improve select options support [c5dcf41]
  • NEW: Add polaris_check_box helper to Polaris::FormBuilder [a8b15bb]
  • NEW: Add polaris_inline_error_for helper to Polaris::FormBuilder [f2e780f]
  • NEW: Add polaris_radio_button helper to Polaris::FormBuilder [7529775]
  • FIX: Add system_arguments to InlineError [a7d515e]
  • FIX: Accept html in form validation errors [96c10c0]
  • NEW: Add size attribute for TextStyle component [5359412]
  • FIX: Remove box-shadow from buttons and links [6bbead4]

v0.4.0

13 Oct 15:41
Compare
Choose a tag to compare
  • NEW: Add DataTable component [#129]
  • NEW: Add one_fourth section support to Layout [11c1d55]
  • NEW: Add Spacer component [a03ad5e]
  • NEW:: Add unsectioned content support in EmptyState component [ab44358]
  • NEW: Add no_underline option to Link [1f6265e]
  • FIX: Fix EmptyState component without actions [8e433e9]
  • FIX: Allow html content inside Link [2ee5f37]
  • FIX: Fix Tag removal link styles [f01194d]

v0.3.1

06 Oct 06:00
Compare
Choose a tag to compare
  • CHANGE: Polaris styles are now included with the gem. No need to pull them separately. [#125]

v0.3.0

06 Oct 05:10
Compare
Choose a tag to compare
  • CHANGE: Drop Babel and switch to ES6-only builds.
  • CHANGE: Upgrade to Stimulus 3.
  • NEW: Add importmaps support. [#122]

v0.2.0

08 Sep 15:46
Compare
Choose a tag to compare
  • NEW: Automatically pass selected value to polaris_select helper [24a0a10]
  • NEW: Add SkeletonBodyText component [ed5c998]
  • NEW: Add disabled_options argument to Select component [6b76761]
  • NEW: Add Tag component [#118]
  • NEW: Create an install generator with helpful output [#120]

v0.1.3

16 Aug 18:01
Compare
Choose a tag to compare
  • NEW: Added links support in ResourceItem component [92ac30f]
  • NEW: Added polaris_button_to helper [8672aef]
  • FIXED: Allow forms inside ResourceItems [8e69fd4]

v0.1.2

12 Aug 15:29
Compare
Choose a tag to compare
  • NEW: Add basic support of ResourceList and ResourceItem components [#112]
  • NEW: Add polaris_select helper to FormBuilder [9064641]
  • NEW: Add support for unsectioned content and unstyled sections in Card component [1cb5ca8]
  • NEW: Add slots for prefix and suffix in TextField component [5112ef8]
  • NEW: Add error_summary helper to FormBuilder [66cb921]
  • FIXED: Use full error messages in error_for helper in FormBuilder [2c1b3c4]

v0.1.1

09 Aug 16:31
Compare
Choose a tag to compare
  • NEW: Add automatic route detection to Polaris::ShopifyNavigationComponent [77de5a3]