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.

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