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

Changelog History
Page 10

  • v0.16.0 Changes

    April 22, 2014

    โœจ Enhancements

    • Form - Fields can now be aligned to a grid Thanks seralex-vi

    ๐Ÿš‘ Critical Fixes

    • Modal - Fixes issue where position sometimes appeared too low on second show
    • Reveal - Fixes reveal being broken in Chrome in 0.15.5 due to poor fix for reveal selectability

    ๐Ÿ›  Fixes

    • Transition - Fixes issue where transition hidden was sometimes overwritten by UI styles causing the element to stay visible
    • Checkbox - Fixes issue where checkboxes with multiple line labels were appearing formatted incorrectly.
  • v0.15.5 Changes

    April 11, 2014

    ๐Ÿš‘ Critical Fixes

    • Checkbox - Fixes ui checkbox to obey disabled property of input

    ๐Ÿ›  Fixes

    • Reveal - Hidden content now can be selected on reveal
    • Message - Fixes hidden/visible class to work with animations
    • Message - Fixes hidden/visible class to set proper display on ui icon message
    • Message - Fixes hitbox/position of close icon inside message
  • v0.15.4 Changes

    April 04, 2014

    ๐Ÿ›  Fixes

    • Rating - Fixes issue where rating was behaving erratically in Chrome
  • v0.15.3 Changes

    April 04, 2014

    ๐Ÿ”„ Changes

    • Transition - CSS Transitions now work in legacy FF (FF > 12)
    • ๐Ÿ’ป All UI - Adds support for legacy FF vendor prefixes (FF > 12)

    ๐Ÿ“„ Docs

    • โž• Adds more examples for static checkbox/radio boxes with HTML only
    • ๐Ÿ›  Fixes a variety of issues with malformed examples (thanks community)
  • v0.15.2 Changes

    March 28, 2014

    ๐Ÿ”„ Changes

    • All Modules - Debug is now disabled by default

    ๐Ÿ›  Fixes

    • Step - Fixes issue with border radius on vertical steps
    • Icon - Orange color is now available for icon
    • Menu - Fixes formatting of attached segments with menus
  • v0.15.1 Changes

    March 14, 2014

    ๐Ÿš‘ Critical Fixes

    • โฌ‡๏ธ Dropdown - Typo in dropdown css was causing selection dropdowns not to appear
  • v0.15.0 Changes

    March 14, 2014

    โœจ Enhancements

    • Step - Vertical Steps now have option to have two line items
    • Form - Forms, Dropdowns, and Inputs now have matching padding size, and use 1em font size to appear same size as surrounding text
    • Icon - Icons on dark backgrounds should render better in OSX
    • Modal - Modals now have an onVisible and onHidden callback for after animation ends
    • Form Validation - Form validation now automatically revalidates a selection dropdown on change when invalid

    ๐Ÿš‘ Critical Fixes

    • Modal - Browsers without RequestAnimationFrame (Opera) were erroring on modal show
    • โฌ‡๏ธ Dropdown - Element's with numeric data-text values were erroring when selected

    ๐Ÿ›  Fixes

    • Modal - Modal onShow and onHide occurs before transition starts, allowing for class name changes not to be reset
    • โฌ‡๏ธ Dropdown - Default selection text was not appearing when a dropdown had a value that was false or 0
    • Input - Fixes slight error in corner label rounding Thanks MohammadYounes
    • Reveal - Reveals will now show on active, for touch devices Thanks Illyism
    • Table - Fixes rounding on tables with multiple tfoot elements Thanks webdesserts
    • Icon - Hide and unhide icon were accidentally given opposite names
    • Checkbox - Checkboxes can now have multiple inputs inside, for use with .NET and other languages that insert their own hidden inputs

    Project

    • iOS - Active styles, for example pressed in buttons, now appear in docs on touch devices
  • v0.14.0 Changes

    March 03, 2014

    โœจ Enhancements

    • Modal - Modal now uses requestAnimationFrame instead of debounced callback
    • โฌ‡๏ธ Dropdown - Dropdown now has error state Thanks Musatov
    • Form - Form fields with errors will now properly style dropdown elements Thanks Musatov
    • Step - Steps can now appear vertically

    ๐Ÿ›  Fixes

    • List - Bulleted and horizontal lists now appear correctly in IE10-11

    Project

    • NPM - Docpad is now moved to a dev dependency Thanks kapouer
  • v0.13.1 Changes

    February 28, 2014

    ๐Ÿ›  Fixes

    • Modal - Fixes modal positioning appearing slightly below center on second load
    • Checkbox - Fixes checkbox appearance inside inverted forms
    • Input - Fixes ui input to inherit form sizing
    • Accordion - Fixes issues with accordion rules being too specific, causing several common usages of accordions to break
    • Form Validation - Fixes form validation regular expression matching Thanks icefox0801
  • v0.13.0 Changes

    February 20, 2014

    โœจ Enhancements

    • Label - Corner labels now are coupled to have rounded edges with components with rounded edges like input
    • Form - Grouped form fields now have responsive styles for mobile
    • Modal - Modal will now work when modal is taller than page's content
    • Checkbox - Checkboxes now also trigger DOM change event
    • Accordion - Accordions now preserve inline styles when animating
    • Form Validation - Form validation now rechecks on all form change events, not just input change

    ๐Ÿ›  Fixes

    • Menu - Fixes 2px border on last element in horizontal menus
    • Menu - Fixes dropdown formatting when used *inside a menu item
    • Menu - Fixes formatting of grouped icon buttons inside menus
    • Modal - Fixes z-index of modal close to appear above relative/absolute modal content on mobile
    • Dimmer - Dimmers are less buggy when used with on: 'hover