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.

338 lines
12 KiB

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