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.

261 lines
8.5 KiB

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