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.

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