Skip to content

Releases: ePages-de/beyond_canvas

v0.23.0.pre

07 Sep 14:34
Compare
Choose a tag to compare
v0.23.0.pre Pre-release
Pre-release
  • deprecations

    • Remove button__transparent--secondary
    • Remove button__transparent--danger
  • bug-fixes

    • Fix button line breaks
    • Fix form__actions bottom spacing
    • Fix action_bar spacings
    • Fix input type file label
    • Increase flash element's z-index
  • features

    • Allow to load the reseller specific styles
    • Add the following form_tag_helpers:
      • email_field_tag
      • text_field_tag
      • number_field_tag
      • password_field_tag
      • text_area_tag
      • select_tag
      • radio_button_tag
    • Add table-layout: fixed; to tables with .table class
    • Add :hover effect to table rows
    • Add step_list helper
    • Allow to send pre and post attributes to inputs
    • Automatically subscribe to Beyond webhooks
  • enhancements

    • Make field_wrapper and inline_wrapper private on BeyondCanvas::FormBuilder
    • Add more margin-bottom to .body--public .main-wrapper
    • Update gem dependencies
    • Increase locale expiration to 1 year
    • Add text-overflow: ellipsis; to collapse elements
    • Allow to use client_credentials token via configuration option when opening the app
    • Allow to use different logos for app and email

v0.21.0.pre

13 Nov 15:10
Compare
Choose a tag to compare
v0.21.0.pre Pre-release
Pre-release
  • features

    • Add styles for disabled inputs and buttons
    • Add support for Rails default alert flashes
    • Add styles for supporting the use of Select2
  • enhancements

    • Close flashes only when clicking on the x (flash__close)

v0.20.0.pre

04 Nov 15:01
Compare
Choose a tag to compare
v0.20.0.pre Pre-release
Pre-release
  • features
    • Add support for statuses (status_good, status_warning, status_danger and status_neutral)

v0.19.2.pre

04 Nov 15:02
Compare
Choose a tag to compare
v0.19.2.pre Pre-release
Pre-release
  • deprecations

    • Prevent loading beyond_canvas/mailer layout by default
    • No need to specify the model when generating the custom controller
  • features

    • Add text__align--left and text__align--right
    • Add beyond_canvas_controller? method that returns true if the controller is a BeyondCanvas controller

v0.19.1.pre

20 Oct 13:53
Compare
Choose a tag to compare
v0.19.1.pre Pre-release
Pre-release
  • bug-fixes

    • Fix menu display for vertical align
    • Fix block comment on menu generator template
  • features

    • Add margin--clear class for removing all margins

v0.16.2.pre

06 Aug 09:11
5058260
Compare
Choose a tag to compare
v0.16.2.pre Pre-release
Pre-release
  • enhancements
    • Add div id for wrapping flash partial

v0.16.1.pre

07 Jul 14:45
Compare
Choose a tag to compare
v0.16.1.pre Pre-release
Pre-release

v0.16.0.pre

01 Jul 07:58
5d9e6f6
Compare
Choose a tag to compare
v0.16.0.pre Pre-release
Pre-release
  • Add shop authentication functionality

v0.15.3.pre

18 Jun 15:18
Compare
Choose a tag to compare
v0.15.3.pre Pre-release
Pre-release
  • bug-fixes
    • Add URI.decode on signature validation

v0.15.2.pre

18 Jun 15:18
Compare
Choose a tag to compare
v0.15.2.pre Pre-release
Pre-release
  • bug-fixes
    • Make showSpinner hideSpinner disableActionElements enableActionElements closeAlert functions public