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.

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