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.

185 lines
5.8 KiB

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