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.

156 lines
5.2 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.3.6 - Oct 7, 2013
  3. **Fixes**
  4. - Fixes popup position sometimes appearing off-stage on second apperance
  5. - Fixes popup positions top left, top right, bottom left, bottom right being flipped
  6. **Docs**
  7. - Updates form and accordion docs
  8. **Updates**
  9. - Dropdown action default is now automatically determined based on type of dropdown, select dropdowns now will update form fields with default options
  10. - Adds fluid variation to accordion
  11. - Adds more html5 form support for forms (deneuxa)
  12. - Fields can include both field and another level of fields
  13. ### Version 0.3.5 - Oct 2, 2013
  14. **Fixes**
  15. - Fixes radio checkboxes (again)
  16. - Fixes header content display in icon headers
  17. ### Version 0.3.4 - Oct 2, 2013
  18. **Fixes**
  19. - Transitions now work in Safari versions that do not support animation-direction
  20. - Fixes accordion in safari styles getting stuck
  21. - Centering of content in icon header
  22. ### Version 0.3.3 - Oct 2, 2013
  23. **Fixes**
  24. - Fixes modal not working due to destroy teardown in dimmer Issue #153
  25. - Fixes selector for checkbox to fix radio boxes Issue #154
  26. - Fixes issue with popup display in some edge cases Issue #128
  27. **Updates**
  28. - Headers and lists with icons now do not break with multiline content
  29. - Examples resize with browser width
  30. - Updates ACE editor library
  31. - Code samples now do not change after interacting with examples
  32. ### Version 0.3.2 - Oct 2, 2013
  33. **Updates**
  34. - Dropdown now formats top and right arrow icons automatically with icon coupling with sub menus
  35. - Updates feed example with more feature examples
  36. - Adds more sizes to ratings
  37. - Makes active pagination item style more clear
  38. - Adds attach events method to modal for attaching modal events to other elements
  39. - Adds input focus/blur to modal, see Issue #124
  40. - Adds new methods to rating: 'get rating', 'clear rating', 'disable', 'enable', adds new setting 'clearable'
  41. **Fixes**
  42. - Fixes position of menu dropdowns in some cases
  43. - Updates modal to refocus elements after close
  44. - Right floated list content now receives left margin
  45. - List items display issues with icons + content
  46. - Fixes rating line height issue
  47. - Fixes rating not being sent as first callback parameter on 'onRate'
  48. - Lists items now auto clear floats
  49. - Fixes icon input inside a menu placement issues
  50. ### Version 0.3.1 - Sep 30, 2013
  51. **Fixes**
  52. - Fixes Page Grid still receiving negative margin
  53. ### Version 0.3.0 - Sep 30, 2013
  54. **Fixes**
  55. - Responsive Grid is now called "Page Grid". Responsive grids are now deprecated. This reduces confusion.
  56. - Negative margins are now automatically removed from grids that are descendents of body tag.
  57. ### Version 0.2.5 - Sep 28, 2013
  58. **Fixes**
  59. - Fixes checkbox selector issue with multiple inputs inside a checkbox
  60. - Modal no longer uses inline css to center when in fixed position mode
  61. - Fixes dropdown to now set active item to whatever hidden input field is when using action updateForm
  62. ### Version 0.2.4 - Sep 28, 2013
  63. **Updates**
  64. - Fixes issue with display on Chromebook Pixel and some devices
  65. - Fixes issues with concatenated version receiving conflicted icon definitions causing icons to not function
  66. ### Version 0.2.3 - Sep 28, 2013
  67. **Updates**
  68. - Fixes issues with modal not swapping to absoultely positioned from fixed when content cannot fit in viewport
  69. ### Version 0.2.2 - Sep 28, 2013
  70. **Updates**
  71. - Fixes invoke returning found function instead of results of found function in dropdown, modal
  72. ### Version 0.2.1 - Sep 28, 2013
  73. **Updates**
  74. - Modals can now have an icon in its left content that will be automatically formatted
  75. - Preserve 3D animations are now on by default for dimmers
  76. **Fixes**
  77. - Transition now forces browser repaint after animation
  78. - Refactored modal and dimmer components
  79. - Modal will now resize when browser window resizes if vertical height changes
  80. - Fixes issues with dimmer settings sticking between separate modals with the same dimmer.
  81. ### Version 0.2.0 - Sep 28, 2013
  82. **New**
  83. - Adds responsive modal styling, modal always now sits with 5% gutters under page grid responsive styling
  84. - Adds basic modal variation
  85. **Fixes**
  86. - Issue with modal active state not being removed correctly from modals
  87. - Swaps modal and dropdown to use same variable naming pattern as rest of modules
  88. - Removed selector count from performance logs
  89. ### Version 0.1.0 - Sep 25, 2013
  90. **New**
  91. - Added new font icon set using Font Awesome port
  92. - Adds dropdown icon sexiness to accordions, now with rotating pointing arrows
  93. - Added old icon set as a separate basic icon set
  94. - Added fluid input variation
  95. - Increased size of corner labels
  96. - Adds relaxed grid variation with increased gutters
  97. - Added relaxed and very relaxed list type with increased padding
  98. **Fixes**
  99. - Rating icon missing font content with icon font update
  100. - Padding on side of rating
  101. - Adds horizontally padded, vertically padded menu item variations to allow menu items to remove padding
  102. - Added fixes to tabular menu especially with attached content
  103. - UI Loaders now positioned automatically in all circumstances, even with long text
  104. - Connected items no longer assume 3 items per row
  105. - Fixes display of left corner icon labels
  106. **Updates**
  107. - Updated documentation for sidebar, transition, and form validation
  108. - Updated list docs
  109. - Accordion settings documentation
  110. - Rating settings documentation