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.

76 lines
2.4 KiB

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