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.

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