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.

295 lines
9.8 KiB

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