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.

388 lines
14 KiB

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