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.

110 lines
3.6 KiB

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