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.

94 lines
3.0 KiB

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