You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

180 lines
5.7 KiB

  1. ## RELEASE NOTES
  2. ### Version 0.4.1 - Oct 9, 2013
  3. **Fixes**
  4. - Fixes heart rating color
  5. ### Version 0.4.0 - Oct 8, 2013
  6. **Updates**
  7. - Updated some checkbox stylings
  8. - Checkboxes markup now more semantic with default markup including only one label tag that can be inside ui checkbox
  9. ### Version 0.3.8 - Oct 8, 2013
  10. **Fixes**
  11. - Display issues with accordion
  12. ### Version 0.3.7 - Oct 8, 2013
  13. **Fixes**
  14. - Fixes modal show/hide action reversal in Webkit
  15. **Updates**
  16. - Dimmer can now take different durations for its show and hide
  17. ### Version 0.3.6 - Oct 7, 2013
  18. **Fixes**
  19. - Fixes popup position sometimes appearing off-stage on second apperance
  20. - Fixes popup positions top left, top right, bottom left, bottom right being flipped
  21. **Docs**
  22. - Updates form and accordion docs
  23. **Updates**
  24. - Dropdown action default is now automatically determined based on type of dropdown, select dropdowns now will update form fields with default options
  25. - Adds fluid variation to accordion
  26. - Adds more html5 form support for forms (deneuxa)
  27. - Fields can include both field and another level of fields
  28. ### Version 0.3.5 - Oct 2, 2013
  29. **Fixes**
  30. - Fixes radio checkboxes (again)
  31. - Fixes header content display in icon headers
  32. ### Version 0.3.4 - Oct 2, 2013
  33. **Fixes**
  34. - Transitions now work in Safari versions that do not support animation-direction
  35. - Fixes accordion in safari styles getting stuck
  36. - Centering of content in icon header
  37. ### Version 0.3.3 - Oct 2, 2013
  38. **Fixes**
  39. - Fixes modal not working due to destroy teardown in dimmer Issue #153
  40. - Fixes selector for checkbox to fix radio boxes Issue #154
  41. - Fixes issue with popup display in some edge cases Issue #128
  42. **Updates**
  43. - Headers and lists with icons now do not break with multiline content
  44. - Examples resize with browser width
  45. - Updates ACE editor library
  46. - Code samples now do not change after interacting with examples
  47. ### Version 0.3.2 - Oct 2, 2013
  48. **Updates**
  49. - Dropdown now formats top and right arrow icons automatically with icon coupling with sub menus
  50. - Updates feed example with more feature examples
  51. - Adds more sizes to ratings
  52. - Makes active pagination item style more clear
  53. - Adds attach events method to modal for attaching modal events to other elements
  54. - Adds input focus/blur to modal, see Issue #124
  55. - Adds new methods to rating: 'get rating', 'clear rating', 'disable', 'enable', adds new setting 'clearable'
  56. **Fixes**
  57. - Fixes position of menu dropdowns in some cases
  58. - Updates modal to refocus elements after close
  59. - Right floated list content now receives left margin
  60. - List items display issues with icons + content
  61. - Fixes rating line height issue
  62. - Fixes rating not being sent as first callback parameter on 'onRate'
  63. - Lists items now auto clear floats
  64. - Fixes icon input inside a menu placement issues
  65. ### Version 0.3.1 - Sep 30, 2013
  66. **Fixes**
  67. - Fixes Page Grid still receiving negative margin
  68. ### Version 0.3.0 - Sep 30, 2013
  69. **Fixes**
  70. - Responsive Grid is now called "Page Grid". Responsive grids are now deprecated. This reduces confusion.
  71. - Negative margins are now automatically removed from grids that are descendents of body tag.
  72. ### Version 0.2.5 - Sep 28, 2013
  73. **Fixes**
  74. - Fixes checkbox selector issue with multiple inputs inside a checkbox
  75. - Modal no longer uses inline css to center when in fixed position mode
  76. - Fixes dropdown to now set active item to whatever hidden input field is when using action updateForm
  77. ### Version 0.2.4 - Sep 28, 2013
  78. **Updates**
  79. - Fixes issue with display on Chromebook Pixel and some devices
  80. - Fixes issues with concatenated version receiving conflicted icon definitions causing icons to not function
  81. ### Version 0.2.3 - Sep 28, 2013
  82. **Updates**
  83. - Fixes issues with modal not swapping to absoultely positioned from fixed when content cannot fit in viewport
  84. ### Version 0.2.2 - Sep 28, 2013
  85. **Updates**
  86. - Fixes invoke returning found function instead of results of found function in dropdown, modal
  87. ### Version 0.2.1 - Sep 28, 2013
  88. **Updates**
  89. - Modals can now have an icon in its left content that will be automatically formatted
  90. - Preserve 3D animations are now on by default for dimmers
  91. **Fixes**
  92. - Transition now forces browser repaint after animation
  93. - Refactored modal and dimmer components
  94. - Modal will now resize when browser window resizes if vertical height changes
  95. - Fixes issues with dimmer settings sticking between separate modals with the same dimmer.
  96. ### Version 0.2.0 - Sep 28, 2013
  97. **New**
  98. - Adds responsive modal styling, modal always now sits with 5% gutters under page grid responsive styling
  99. - Adds basic modal variation
  100. **Fixes**
  101. - Issue with modal active state not being removed correctly from modals
  102. - Swaps modal and dropdown to use same variable naming pattern as rest of modules
  103. - Removed selector count from performance logs
  104. ### Version 0.1.0 - Sep 25, 2013
  105. **New**
  106. - Added new font icon set using Font Awesome port
  107. - Adds dropdown icon sexiness to accordions, now with rotating pointing arrows
  108. - Added old icon set as a separate basic icon set
  109. - Added fluid input variation
  110. - Increased size of corner labels
  111. - Adds relaxed grid variation with increased gutters
  112. - Added relaxed and very relaxed list type with increased padding
  113. **Fixes**
  114. - Rating icon missing font content with icon font update
  115. - Padding on side of rating
  116. - Adds horizontally padded, vertically padded menu item variations to allow menu items to remove padding
  117. - Added fixes to tabular menu especially with attached content
  118. - UI Loaders now positioned automatically in all circumstances, even with long text
  119. - Connected items no longer assume 3 items per row
  120. - Fixes display of left corner icon labels
  121. **Updates**
  122. - Updated documentation for sidebar, transition, and form validation
  123. - Updated list docs
  124. - Accordion settings documentation
  125. - Rating settings documentation