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.

315 lines
11 KiB

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