All Versions
156
Latest Version
Avg Release Cycle
96 days
Latest Release
2013 days ago

Changelog History
Page 15

  • v0.3.8 Changes

    October 08, 2013

    ๐Ÿ›  Fixes

    • Display issues with accordion
  • v0.3.7 Changes

    October 08, 2013

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixes modal show/hide action reversal in Webkit

    โšก๏ธ Updates

    • Dimmer can now take different durations for its show and hide
  • v0.3.6 Changes

    October 07, 2013

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixes popup position sometimes appearing off-stage on second appearance
    • ๐Ÿ›  Fixes popup positions top left, top right, bottom left, bottom right being flipped

    ๐Ÿ“„ Docs

    • โšก๏ธ Updates form and accordion docs

    โšก๏ธ Updates

    • โšก๏ธ Dropdown action default is now automatically determined based on type of dropdown, select dropdowns now will update form fields with default options
    • โž• Adds fluid variation to accordion
    • โž• Adds more html5 form support for forms (deneuxa)
    • Fields can include both field and another level of fields
  • v0.3.5 Changes

    October 02, 2013

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixes radio checkboxes (again)
    • ๐Ÿ›  Fixes header content display in icon headers
  • v0.3.4 Changes

    October 02, 2013

    ๐Ÿ›  Fixes

    • ๐Ÿ‘ Transitions now work in Safari versions that do not support animation-direction
    • ๐Ÿ›  Fixes accordion in safari styles getting stuck
    • Centering of content in icon header
  • v0.3.3 Changes

    October 02, 2013

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixes modal not working due to destroy teardown in dimmer Issue #153
    • ๐Ÿ›  Fixes selector for checkbox to fix radio boxes Issue #154
    • ๐Ÿ›  Fixes issue with popup display in some edge cases Issue #128

    โšก๏ธ Updates

    • Headers and lists with icons now do not break with multiline content
    • ๐Ÿ’ป Examples resize with browser width
    • โšก๏ธ Updates ACE editor library
    • Code samples now do not change after interacting with examples
  • v0.3.2 Changes

    October 02, 2013

    โšก๏ธ Updates

    • โฌ‡๏ธ Dropdown now formats top and right arrow icons automatically with icon coupling with sub menus
    • โšก๏ธ Updates feed example with more feature examples
    • โž• Adds more sizes to ratings
    • ๐Ÿ’… Makes active pagination item style more clear
    • โž• Adds attach events method to modal for attaching modal events to other elements
    • โž• Adds input focus/blur to modal, see Issue #124
    • โž• Adds new methods to rating: 'get rating', 'clear rating', 'disable', 'enable', adds new setting 'clearable'

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixes position of menu dropdowns in some cases
    • โšก๏ธ Updates modal to refocus elements after close
    • Right floated list content now receives left margin
    • List items display issues with icons + content
    • ๐Ÿ›  Fixes rating line height issue
    • ๐Ÿ›  Fixes rating not being sent as first callback parameter on 'onRate'
    • Lists items now auto clear floats
    • ๐Ÿ›  Fixes icon input inside a menu placement issues
  • v0.3.1 Changes

    September 30, 2013

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixes Page Grid still receiving negative margin
  • v0.3.0 Changes

    September 30, 2013

    ๐Ÿ›  Fixes

    • ๐Ÿ“ฑ Responsive Grid is now called "Page Grid". Responsive grids are now deprecated. This reduces confusion.
    • ๐Ÿšš Negative margins are now automatically removed from grids that are descendents of body tag.
  • v0.2.5 Changes

    September 28, 2013

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixes checkbox selector issue with multiple inputs inside a checkbox
    • ๐Ÿ›  Modal no longer uses inline css to center when in fixed position mode
    • ๐Ÿ›  Fixes dropdown to now set active item to whatever hidden input field is when using action updateForm