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.

141 lines
4.6 KiB

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