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.

190 lines
5.9 KiB

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