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.

755 lines
30 KiB

11 years ago
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.16.1 - April 22, 2014
  3. **Fixes**
  4. - **Transition** - Fixes bug where transition could accidentally hide element on show due to error when determining original display type
  5. ### Version 0.16.0 - April 22, 2014
  6. **Enhancements**
  7. - **Form** - Fields can now be aligned to a grid **Thanks seralex-vi**
  8. **Critical Fixes**
  9. - **Modal** - Fixes issue where position sometimes appeared too low on second show
  10. - **Reveal** - Fixes reveal being broken in Chrome in ``0.15.5`` due to poor fix for reveal selectability
  11. **Fixes**
  12. - **Transition** - Fixes issue where transition hidden was sometimes overwriten by UI styles causing the element to stay visible
  13. - **Checkbox** - Fixes issue where checkboxes with multiple line labels were appearing formatted incorrectly.
  14. ### Version 0.15.5 - April 11, 2014
  15. **Critical Fixes**
  16. - **Checkbox** - Fixes ``ui checkbox`` to obey ``disabled`` property of input
  17. **Fixes**
  18. - **Reveal** - Hidden content now can be selected on reveal
  19. - **Message** - Fixes hidden/visible class to work with animations
  20. - **Message** - Fixes hidden/visible class to set proper display on ``ui icon message``
  21. - **Message** - Fixes hitbox/position of ``close icon`` inside message
  22. ### Version 0.15.4 - April 04, 2014
  23. **Fixes**
  24. - **Rating** - Fixes issue where rating was behaving erratically in Chrome
  25. ### Version 0.15.3 - April 04, 2014
  26. **Changes**
  27. - **Transition** - CSS Transitions now work in legacy FF (FF > 12)
  28. - **All UI** - Adds support for legacy FF vendor prefixes (FF > 12)
  29. **Docs**
  30. - Adds more examples for static checkbox/radio boxes with HTML only
  31. - Fixes a variety of issues with malformed examples (thanks community)
  32. ### Version 0.15.2 - Mar 28, 2014
  33. **Changes**
  34. - **All Modules** - Debug is now disabled by default
  35. **Fixes**
  36. - **Step** - Fixes issue with border radius on vertical steps
  37. - **Icon** - Orange color is now available for icon
  38. - **Menu** - Fixes formatting of attached segments with menus
  39. ### Version 0.15.1 - Mar 14, 2014
  40. **Critical Fixes**
  41. - **Dropdown** - Typo in dropdown css was causing selection dropdowns not to appear
  42. ### Version 0.15.0 - Mar 14, 2014
  43. **Enhancements**
  44. - **Step** - Vertical Steps now have option to have two line items
  45. - **Form** - Forms, Dropdowns, and Inputs now have matching padding size, and use 1em font size to appear same size as surrounding text
  46. - **Icon** - Icons on dark backgrounds should render better in OSX
  47. - **Modal** - Modals now have an onVisible and onHidden callback for after animation ends
  48. - **Form Validation** - Form validation now automatically revalidates a selection dropdown on change when invalid
  49. **Critical Fixes**
  50. - **Modal** - Browsers without RequestAnimationFrame (Opera) were erroring on modal show
  51. - **Dropdown** - Element's with numeric ``data-text`` values were erroring when selected
  52. **Fixes**
  53. - **Modal** - Modal onShow and onHide occurs before transition starts, allowing for class name changes not to be reset
  54. - **Dropdown** - Default selection text was not appearing when a dropdown had a value that was ``false`` or ``0``
  55. - **Input** - Fixes slight error in corner label rounding **Thanks MohammadYounes**
  56. - **Reveal** - Reveals will now show on active, for touch devices **Thanks Illyism**
  57. - **Table** - Fixes rounding on tables with multiple tfoot elements **Thanks webdesserts**
  58. - **Icon** - Hide and unhide icon were accidentally given opposite names
  59. - **Checkbox** - Checkboxes can now have multiple inputs inside, for use with .NET and other languages that insert their own hidden inputs
  60. **Project**
  61. - **iOS** - Active styles, for example pressed in buttons, now appear in docs on touch devices
  62. ### Version 0.14.0 - Mar 03, 2014
  63. **Enhancements**
  64. - **Modal** - Modal now uses requestAnimationFrame instead of debounced callback
  65. - **Dropdown** - Dropdown now has error state **Thanks Musatov**
  66. - **Form** - Form fields with errors will now properly style dropdown elements **Thanks Musatov**
  67. - **Step** - Steps can now appear vertically
  68. **Fixes**
  69. - **List** - Bulleted and horizontal lists now appear correctly in IE10-11
  70. **Project**
  71. - **NPM** - Docpad is now moved to a dev dependency **Thanks kapouer**
  72. ### Version 0.13.1 - Feb 28, 2014
  73. **Fixes**
  74. - **Modal** - Fixes modal positioning appearing slightly below center on second load
  75. - **Checkbox** - Fixes checkbox appearance inside inverted forms
  76. - **Input** - Fixes ui input to inherit form sizing
  77. - **Accordion** - Fixes issues with accordion rules being too specific, causing several common usages of accordions to break
  78. - **Form Validation** - Fixes form validation regular expression matching **Thanks icefox0801**
  79. ### Version 0.13.0 - Feb 20, 2014
  80. **Enhancements**
  81. - **Label** - Corner labels now are coupled to have rounded edges with components with rounded edges like input
  82. - **Form** - Grouped form fields now have responsive styles for mobile
  83. - **Modal** - Modal will now work when modal is taller than page's content
  84. - **Checkbox** - Checkboxes now also trigger DOM ``change`` event
  85. - **Accordion** - Accordions now preserve inline styles when animating
  86. - **Form Validation** - Form validation now rechecks on all form change events, not just input change
  87. **Fixes**
  88. - **Menu** - Fixes 2px border on last element in horizontal menus
  89. - **Menu** - Fixes dropdown formatting when used **inside* a menu item
  90. - **Menu** - Fixes formatting of grouped icon buttons inside menus
  91. - **Modal** - Fixes z-index of modal close to appear above ``relative/absolute`` modal content on mobile
  92. - **Dimmer** - Dimmers are less buggy when used with ``on: 'hover``
  93. ### Version 0.12.5 - Feb 04, 2014
  94. **Enhancement**
  95. - **Button** - Or buttons can now have text specified using ``<div class="or" data-text"text">`` with alternate text *Thanks MohammadYounes*
  96. **Fixes**
  97. - **Popup** - Fixes issue where popups using ``title`` attribute to store data were losing title content instead of correctly restoring it
  98. - **Modal** - Fixes an issue where modal may not position correctly in some cases *Thanks GianlucaGuarini*
  99. - **Modal** - Fixes modal throwing an error when transition is not included *Thanks robertoles*
  100. ### Version 0.12.4 - Jan 29, 2014
  101. **Fixes**
  102. - **Form** - Fixes issue with onSuccess not allowing cancellation of form submit in form validation
  103. - **Input** - Fixes ``ui buttons`` to work inside an ``ui action input`` **Thanks MohammadYounes **
  104. - **Items** - Fixes ``ui horizontal items`` to work correctly, missing comma **Thanks mishak87**
  105. **Project**
  106. - **RTL** - Adds RTL hinting for some files **Thanks MohammadYounes**
  107. - **Specs** - Adds additional JSON spec files for future use with generators **Thanks brigand**
  108. ### Version 0.12.3 - Jan 24, 2014
  109. **Fixes**
  110. - **Message** - Fixes some issues with margins sometimes not appearing with ``attached message`` **thanks joltmode**
  111. - **Item** - Fixes color repeating to be consistent for items **thanks skysplit**
  112. ### Version 0.12.2 - Jan 21, 2014
  113. **Enhancement**
  114. - **Form Validation** - Adding custom validation is now simpler, uses syntax ``$('.form').form('add prompt', identifier, 'Error message');``
  115. **Fixes**
  116. - **Menu** - Slightly updates input sizes inside menus
  117. - **Grid** - Fixes grid ``only tablet/mobile/computer`` showing both devices on exact pixel of breakpoint, i.e. 768px
  118. - **Icon** - Fixes ascending alphabetic inheritance
  119. ### Version 0.12.1 - Jan 15, 2014
  120. **Fixes**
  121. - **LESS** - Fixes typo breaking less parsing **thanks DVSoftware**
  122. - **Menu** - Fixes buttons using ``<a>`` tag from inheriting link styles. **thanks joltmode**
  123. - **Menu** - Fixes ``action input`` to work inside menus **thanks joltmode**
  124. - **Modal** - Fixes possible race conditions in animations of modal **thanks dos1**
  125. - **Message** - Prevents close icon from being misformatted in icon message **thanks MohammadYounes**
  126. **Docs**
  127. - **Icons** - Fixes some icon code samples in docs **thanks mishak87**
  128. Some updates to docs formatting
  129. ### Version 0.12.0 - Jan 06, 2014
  130. **Major Fixes**
  131. - **Dropdown** - Fixes dropdowns links not working on touch devices
  132. - **Input** - Fixes input placeholder styles to work (accidental regex replace)
  133. **Major Updates**
  134. - **Transition** - Transitions will now, by default, prevent the current animation from being queued while it is actively animating the same animation
  135. - **Modal** - New setting ``allowMultiple`` lets you specify whether multiple modals can be shown at once
  136. - **Modal** - New setting ``detachable`` allows you to specify whether modal DOM element can be moved (Thanks MohammadYounes)
  137. **Updates**
  138. - **Dropdown** - Default value is now stored on init, and can be restored using 'restore defaults' behavior
  139. - **Modal** - Buttons can now use both ``cancel/deny`` or ``ok/approve``, for approve/deny events to fire (Thanks MohammadYounes)
  140. - **Menu** - Fixed menu now adds padding on the next element if it is a grid
  141. - **Progress Bar** - Adds warning color
  142. **Fixes**
  143. - **Icon** - Fixes unnecessary formatting on thumbs up/down
  144. - **Dropdown** - Fixes touchmove event not clearing on touch devices causing unnecessary overhead
  145. - **Input** - Action inputs can now be fluid
  146. - **Sidebar** - Fixes issue where top sidebar was receiving left offset
  147. - **Menu** - Fixes z-index on fixed menu to exist just below modals
  148. - **Dropdown** - Fixes issue where last match was returned, not prioritizing value over text
  149. - **Form** - Fixes all validation input to be trimmed for whitespace
  150. ### Version 0.11.0 - Dec 25, 2013
  151. ### Merry Christmas!
  152. **Major Updates**
  153. -**Transition**: Transition has been completely rewritten, performance should be about 10x after first animation due to caching and use of request animation frame
  154. **New Features**
  155. -**Transition**: Transitions now work with **any display type** not just display: block, meaning transitions can be used on buttons and other inline elements without affecting display
  156. **Fixes**
  157. -**Transition**: Fixes typo in "horizontal flip out" causing opacity to be fading in
  158. -**Popup** - Fixes popup sometimes opening and closing when ``event:click`` is used and a user double clicks
  159. -**Modules**: Fixed error in all modules where calling invoke would modify instance outside of scope, making it impossible to access some data (for instance cached positions) from outside of module.
  160. -**Modal**: Fixes issues with modal in IE, IE11 can now use CSS animations with modals
  161. ### Version 0.10.3 - Dec 22, 2013
  162. **Critical Fixes**
  163. - **Dropdown** - Fixes issue where dropdown animation does not occur sometimes (Thanks MohammadYounes)
  164. **Fixes**
  165. - **Popup** - Native browser popups no longer if using ``title`` attribute
  166. - **Grid** - Fixes issue where stackable grid was not working correctly when using (x) wide column
  167. - **Modal** - Fixes element detatching sometimes in case where it is already inside a dimmer
  168. - **Input** - Removes duplicate sizes
  169. ### Version 0.10.2 - Dec 13, 2013
  170. **New**
  171. - **Button** - Adds VK button
  172. - **Input** - Action inputs now support button groups
  173. **Fixes**
  174. - **Rating** - Fixes vertical alignment with text
  175. - **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.
  176. ### Version 0.10.1 - Dec 06, 2013
  177. **Fixes**
  178. - **Modal** - Fixes issue with modal animation regression in 0.10.0
  179. ### Version 0.10.0 - Dec 05, 2013
  180. **New**
  181. - **Grid** - Adds ``doubling`` responsive variation which automatically formats content spacing based on device type
  182. - **Form Validation** - Adds two new parameters, to allow for changing of revalidation and delay on input
  183. **Updates**
  184. - **Grid** - Row padding is now EM not % based, this might shift layouts slightly
  185. - **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
  186. **Fixes**
  187. - **Grid** - Fixes margin on stackable grids
  188. - **Dropdown** - Value can be retrieved even in instances where forms arent used
  189. ### Version 0.9.6 - Dec 04, 2013
  190. **Updates**
  191. - **Rating** - Ratings now recieve class disabled when read only, instead of recieving ``active`` when rateable since active are much more common
  192. - **Grid** - Fixes some instances where grid column width ``x wide`` was being overruled by parent element ``x column``.
  193. - **Header, Grid, Segment** - Adds justified alignemnt
  194. - **Message** - Fixes issues with attached icon message (thanks overra)
  195. ### Version 0.9.5 - Nov 25, 2013
  196. **New**
  197. - **Segment** - Segments now have a circular variation
  198. **Fixes**
  199. - LESS files now include vendor prefixes by default instead of only including them in css releases
  200. ### Version 0.9.4 - Nov 24, 2013
  201. **Fixes**
  202. - **Dropdown** - Fixes issue where falsey value (i.e. 0) could not be selected
  203. - **Transition** - Fixes transition exists function from not being called
  204. - **Form** - Adds input type="url" to forms
  205. - **Sidebar** - Fixes right sidebars to correctly allow for sizing (Thanks DveMac)
  206. - **Sidebar** - Typo in sidebar header (Thanks slobo)
  207. **Docs**
  208. - Fixes various typos and missing closing html tags
  209. ### Version 0.9.3 - Nov 17, 2013
  210. **Fixes**
  211. - **Dropdown** - Fixes "falsey" values (like 0) not being processed correctly
  212. - **Segment** - Fixes segment text color when nested inside inverted segment
  213. - **Button** - Fixes improper active/visible state due to :not specificity (most noticiable in mousedown on a dropdown button)
  214. ### Version 0.9.2 - Nov 8, 2013
  215. **Fixes** - Fixes popup not repositioning itself when offstage.
  216. ### Version 0.9.1 - Nov 7, 2013
  217. **New**
  218. - **Popup** - Adds context option for popup (thanks jefmathiot)
  219. - **Accordion** - Adds formatting for nested accordions
  220. **Updates**
  221. - **Accordion** - Fixes issue with accordion events inside accordions
  222. ### Version 0.9.0 - Nov 5, 2013
  223. **New**
  224. - **Button** - Basic icons now have inverted style
  225. - **Segment** - Segments can now be used with ``ui grid`` and ``ui grid column/row``
  226. - **List** - Adds animated list variation
  227. **Docs**
  228. - **Release** - Fixes issues with minification in grunt
  229. - **Examples** - Adds new homepage example to release zip
  230. - **Code Samples** - Updates ACE editor version
  231. **Updates**
  232. - **List** - Updated some list styles for greater flexibility
  233. - **Dropdown** - Dropdown now always receives pointer cursor in all types
  234. - **Form** - Darkens placeholder text color to be more visible
  235. - **Menu** - Dropdown position inside secondary menus should be more precise
  236. - **Input** - Labeled icons now have smaller corner labels
  237. - **Menu** - Floating dropdown menus now work inside menus
  238. - **Button** - UI buttons no longer have shadows, this helps match colored buttons in layouts
  239. **Fixes**
  240. - **Header** - Fixes alignment of solo icons in headers
  241. - **Button** - Fixes labeled icon placement in Chrome
  242. - **Modal** - Fixes use of unsupported comma separated :not selector
  243. - **Modal** - Fixes left/right ui content receiving modal styles inappropriately
  244. - **Menu** - Fixes some inverted menu stylings not applying correctly in some instances
  245. - **Grid** - Fixes comp/tablet/mobile only columns not working if not inside a row
  246. ### Version 0.8.6 - Nov 2, 2013
  247. **Fixes**
  248. - **Modal** - Fixes issue with scrollable variation on mobile, updates mobile styles
  249. **Docs**
  250. - Fixes bug in jquery waypoint 2.0.3 causing menus to be lame
  251. ### Version 0.8.5 - Nov 2, 2013
  252. **Fixes**
  253. - **Modal** - Fixed issue with modals not working in 0.8.4 due to mistake in transition invoke
  254. - **Modules** - Invoke now gives user's query in error message for method not found
  255. ### Version 0.8.4 - Nov 1, 2013
  256. **Fixes**
  257. - **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.
  258. - **Modules** - Adds CSS transition support detection to all modules using css transitions to allow for graceful degradation for IE8
  259. **Docs**
  260. - **Download** - Fixes issue where non minified source was being included with minified copy
  261. - **IE** - Fixed some issue with IE display in docs
  262. ### Version 0.8.3 - Oct 30, 2013
  263. **Fixes**
  264. - **Modal** - Adds fixes for opening modals when other modals are opened, adds a few new API behaviors
  265. - **Form** - Fixes issues with form validation not escaping regex characters
  266. - **Form** - Errored fields now have their icons and corner labels colored appropriately
  267. - **Labels** - Fixes formatting of links inside labels
  268. ### Version 0.8.2 - Oct 28, 2013
  269. **Fixes**
  270. - **Modal** - Quick Fix for modal events in IE
  271. - **Menu** - Fixes arrow direction on vertical menu dropdown
  272. - **Button** - Fixes button height issue with button groups including icon and normal buttons
  273. **Docs**
  274. - Fixes some missing closing tags
  275. ### Version 0.8.1 - Oct 26, 2013
  276. **Fixes**
  277. - **Button** - Fixes colored version sometime losing white text color
  278. - **Button** - Fixes 1pixel jump on animated fade buttons
  279. **Docs**
  280. - Prefixer now used for prefixing in grunt
  281. - Spelling fixes
  282. ### Version 0.8.0 - Oct 25, 2013
  283. **New**
  284. - **Button** - Default button styles have been significantly tweaked
  285. - **Button** - Evenly divided buttons can use number classes instead of words ``class="2 buttons"``
  286. - **Button** - New animated button styles, fade, horizontal, and vertical
  287. **Fixes**
  288. - **Button** - Fixes "or" sizing to work for all sizes
  289. - **Dropdown** - Fixes border radius on non-selection dropdowns from changing on activation
  290. - **Input** - Action buttons now have tactile feedback like normal buttons
  291. **Docs**
  292. - Added more detailed contributing guide
  293. - Updates info on setting up server
  294. - Added new examples to button and input
  295. ### Version 0.7.2 - Oct 23, 2013
  296. **Fixes**
  297. - **Modal** - Fixes issue with modal hiding twice onApprove
  298. ### Version 0.7.1 - Oct 23, 2013
  299. **Fixes**
  300. - **Dropdown** - Fixes issue with dropdown icon position in chrome
  301. - **Popup** - Fixes issue with popup's using setting inline: true
  302. ### Version 0.7.0 - Oct 22, 2013
  303. **New**
  304. - **Table** - Added aweosome new responsive style to ui tables
  305. - **Button** - New social buttons for Instagram, LinkedIn, Google Plus, Pinterest
  306. - **List** - Adds documentation for module format
  307. - **List** - Adds onTabInit for local tabs on first load
  308. - **List** - Popups can now have a different target than itself
  309. - **Modal** - Modal hide can be cancelled from ``onApprove`` and ``onDeny`` by returning false from callback
  310. - **Transition** - onShow and onHide callbacks for visibilit changing transitions
  311. - **Shape** - New 'cube' and 'text' shape type
  312. - **Shape** - Transition duration can now be set programatically
  313. - **Shape** - New beforeChange callback
  314. - **Sidebar** - Sidebar will now default to being exclusive and hiding other sidebars on show
  315. - **Sidebar** - Sidebar now has onChange, onShow, onHide callbacks
  316. - **Sidebar** - Sidebar now have several size variations, and a new styled variation that comes preformatted
  317. **Docs**
  318. - **Dimmer** - Adds more dimmer examples, fixes settings
  319. - **Modules** - New examples and docs for all modules
  320. - Adds sortable tables to docs
  321. - New tabbed doc style for modules
  322. - Code samples will now automatically format indention
  323. **Fixes**
  324. - **Button** - Fixes vertical fluid buttons not taking up full width
  325. - **Shape** - Shape now works with no additional stylings
  326. - **Shape** - Fixes calculation of next side size to work correctly by using offstage element
  327. - **Modules** - Fixed issue when altering settings using ``module('setting')`` with an object
  328. - **Dimmer** - Dimmer now obeys border radius of parent
  329. - **Dropdown** - Dropdown cannot display inside item image
  330. - **Dropdown** - Dropdown links were being prevented by event.preventDefault used for touch devices
  331. - **Dropdown** - Fixes issue with borders on selection dropdown
  332. - **Dropdown** - Fixes pointing dropdown to appear correctly in menu
  333. - **List** - Celled tables now have celled table headers
  334. - **Menu** - Fixes border radius on tabular menu, fixes one pixel jump on active state
  335. - **Menu** - Removes vertical label width missing units in menu
  336. - **Popup** - Popup .toggle() now always hides/shows popup correctly
  337. - **Popup** - Popup fixed a bug where "top right" placed popup might sometimes be too large
  338. - **Popup** - Popup will not reshow a visible popup on hover
  339. **Updates**
  340. - **Accordion** - Reduces vertical padding on basic accordion content
  341. - **Header** - Block header now uses RGBA instead of solid color by default
  342. - **Label** - Ribbon labels now have a shadow color
  343. - **List** - Horizontal padding on icon list slightly increased, fixes to icon position
  344. - **List** - Increased padding on attached labels
  345. - **List** - Leading on bulleted and ordered list slightly increased
  346. - **Message** - Increase opacity of icons on icon messages
  347. - **Modal** - Optimizes dimmer init on modal to occur on modal init and not modal show
  348. - **Popup** - Popup border now uses RGBA to look sexier on dark backgrounds
  349. - **Popup** - Popup default duration is now 200ms (slighty slower)
  350. - **Popup** - Popup metadata attribute arrowOffset is now offset for simplicities sake
  351. - **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
  352. - **Popup** - Popups are no longer inline by default
  353. - **Table** - Table headers are now darker to increase contrast with rainbow striped rows
  354. - **Sidebar** - Floating sidebar is slightly less heavily shadowed
  355. ### Version 0.6.5 - Oct 18, 2013
  356. **Fixes**
  357. - Fixes issue where browser default action, like link clicking, was prevented on dropdown item click
  358. - Modal keyboard shortcuts now obey settings.closable (credit to luisrudge)
  359. ### Version 0.6.4 - Oct 16, 2013
  360. **Fixes**
  361. - Fixes issue where browser default action, like link clicking, was prevented on dropdown item click
  362. ### Version 0.6.3 - Oct 15, 2013
  363. **Deprecation**
  364. - Dropdown changeText and updateForm have been deprecated and will be removed in 1.0
  365. **Updates**
  366. - Dropdown hide no longer selects current item as active (useful for menus)
  367. - Simplified possible dropdown actions changeText and updateForm are now consolidated into activate which is the new default
  368. ### Version 0.6.2 - Oct 15, 2013
  369. **Fixes**
  370. - Fixes touch+mouse like touchscreen laptops to work with dropdowns
  371. - Fixes input position inside menus with no other content
  372. - Fixes input sizing on small/large menus
  373. **Updates**
  374. - Dropdown vastly improved for touch, now can scroll with touch without closing dropdown
  375. - Dropdown active style now slightly more noticable
  376. ### Version 0.6.1 - Oct 15, 2013
  377. **Updates**
  378. - Adds onApprove/onDeny callbacks to modal
  379. - Adds small/large sizing of modal, reformats default modal size to be slightly inset from page grid
  380. - Adds clockwise/counterclockwise rotated icon and default rotate
  381. - Adds orange label/segment
  382. - Adds automatic menu formatting for buttons inside menus
  383. - Dropdowns in vertical menu automatically receive proper triangle pointer direction
  384. **Fixes**
  385. - Fixes modal spacing on left/right content to match up with grid gutters
  386. - Fixes inheritance issues with rotated icon
  387. - Fixes tests not passing for modal/dimmer
  388. - Fixes overflow on item corner label
  389. - Fixes right menu formatting in secondary menus
  390. - Fixed shadow overlap on dropdown in menus
  391. ### Version 0.6.0 - Oct 14, 2013
  392. **Updates**
  393. - Adds travis CI support with preliminary test coverage for all javascript modules
  394. **Fixes**
  395. - Minor Fixes caught with testing suite, related to ensuring proper destroy, init,
  396. - Minor fixes to edge cases with seting and retrieving internals/settings as default, init, or during run-time on some modules
  397. ### Version 0.5.1 - Oct 11, 2013
  398. **Fixes**
  399. - Fixes issue with modal sometimes closing/opening multiple times caused by changes in 0.5.0
  400. **Updates**
  401. - Fixes vertical alignment of checkboxes
  402. ### Version 0.5.0 - Oct 10, 2013
  403. **Critical Fixes**
  404. - Fixes in some UI modules, issue where settings being shared across elements initialized at the same time instead of each instance.
  405. - Fixes regression where popup was overriding variation class name on positioning
  406. **Fixes**
  407. - Fixes an issue where popup that was set to inline: false was being removed prematurely
  408. - Fixes inheritance issue where grid column may sometimes not appear the correct size
  409. - Fixes modal hide/show dependency issue where dimmer would not always hide modal and vice-versa
  410. **Updates**
  411. - Adds an example to popup where inline is set to false
  412. - Accordion now comes bundled with proper easing
  413. - Added onCreate to popup module
  414. ### Version 0.4.3 - Oct 10, 2013
  415. **Fixes**
  416. - Updates dropdown to include proper invoke
  417. ### Version 0.4.2 - Oct 9, 2013
  418. **Fixes**
  419. - Fixes issue with event bubbling being cancelled on dropdown item click
  420. ### Version 0.4.1 - Oct 9, 2013
  421. **Fixes**
  422. - Fixes heart rating color
  423. ### Version 0.4.0 - Oct 8, 2013
  424. **Updates**
  425. - Updated some checkbox stylings
  426. - Checkboxes markup now more semantic with default markup including only one label tag that can be inside ui checkbox
  427. ### Version 0.3.8 - Oct 8, 2013
  428. **Fixes**
  429. - Display issues with accordion
  430. ### Version 0.3.7 - Oct 8, 2013
  431. **Fixes**
  432. - Fixes modal show/hide action reversal in Webkit
  433. **Updates**
  434. - Dimmer can now take different durations for its show and hide
  435. ### Version 0.3.6 - Oct 7, 2013
  436. **Fixes**
  437. - Fixes popup position sometimes appearing off-stage on second apperance
  438. - Fixes popup positions top left, top right, bottom left, bottom right being flipped
  439. **Docs**
  440. - Updates form and accordion docs
  441. **Updates**
  442. - Dropdown action default is now automatically determined based on type of dropdown, select dropdowns now will update form fields with default options
  443. - Adds fluid variation to accordion
  444. - Adds more html5 form support for forms (deneuxa)
  445. - Fields can include both field and another level of fields
  446. ### Version 0.3.5 - Oct 2, 2013
  447. **Fixes**
  448. - Fixes radio checkboxes (again)
  449. - Fixes header content display in icon headers
  450. ### Version 0.3.4 - Oct 2, 2013
  451. **Fixes**
  452. - Transitions now work in Safari versions that do not support animation-direction
  453. - Fixes accordion in safari styles getting stuck
  454. - Centering of content in icon header
  455. ### Version 0.3.3 - Oct 2, 2013
  456. **Fixes**
  457. - Fixes modal not working due to destroy teardown in dimmer Issue #153
  458. - Fixes selector for checkbox to fix radio boxes Issue #154
  459. - Fixes issue with popup display in some edge cases Issue #128
  460. **Updates**
  461. - Headers and lists with icons now do not break with multiline content
  462. - Examples resize with browser width
  463. - Updates ACE editor library
  464. - Code samples now do not change after interacting with examples
  465. ### Version 0.3.2 - Oct 2, 2013
  466. **Updates**
  467. - Dropdown now formats top and right arrow icons automatically with icon coupling with sub menus
  468. - Updates feed example with more feature examples
  469. - Adds more sizes to ratings
  470. - Makes active pagination item style more clear
  471. - Adds attach events method to modal for attaching modal events to other elements
  472. - Adds input focus/blur to modal, see Issue #124
  473. - Adds new methods to rating: 'get rating', 'clear rating', 'disable', 'enable', adds new setting 'clearable'
  474. **Fixes**
  475. - Fixes position of menu dropdowns in some cases
  476. - Updates modal to refocus elements after close
  477. - Right floated list content now receives left margin
  478. - List items display issues with icons + content
  479. - Fixes rating line height issue
  480. - Fixes rating not being sent as first callback parameter on 'onRate'
  481. - Lists items now auto clear floats
  482. - Fixes icon input inside a menu placement issues
  483. ### Version 0.3.1 - Sep 30, 2013
  484. **Fixes**
  485. - Fixes Page Grid still receiving negative margin
  486. ### Version 0.3.0 - Sep 30, 2013
  487. **Fixes**
  488. - Responsive Grid is now called "Page Grid". Responsive grids are now deprecated. This reduces confusion.
  489. - Negative margins are now automatically removed from grids that are descendents of body tag.
  490. ### Version 0.2.5 - Sep 28, 2013
  491. **Fixes**
  492. - Fixes checkbox selector issue with multiple inputs inside a checkbox
  493. - Modal no longer uses inline css to center when in fixed position mode
  494. - Fixes dropdown to now set active item to whatever hidden input field is when using action updateForm
  495. ### Version 0.2.4 - Sep 28, 2013
  496. **Updates**
  497. - Fixes issue with display on Chromebook Pixel and some devices
  498. - Fixes issues with concatenated version receiving conflicted icon definitions causing icons to not function
  499. ### Version 0.2.3 - Sep 28, 2013
  500. **Updates**
  501. - Fixes issues with modal not swapping to absoultely positioned from fixed when content cannot fit in viewport
  502. ### Version 0.2.2 - Sep 28, 2013
  503. **Updates**
  504. - Fixes invoke returning found function instead of results of found function in dropdown, modal
  505. ### Version 0.2.1 - Sep 28, 2013
  506. **Updates**
  507. - Modals can now have an icon in its left content that will be automatically formatted
  508. - Preserve 3D animations are now on by default for dimmers
  509. **Fixes**
  510. - Transition now forces browser repaint after animation
  511. - Refactored modal and dimmer components
  512. - Modal will now resize when browser window resizes if vertical height changes
  513. - Fixes issues with dimmer settings sticking between separate modals with the same dimmer.
  514. ### Version 0.2.0 - Sep 28, 2013
  515. **New**
  516. - Adds responsive modal styling, modal always now sits with 5% gutters under page grid responsive styling
  517. - Adds basic modal variation
  518. **Fixes**
  519. - Issue with modal active state not being removed correctly from modals
  520. - Swaps modal and dropdown to use same variable naming pattern as rest of modules
  521. - Removed selector count from performance logs
  522. ### Version 0.1.0 - Sep 25, 2013
  523. **New**
  524. - Added new font icon set using Font Awesome port
  525. - Adds dropdown icon sexiness to accordions, now with rotating pointing arrows
  526. - Added old icon set as a separate basic icon set
  527. - Added fluid input variation
  528. - Increased size of corner labels
  529. - Adds relaxed grid variation with increased gutters
  530. - Added relaxed and very relaxed list type with increased padding
  531. **Fixes**
  532. - Rating icon missing font content with icon font update
  533. - Padding on side of rating
  534. - Adds horizontally padded, vertically padded menu item variations to allow menu items to remove padding
  535. - Added fixes to tabular menu especially with attached content
  536. - UI Loaders now positioned automatically in all circumstances, even with long text
  537. - Connected items no longer assume 3 items per row
  538. - Fixes display of left corner icon labels
  539. **Updates**
  540. - Updated documentation for sidebar, transition, and form validation
  541. - Updated list docs
  542. - Accordion settings documentation
  543. - Rating settings documentation