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.

223 lines
7.1 KiB

11 years ago
  1. ## RELEASE NOTES
  2. ### Version 0.6.0 - Oct 14, 2013
  3. **Updates**
  4. - Adds travis CI support with preliminary test coverage for all javascript modules
  5. **Fixes**
  6. - Minor Fixes caught with testing suite, related to ensuring proper destroy, init,
  7. - Minor fixes to edge cases with seting and retrieving internals/settings as default, init, or during run-time on some modules
  8. ### Version 0.5.1 - Oct 11, 2013
  9. **Fixes**
  10. - Fixes issue with modal sometimes closing/opening multiple times caused by changes in 0.5.0
  11. **Updates**
  12. - Fixes vertical alignment of checkboxes
  13. ### Version 0.5.0 - Oct 10, 2013
  14. **Critical Fixes**
  15. - Fixes in some UI modules, issue where settings being shared across elements initialized at the same time instead of each instance.
  16. - Fixes regression where popup was overriding variation class name on positioning
  17. **Fixes**
  18. - Fixes an issue where popup that was set to inline: false was being removed prematurely
  19. - Fixes inheritance issue where grid column may sometimes not appear the correct size
  20. - Fixes modal hide/show dependency issue where dimmer would not always hide modal and vice-versa
  21. **Updates**
  22. - Adds an example to popup where inline is set to false
  23. - Accordion now comes bundled with proper easing
  24. - Added onCreate to popup module
  25. ### Version 0.4.3 - Oct 10, 2013
  26. **Fixes**
  27. - Updates dropdown to include proper invoke
  28. ### Version 0.4.2 - Oct 9, 2013
  29. **Fixes**
  30. - Fixes issue with event bubbling being cancelled on dropdown item click
  31. ### Version 0.4.1 - Oct 9, 2013
  32. **Fixes**
  33. - Fixes heart rating color
  34. ### Version 0.4.0 - Oct 8, 2013
  35. **Updates**
  36. - Updated some checkbox stylings
  37. - Checkboxes markup now more semantic with default markup including only one label tag that can be inside ui checkbox
  38. ### Version 0.3.8 - Oct 8, 2013
  39. **Fixes**
  40. - Display issues with accordion
  41. ### Version 0.3.7 - Oct 8, 2013
  42. **Fixes**
  43. - Fixes modal show/hide action reversal in Webkit
  44. **Updates**
  45. - Dimmer can now take different durations for its show and hide
  46. ### Version 0.3.6 - Oct 7, 2013
  47. **Fixes**
  48. - Fixes popup position sometimes appearing off-stage on second apperance
  49. - Fixes popup positions top left, top right, bottom left, bottom right being flipped
  50. **Docs**
  51. - Updates form and accordion docs
  52. **Updates**
  53. - Dropdown action default is now automatically determined based on type of dropdown, select dropdowns now will update form fields with default options
  54. - Adds fluid variation to accordion
  55. - Adds more html5 form support for forms (deneuxa)
  56. - Fields can include both field and another level of fields
  57. ### Version 0.3.5 - Oct 2, 2013
  58. **Fixes**
  59. - Fixes radio checkboxes (again)
  60. - Fixes header content display in icon headers
  61. ### Version 0.3.4 - Oct 2, 2013
  62. **Fixes**
  63. - Transitions now work in Safari versions that do not support animation-direction
  64. - Fixes accordion in safari styles getting stuck
  65. - Centering of content in icon header
  66. ### Version 0.3.3 - Oct 2, 2013
  67. **Fixes**
  68. - Fixes modal not working due to destroy teardown in dimmer Issue #153
  69. - Fixes selector for checkbox to fix radio boxes Issue #154
  70. - Fixes issue with popup display in some edge cases Issue #128
  71. **Updates**
  72. - Headers and lists with icons now do not break with multiline content
  73. - Examples resize with browser width
  74. - Updates ACE editor library
  75. - Code samples now do not change after interacting with examples
  76. ### Version 0.3.2 - Oct 2, 2013
  77. **Updates**
  78. - Dropdown now formats top and right arrow icons automatically with icon coupling with sub menus
  79. - Updates feed example with more feature examples
  80. - Adds more sizes to ratings
  81. - Makes active pagination item style more clear
  82. - Adds attach events method to modal for attaching modal events to other elements
  83. - Adds input focus/blur to modal, see Issue #124
  84. - Adds new methods to rating: 'get rating', 'clear rating', 'disable', 'enable', adds new setting 'clearable'
  85. **Fixes**
  86. - Fixes position of menu dropdowns in some cases
  87. - Updates modal to refocus elements after close
  88. - Right floated list content now receives left margin
  89. - List items display issues with icons + content
  90. - Fixes rating line height issue
  91. - Fixes rating not being sent as first callback parameter on 'onRate'
  92. - Lists items now auto clear floats
  93. - Fixes icon input inside a menu placement issues
  94. ### Version 0.3.1 - Sep 30, 2013
  95. **Fixes**
  96. - Fixes Page Grid still receiving negative margin
  97. ### Version 0.3.0 - Sep 30, 2013
  98. **Fixes**
  99. - Responsive Grid is now called "Page Grid". Responsive grids are now deprecated. This reduces confusion.
  100. - Negative margins are now automatically removed from grids that are descendents of body tag.
  101. ### Version 0.2.5 - Sep 28, 2013
  102. **Fixes**
  103. - Fixes checkbox selector issue with multiple inputs inside a checkbox
  104. - Modal no longer uses inline css to center when in fixed position mode
  105. - Fixes dropdown to now set active item to whatever hidden input field is when using action updateForm
  106. ### Version 0.2.4 - Sep 28, 2013
  107. **Updates**
  108. - Fixes issue with display on Chromebook Pixel and some devices
  109. - Fixes issues with concatenated version receiving conflicted icon definitions causing icons to not function
  110. ### Version 0.2.3 - Sep 28, 2013
  111. **Updates**
  112. - Fixes issues with modal not swapping to absoultely positioned from fixed when content cannot fit in viewport
  113. ### Version 0.2.2 - Sep 28, 2013
  114. **Updates**
  115. - Fixes invoke returning found function instead of results of found function in dropdown, modal
  116. ### Version 0.2.1 - Sep 28, 2013
  117. **Updates**
  118. - Modals can now have an icon in its left content that will be automatically formatted
  119. - Preserve 3D animations are now on by default for dimmers
  120. **Fixes**
  121. - Transition now forces browser repaint after animation
  122. - Refactored modal and dimmer components
  123. - Modal will now resize when browser window resizes if vertical height changes
  124. - Fixes issues with dimmer settings sticking between separate modals with the same dimmer.
  125. ### Version 0.2.0 - Sep 28, 2013
  126. **New**
  127. - Adds responsive modal styling, modal always now sits with 5% gutters under page grid responsive styling
  128. - Adds basic modal variation
  129. **Fixes**
  130. - Issue with modal active state not being removed correctly from modals
  131. - Swaps modal and dropdown to use same variable naming pattern as rest of modules
  132. - Removed selector count from performance logs
  133. ### Version 0.1.0 - Sep 25, 2013
  134. **New**
  135. - Added new font icon set using Font Awesome port
  136. - Adds dropdown icon sexiness to accordions, now with rotating pointing arrows
  137. - Added old icon set as a separate basic icon set
  138. - Added fluid input variation
  139. - Increased size of corner labels
  140. - Adds relaxed grid variation with increased gutters
  141. - Added relaxed and very relaxed list type with increased padding
  142. **Fixes**
  143. - Rating icon missing font content with icon font update
  144. - Padding on side of rating
  145. - Adds horizontally padded, vertically padded menu item variations to allow menu items to remove padding
  146. - Added fixes to tabular menu especially with attached content
  147. - UI Loaders now positioned automatically in all circumstances, even with long text
  148. - Connected items no longer assume 3 items per row
  149. - Fixes display of left corner icon labels
  150. **Updates**
  151. - Updated documentation for sidebar, transition, and form validation
  152. - Updated list docs
  153. - Accordion settings documentation
  154. - Rating settings documentation