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.

128 lines
4.3 KiB

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