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.

317 lines
11 KiB

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