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.

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