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.

441 lines
16 KiB

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