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.

266 lines
8.7 KiB

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