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.

521 lines
19 KiB

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