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.

404 lines
15 KiB

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