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.

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