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.

89 lines
2.9 KiB

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