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.

461 lines
17 KiB

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