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.

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