You are here

CHANGELOG.txt in Ultimenu 8

Same filename and directory in other branches
  1. 8.2 CHANGELOG.txt
  2. 7 CHANGELOG.txt
Ultimenu 8.x-1.0-dev, 2017-05-26
--------------------------------
- Removed deprecated drupal_static.

Ultimenu 8.x-1.0-dev, 2017-04-06
--------------------------------
- Converted leftovers to short array syntax.
- Updated deprecated methods: entity_view, entity_load_multiple_by_properties.
- A few cleanups.

Ultimenu 8.x-1.0-dev, 2017-03-24
--------------------------------
- #2860182 by heldercor: Use a shortened HASH instead of UUID for multilingual
  menus.

Ultimenu 8.x-1.0-dev, 2017-03-10
--------------------------------
- #2859199 by heldercor: Can'\''t use multilingual menu with items from config.

Ultimenu 8.x-1.0-dev, 2017-02-20
--------------------------------
- Removed https://packagist.drupal-composer.org deprecated January 2017.

Ultimenu 8.x-1.0-dev, 2016-12-06
--------------------------------
- Fixed for coding standards.

Ultimenu 8.x-1.0-dev, 2016-11-18
--------------------------------
- Refined USAGE descriptions.
- Updated .info file.

Ultimenu 8.x-1.0-dev, 2016-11-18
--------------------------------
- Fixed for button visibility being overriden by core bartik.
- Removed deprecated SafeMarkup which broke menu item description.
- #2767859 by gausarts, frozen10, SandraL: Skins not being added.

Ultimenu 8.x-1.0-dev, 2016-09-20
--------------------------------
- #2801355 by erjuni: Links are shown as '\''Inaccessible'\'' for users without
  permission'.

Ultimenu 8.x-1.0-dev, 2016-08-03
--------------------------------
- #2777755 by sndo, denisha.kalariya: Vertical menu items being displayed inline.

Ultimenu 8.x-1.0-dev, 2016-07-18
--------------------------------
- Added sample skin horizontal-to-bottom sliding.
- #2767859 by frozen10: Hover problem.

Ultimenu 8.x-1.0-dev, 2016-07-15
--------------------------------
- Added spaceless to template file.

Ultimenu 8.x-1.0-dev, 2016-07-14
--------------------------------
- Removed deprecated @file docblock as per [#2665992], [#2304909].

Ultimenu 8.x-1.0-dev, 2016-04-03
--------------------------------
- Added Render submenu option to force rendering submenus within the Ultimenu
  region to temporarily cope with [#2631468].
- #2634336 by xitami: Corresponding Submenu.
- A few little cleanups.

Ultimenu 8.x-1.0-dev, 2016-03-31
--------------------------------
- #2697211 by fortis: Secure-http restriction.
- A couple more cleanups.

Ultimenu 8.x-1.0-dev, 2016-03-30
--------------------------------
- #2696651: Selecting multiple menu blocks do not create multiple regions per
  block.

Ultimenu 8.x-1.0-dev, 2016-03-29
--------------------------------
- #2654082 by heykarthikwithu: Remove the unused imports in the code base.
- Satisfied ESLint, and few cleanups.

Ultimenu 8.x-1.0-dev, 2016-01-20
--------------------------------
- Updated deprecated \Drupal::url as per [#2605546]

Ultimenu 8.x-1.0-dev, 2015-12-09
--------------------------------
- #2631184 by Chi: Add special CSS class to expanded menu item.
- Removed useless SafeMarkup class from old approach.
- Escaped menu label.

Ultimenu 8.x-1.0-dev, 2015-11-26
--------------------------------
- #2623140 by Chi: hover class is missing
  Removed the debris of D7 with .hover class from README and CSS.

Ultimenu 8.x-1.0-dev, 2015-09-22
--------------------------------
- Updated ultimenu.settings type from mapping to config_object.
- #2569685 by cgatlin: Requesting module to be added to composer.

Ultimenu 8.x-1.0-dev, 2015-09-17
--------------------------------
- Fixed for eslint.

Ultimenu 8.x-1.0-dev, 2015-09-11
--------------------------------
- #2566559 by cgatlin: Hamburger Icon not being shown on a mobile view

Ultimenu 8.x-1.0-dev, 2015-09-06
--------------------------------
- Updated for SafeMarkup::set() removal since Drupal 8.0.0-beta15, see 2549395.

Ultimenu 8.x-1.0-dev, 2015-09-05
--------------------------------
- #2562829 by jclopez: JS errors due to unmet jquery.once and
  drupalSettings dependencies.

Ultimenu 8.x-1.0-dev, 2015-06-23
--------------------------------
- Fixed for ESLint complaints to some extent.
- Updated ultimenu.js to use ultimenu.min.js instead.
- Renamed 'button--navigation' class to 'button--ultimenu' to avoid namspace conflict.
- Fixed broken 'button--ultimenu' markups with the new required SafeMarkup::set().
- Updated .active class to .is-active based on https://www.drupal.org/node/2281785

Ultimenu 8.x-1.0-dev, 2015-03-29
--------------------------------
- Updated Url::fromUri() to Url::fromUserInput() for the skins, see 2426181.
- Updated Url::fromUri('base:...) to Url::fromUri('user-path:...), see 2417421
- Updated String::decodeEntities() to Html::decodeEntities(), see 2457593.
- Updated String::checkPlain() to SafeMarkup::checkPlain(), see 2457593.
- Updated transliteration to reflect Drupal beta9.
- Updated link generator as per beta9, see 2392803, dropping 'html' options.
- Updated to drupal 8.0.0-beta9.

Ultimenu 8.x-1.0-dev, 2015-02-26
--------------------------------
- Removed Devel kint_require() from UltimenuManager.php.
- Updated to drupal 8.0.0-beta7.

Ultimenu 8.x-1.0-dev, 2015-02-07
--------------------------------
- Moved template preprocess to ultimenu.theme.inc.
- Added ultimenu.services.yml.
- Converted most procedural to methods.
- Removed ultimenu.utilities.inc, and moved its content to UltimenuManager.php.
- Added Drupal\ultimenu\UltimenuManager
- Added Drupal\ultimenu\UltimenuManagerInterface

Ultimenu 8.x-1.0-dev, 2015-02-06
--------------------------------
- Updated for drupal 8.0.0-beta6.
- Added ultimenu.schema.yml, ultimenu.permissions.yml.

Ultimenu 8.x-1.0-dev, 2014-09-21
--------------------------------
- Added fixes for drupal 8.0.0-alpha15.
- Renamed ultimenu.menu_links.yml to ultimenu.links.menu.yml
- Added CHANGELOG.txt.

File

CHANGELOG.txt
View source
  1. Ultimenu 8.x-1.0-dev, 2017-05-26
  2. --------------------------------
  3. - Removed deprecated drupal_static.
  4. Ultimenu 8.x-1.0-dev, 2017-04-06
  5. --------------------------------
  6. - Converted leftovers to short array syntax.
  7. - Updated deprecated methods: entity_view, entity_load_multiple_by_properties.
  8. - A few cleanups.
  9. Ultimenu 8.x-1.0-dev, 2017-03-24
  10. --------------------------------
  11. - #2860182 by heldercor: Use a shortened HASH instead of UUID for multilingual
  12. menus.
  13. Ultimenu 8.x-1.0-dev, 2017-03-10
  14. --------------------------------
  15. - #2859199 by heldercor: Can'\''t use multilingual menu with items from config.
  16. Ultimenu 8.x-1.0-dev, 2017-02-20
  17. --------------------------------
  18. - Removed https://packagist.drupal-composer.org deprecated January 2017.
  19. Ultimenu 8.x-1.0-dev, 2016-12-06
  20. --------------------------------
  21. - Fixed for coding standards.
  22. Ultimenu 8.x-1.0-dev, 2016-11-18
  23. --------------------------------
  24. - Refined USAGE descriptions.
  25. - Updated .info file.
  26. Ultimenu 8.x-1.0-dev, 2016-11-18
  27. --------------------------------
  28. - Fixed for button visibility being overriden by core bartik.
  29. - Removed deprecated SafeMarkup which broke menu item description.
  30. - #2767859 by gausarts, frozen10, SandraL: Skins not being added.
  31. Ultimenu 8.x-1.0-dev, 2016-09-20
  32. --------------------------------
  33. - #2801355 by erjuni: Links are shown as '\''Inaccessible'\'' for users without
  34. permission'.
  35. Ultimenu 8.x-1.0-dev, 2016-08-03
  36. --------------------------------
  37. - #2777755 by sndo, denisha.kalariya: Vertical menu items being displayed inline.
  38. Ultimenu 8.x-1.0-dev, 2016-07-18
  39. --------------------------------
  40. - Added sample skin horizontal-to-bottom sliding.
  41. - #2767859 by frozen10: Hover problem.
  42. Ultimenu 8.x-1.0-dev, 2016-07-15
  43. --------------------------------
  44. - Added spaceless to template file.
  45. Ultimenu 8.x-1.0-dev, 2016-07-14
  46. --------------------------------
  47. - Removed deprecated @file docblock as per [#2665992], [#2304909].
  48. Ultimenu 8.x-1.0-dev, 2016-04-03
  49. --------------------------------
  50. - Added Render submenu option to force rendering submenus within the Ultimenu
  51. region to temporarily cope with [#2631468].
  52. - #2634336 by xitami: Corresponding Submenu.
  53. - A few little cleanups.
  54. Ultimenu 8.x-1.0-dev, 2016-03-31
  55. --------------------------------
  56. - #2697211 by fortis: Secure-http restriction.
  57. - A couple more cleanups.
  58. Ultimenu 8.x-1.0-dev, 2016-03-30
  59. --------------------------------
  60. - #2696651: Selecting multiple menu blocks do not create multiple regions per
  61. block.
  62. Ultimenu 8.x-1.0-dev, 2016-03-29
  63. --------------------------------
  64. - #2654082 by heykarthikwithu: Remove the unused imports in the code base.
  65. - Satisfied ESLint, and few cleanups.
  66. Ultimenu 8.x-1.0-dev, 2016-01-20
  67. --------------------------------
  68. - Updated deprecated \Drupal::url as per [#2605546]
  69. Ultimenu 8.x-1.0-dev, 2015-12-09
  70. --------------------------------
  71. - #2631184 by Chi: Add special CSS class to expanded menu item.
  72. - Removed useless SafeMarkup class from old approach.
  73. - Escaped menu label.
  74. Ultimenu 8.x-1.0-dev, 2015-11-26
  75. --------------------------------
  76. - #2623140 by Chi: hover class is missing
  77. Removed the debris of D7 with .hover class from README and CSS.
  78. Ultimenu 8.x-1.0-dev, 2015-09-22
  79. --------------------------------
  80. - Updated ultimenu.settings type from mapping to config_object.
  81. - #2569685 by cgatlin: Requesting module to be added to composer.
  82. Ultimenu 8.x-1.0-dev, 2015-09-17
  83. --------------------------------
  84. - Fixed for eslint.
  85. Ultimenu 8.x-1.0-dev, 2015-09-11
  86. --------------------------------
  87. - #2566559 by cgatlin: Hamburger Icon not being shown on a mobile view
  88. Ultimenu 8.x-1.0-dev, 2015-09-06
  89. --------------------------------
  90. - Updated for SafeMarkup::set() removal since Drupal 8.0.0-beta15, see 2549395.
  91. Ultimenu 8.x-1.0-dev, 2015-09-05
  92. --------------------------------
  93. - #2562829 by jclopez: JS errors due to unmet jquery.once and
  94. drupalSettings dependencies.
  95. Ultimenu 8.x-1.0-dev, 2015-06-23
  96. --------------------------------
  97. - Fixed for ESLint complaints to some extent.
  98. - Updated ultimenu.js to use ultimenu.min.js instead.
  99. - Renamed 'button--navigation' class to 'button--ultimenu' to avoid namspace conflict.
  100. - Fixed broken 'button--ultimenu' markups with the new required SafeMarkup::set().
  101. - Updated .active class to .is-active based on https://www.drupal.org/node/2281785
  102. Ultimenu 8.x-1.0-dev, 2015-03-29
  103. --------------------------------
  104. - Updated Url::fromUri() to Url::fromUserInput() for the skins, see 2426181.
  105. - Updated Url::fromUri('base:...) to Url::fromUri('user-path:...), see 2417421
  106. - Updated String::decodeEntities() to Html::decodeEntities(), see 2457593.
  107. - Updated String::checkPlain() to SafeMarkup::checkPlain(), see 2457593.
  108. - Updated transliteration to reflect Drupal beta9.
  109. - Updated link generator as per beta9, see 2392803, dropping 'html' options.
  110. - Updated to drupal 8.0.0-beta9.
  111. Ultimenu 8.x-1.0-dev, 2015-02-26
  112. --------------------------------
  113. - Removed Devel kint_require() from UltimenuManager.php.
  114. - Updated to drupal 8.0.0-beta7.
  115. Ultimenu 8.x-1.0-dev, 2015-02-07
  116. --------------------------------
  117. - Moved template preprocess to ultimenu.theme.inc.
  118. - Added ultimenu.services.yml.
  119. - Converted most procedural to methods.
  120. - Removed ultimenu.utilities.inc, and moved its content to UltimenuManager.php.
  121. - Added Drupal\ultimenu\UltimenuManager
  122. - Added Drupal\ultimenu\UltimenuManagerInterface
  123. Ultimenu 8.x-1.0-dev, 2015-02-06
  124. --------------------------------
  125. - Updated for drupal 8.0.0-beta6.
  126. - Added ultimenu.schema.yml, ultimenu.permissions.yml.
  127. Ultimenu 8.x-1.0-dev, 2014-09-21
  128. --------------------------------
  129. - Added fixes for drupal 8.0.0-alpha15.
  130. - Renamed ultimenu.menu_links.yml to ultimenu.links.menu.yml
  131. - Added CHANGELOG.txt.