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.

148 lines
4.8 KiB

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