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.

69 lines
2.2 KiB

  1. ## RELEASE NOTES
  2. ### Version 0.2.3 - Sep 28, 2013
  3. **Updates**
  4. - Fixes issues with modal not swapping to absoultely positioned from fixed when content cannot fit in viewport
  5. ### Version 0.2.2 - Sep 28, 2013
  6. **Updates**
  7. - Fixes invoke returning found function instead of results of found function in dropdown, modal
  8. ### Version 0.2.1 - Sep 28, 2013
  9. **Updates**
  10. - Modals can now have an icon in its left content that will be automatically formatted
  11. - Preserve 3D animations are now on by default for dimmers
  12. ** Fixes **
  13. - Transition now forces browser repaint after animation
  14. - Refactored modal and dimmer components
  15. - Modal will now resize when browser window resizes if vertical height changes
  16. - Fixes issues with dimmer settings sticking between separate modals with the same dimmer.
  17. ### Version 0.2.0 - Sep 28, 2013
  18. **New**
  19. - Adds responsive modal styling, modal always now sits with 5% gutters under page grid responsive styling
  20. - Adds basic modal variation
  21. **Fixes**
  22. - Issue with modal active state not being removed correctly from modals
  23. - Swaps modal and dropdown to use same variable naming pattern as rest of modules
  24. - Removed selector count from performance logs
  25. ### Version 0.1.0 - Sep 25, 2013
  26. **New**
  27. - Added new font icon set using Font Awesome port
  28. - Adds dropdown icon sexiness to accordions, now with rotating pointing arrows
  29. - Added old icon set as a separate basic icon set
  30. - Added fluid input variation
  31. - Increased size of corner labels
  32. - Adds relaxed grid variation with increased gutters
  33. - Added relaxed and very relaxed list type with increased padding
  34. **Fixes**
  35. - Rating icon missing font content with icon font update
  36. - Padding on side of rating
  37. - Adds horizontally padded, vertically padded menu item variations to allow menu items to remove padding
  38. - Added fixes to tabular menu especially with attached content
  39. - UI Loaders now positioned automatically in all circumstances, even with long text
  40. - Connected items no longer assume 3 items per row
  41. - Fixes display of left corner icon labels
  42. **Updates**
  43. - Updated documentation for sidebar, transition, and form validation
  44. - Updated list docs
  45. - Accordion settings documentation
  46. - Rating settings documentation