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.

206 lines
6.6 KiB

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