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.

370 lines
13 KiB

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