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.

530 lines
20 KiB

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