Skip to content

Version 1.7.0

Latest
Compare
Choose a tag to compare
@squidpunch squidpunch released this 30 Nov 19:49
· 29 commits to master since this release

New

  • Adds ability to remove all styles

    • rmq(:my_style).remove_all_styles
  • Adds ability to read switch with .data

  • Adds ability to trigger events

    • rmq(aView).trigger(:tap)
  • Adds shadow_radius styler

  • Adds sink animation

  • Adds support for iPad Pro and its 12.9" screen

  • Adds support for ipad detection when using resource_from_device

  • Adds ability to use symbols for clear_button_mode

    def ui_text_field_clear_always(st)
    st.clear_button_mode = :always
    end

Bug fixes

  • Fixed slide_in animation
  • Fixes simulator detection for iOS 9
  • rmq.font.system should return a system font default size instead of an error
  • Fixes pointers in the color system for 32 bit devices