Releases: baoagency/polaris_view_components
Releases · baoagency/polaris_view_components
v0.7.0
New components
- Add Navigation component by @kirillplatonov in #159
- Add OptionList component by @kirillplatonov in #160
- Add Frame component with TopBar for non-embedded apps by @kirillplatonov in #163
- Add SaveBar component by @kirillplatonov in #165
- Add Toast component by @kirillplatonov in #167
- Add Autocomplete component by @kirillplatonov in #170
Other changes
- Dispatch 'change' event when number TextField changed by @mattsears in #157
- Dispatch number field change event only if value change by @kirillplatonov in 123742e
- Resolve view_component/engine loading deprecation by @kirillplatonov in 4817097
- Simplify button disabling by @kirillplatonov in 3cbdeff
- Finish Filters component by @kirillplatonov in #166
- Ensure backwards compatibility with Rails 6.0 and lower for error_summary by @yourivdlans in #172
- Add icon shorthand for TextField prefix/suffix by @kirillplatonov in #175
New Contributors
- @mattsears made their first contribution in #157
- @yourivdlans made their first contribution in #172
Full Changelog: v0.6.0...v0.7.0
v0.6.0
v0.5.0
- NEW: Add
distribution
attribute forPageActions
[39c919e] - NEW: Add
polaris_card_section
helper [db7e386] - NEW: Add
Filters
component (query-only for now) [#133] - NEW: Add
border_top
andborder_bottom
attributes forCard
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 toPolaris::FormBuilder
[a8b15bb] - NEW: Add
polaris_inline_error_for
helper toPolaris::FormBuilder
[f2e780f] - NEW: Add
polaris_radio_button
helper toPolaris::FormBuilder
[7529775] - FIX: Add
system_arguments
toInlineError
[a7d515e] - FIX: Accept html in form validation errors [96c10c0]
- NEW: Add
size
attribute forTextStyle
component [5359412] - FIX: Remove box-shadow from buttons and links [6bbead4]
v0.4.0
- NEW: Add DataTable component [#129]
- NEW: Add
one_fourth
section support toLayout
[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
v0.3.0
v0.2.0
v0.1.3
v0.1.2
- NEW: Add basic support of
ResourceList
andResourceItem
components [#112] - NEW: Add
polaris_select
helper toFormBuilder
[9064641] - NEW: Add support for unsectioned content and unstyled sections in
Card
component [1cb5ca8] - NEW: Add slots for
prefix
andsuffix
inTextField
component [5112ef8] - NEW: Add
error_summary
helper toFormBuilder
[66cb921] - FIXED: Use full error messages in
error_for
helper inFormBuilder
[2c1b3c4]