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.

304 lines
10 KiB

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