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.

134 lines
4.5 KiB

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