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.

115 lines
3.9 KiB

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