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.

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