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.

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