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.

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