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.

82 lines
2.5 KiB

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