You are here

CHANGELOG.txt in Ultimenu 8.2

Same filename and directory in other branches
  1. 8 CHANGELOG.txt
  2. 7 CHANGELOG.txt
Ultimenu 8.x-2.0-dev, 2020-06-21
--------------------------------
- Added hook_update for the newly added JavaScript libraries/ files.
- Fixed for uncleaned resized flyouts.
- Issue #3219813 by gausarts: Provide vanilla JavaScript alternative.
- Changed display: none on flyouts to use the same rules as desktop's version to
  replace slideToggle.
- Fixed for desktop off-canvas with hidden hamburger when scrolled down.
- Removed unwanted .ultimenu--dark-white float rules.
- Micro-optimization: removed ultimenu_preprocess_block and
  ultimenu_preprocess_region, and moved its contents into pre_render, etc.

Ultimenu 8.x-2.0-dev, 2020-06-18
--------------------------------
- Issue #3201575 by Mark Shi: The expand Icon status is incorrect When I
  double-click it.
- Issue #3212881 by maskedjellybean: Warning: array_merge(): Expected parameter
  2 to be an array, string given.

Ultimenu 8.x-2.0-dev, 2020-06-22
--------------------------------
- Issue #3109089 by W01F, gausarts: Disable ajaxify for mobile.
- Issue #3118207 by psf_: Call to undefined method
  Drupal\\Core\\File\\FileSystem::scanDirectory().

Ultimenu 8.x-2.0-dev, 2020-02-09
--------------------------------
- Issue #3109749 by lgcorredera: The links are generated with class="is-active"
  when on the homepage.

Ultimenu 8.x-2.0-dev, 2020-02-05
--------------------------------
- Updated deprecated @path.alias_storage for @path_alias.repository.

Ultimenu 8.x-2.0-dev, 2020-01-15
--------------------------------
Issue #3106530 by gausarts, kappaluppa2@gmail.com: Links on site don'\''t work
  when Ultimenu is enabled.

Ultimenu 8.x-2.0-dev, 2020-01-12
--------------------------------
- Fixed for deprecated file_scan_directory.

Ultimenu 8.x-2.0-dev, 2020-01-11
--------------------------------
- Issue #3067744 by gausarts, W01F, pyxio, codeelegance: Mobile hamburger menu
  links highlight but don'\''t open.
- Issue #3081999 by Mohammad Fayoumi: Replace :focus-within pseudo-class with
  :focus in ultimenu.css file.
- Issue #3085004 by mlanth, gausarts: Script removes all event handlers from
  DOM body causing issues with other libraries.
- Issue #3098436 by PaulDinelle: Incorrect aria-hidden tag on caret.

Ultimenu 8.x-2.0-dev, 2019-04-30
--------------------------------
- Minor adjustments to the new clickable caret visible for 944px to 1025px.

Ultimenu 8.x-2.0-dev, 2019-04-29
--------------------------------
- Reverted the media query for mobile menu from ~641px back to ~944px as being
  problematic with more menu items without extra legs.
- Added support for clickable menu item mobile to 1025px with hoverable flyout.
- Moved non-essiantial CSS rules out from ultimenu.css to ultimenu.extras.css
  so t disable it entirely via UI.
- Updated CSS to support both desktop and mobile off-canvas.
- Added option to enable off-canvas for both mobile and desktop.
- Added off-canvas zoomin skin.
- Updated ultimenu.html.twig to allow dynamic classes.
- Cleaned up no-longer relevant stuffs for 2.x.

Ultimenu 8.x-2.0-dev, 2019-04-28
--------------------------------
- Fixed for undefined request_path.

Ultimenu 8.x-2.0-dev, 2019-04-27
--------------------------------
- Simplified AJAX URL.

Ultimenu 8.x-2.0-dev, 2019-04-25
--------------------------------
- Fixed for ajaxified region options.
- Fixed for schema.

Ultimenu 8.x-2.0-dev, 2019-04-23
--------------------------------
- Added support to have a simple iconized title, check out STYLING.
- Split ultimenu.css into ultimenu.hamburger.css and ultimenu.vertical.css to
reduce complexity.

Ultimenu 8.x-2.0-dev, 2019-04-22
--------------------------------
- Added off-canvas skins.
- Added dark skins, and made it as default for cool people.
- Renamed is-ultimenu-oc to is-ultimenu-canvas, is-ultimenu-oc-element to
  is-ultimenu-canvas-off, is-ultimenu-oc-target to is-ultimenu-canvas-on
  for clarity, and quick understanding.
- Moved /skins folder to css/theme.
- Renamed active-trail LI class to is-active-trail to match core.
- Renamed js-ultimenu- classes to is-ultimenu- so to print it in HTML directly
  not relying on JS, relevant for the new off-canvas menu.
- Added option to selectively enable ajaxified regions.
- Cleaned up CSS sample skins from old browser CSS prefixes.
- Lowered the media query for mobile menu from ~944px to ~641px.
- Added off-canvas menu to replace old sliding toggle approach.

Ultimenu 8.x-2.0-dev, 2019-04-21
--------------------------------
- Split Ultimenu AJAX into ultimenu.ajax library to have correct library weight
  and its optional dependencies.

Ultimenu 8.x-2.0-dev, 2019-04-16
--------------------------------
- Added a new service UltimenuTree.
- Fixed for empty ajaxified regions.
- Few optimizations: added #pre_render, moved theme preprocess to #pre_render.

Ultimenu 8.x-2.0-dev, 2019-04-16
--------------------------------
- Initial commit.

File

CHANGELOG.txt
View source
  1. Ultimenu 8.x-2.0-dev, 2020-06-21
  2. --------------------------------
  3. - Added hook_update for the newly added JavaScript libraries/ files.
  4. - Fixed for uncleaned resized flyouts.
  5. - Issue #3219813 by gausarts: Provide vanilla JavaScript alternative.
  6. - Changed display: none on flyouts to use the same rules as desktop's version to
  7. replace slideToggle.
  8. - Fixed for desktop off-canvas with hidden hamburger when scrolled down.
  9. - Removed unwanted .ultimenu--dark-white float rules.
  10. - Micro-optimization: removed ultimenu_preprocess_block and
  11. ultimenu_preprocess_region, and moved its contents into pre_render, etc.
  12. Ultimenu 8.x-2.0-dev, 2020-06-18
  13. --------------------------------
  14. - Issue #3201575 by Mark Shi: The expand Icon status is incorrect When I
  15. double-click it.
  16. - Issue #3212881 by maskedjellybean: Warning: array_merge(): Expected parameter
  17. 2 to be an array, string given.
  18. Ultimenu 8.x-2.0-dev, 2020-06-22
  19. --------------------------------
  20. - Issue #3109089 by W01F, gausarts: Disable ajaxify for mobile.
  21. - Issue #3118207 by psf_: Call to undefined method
  22. Drupal\\Core\\File\\FileSystem::scanDirectory().
  23. Ultimenu 8.x-2.0-dev, 2020-02-09
  24. --------------------------------
  25. - Issue #3109749 by lgcorredera: The links are generated with class="is-active"
  26. when on the homepage.
  27. Ultimenu 8.x-2.0-dev, 2020-02-05
  28. --------------------------------
  29. - Updated deprecated @path.alias_storage for @path_alias.repository.
  30. Ultimenu 8.x-2.0-dev, 2020-01-15
  31. --------------------------------
  32. Issue #3106530 by gausarts, kappaluppa2@gmail.com: Links on site don'\''t work
  33. when Ultimenu is enabled.
  34. Ultimenu 8.x-2.0-dev, 2020-01-12
  35. --------------------------------
  36. - Fixed for deprecated file_scan_directory.
  37. Ultimenu 8.x-2.0-dev, 2020-01-11
  38. --------------------------------
  39. - Issue #3067744 by gausarts, W01F, pyxio, codeelegance: Mobile hamburger menu
  40. links highlight but don'\''t open.
  41. - Issue #3081999 by Mohammad Fayoumi: Replace :focus-within pseudo-class with
  42. :focus in ultimenu.css file.
  43. - Issue #3085004 by mlanth, gausarts: Script removes all event handlers from
  44. DOM body causing issues with other libraries.
  45. - Issue #3098436 by PaulDinelle: Incorrect aria-hidden tag on caret.
  46. Ultimenu 8.x-2.0-dev, 2019-04-30
  47. --------------------------------
  48. - Minor adjustments to the new clickable caret visible for 944px to 1025px.
  49. Ultimenu 8.x-2.0-dev, 2019-04-29
  50. --------------------------------
  51. - Reverted the media query for mobile menu from ~641px back to ~944px as being
  52. problematic with more menu items without extra legs.
  53. - Added support for clickable menu item mobile to 1025px with hoverable flyout.
  54. - Moved non-essiantial CSS rules out from ultimenu.css to ultimenu.extras.css
  55. so t disable it entirely via UI.
  56. - Updated CSS to support both desktop and mobile off-canvas.
  57. - Added option to enable off-canvas for both mobile and desktop.
  58. - Added off-canvas zoomin skin.
  59. - Updated ultimenu.html.twig to allow dynamic classes.
  60. - Cleaned up no-longer relevant stuffs for 2.x.
  61. Ultimenu 8.x-2.0-dev, 2019-04-28
  62. --------------------------------
  63. - Fixed for undefined request_path.
  64. Ultimenu 8.x-2.0-dev, 2019-04-27
  65. --------------------------------
  66. - Simplified AJAX URL.
  67. Ultimenu 8.x-2.0-dev, 2019-04-25
  68. --------------------------------
  69. - Fixed for ajaxified region options.
  70. - Fixed for schema.
  71. Ultimenu 8.x-2.0-dev, 2019-04-23
  72. --------------------------------
  73. - Added support to have a simple iconized title, check out STYLING.
  74. - Split ultimenu.css into ultimenu.hamburger.css and ultimenu.vertical.css to
  75. reduce complexity.
  76. Ultimenu 8.x-2.0-dev, 2019-04-22
  77. --------------------------------
  78. - Added off-canvas skins.
  79. - Added dark skins, and made it as default for cool people.
  80. - Renamed is-ultimenu-oc to is-ultimenu-canvas, is-ultimenu-oc-element to
  81. is-ultimenu-canvas-off, is-ultimenu-oc-target to is-ultimenu-canvas-on
  82. for clarity, and quick understanding.
  83. - Moved /skins folder to css/theme.
  84. - Renamed active-trail LI class to is-active-trail to match core.
  85. - Renamed js-ultimenu- classes to is-ultimenu- so to print it in HTML directly
  86. not relying on JS, relevant for the new off-canvas menu.
  87. - Added option to selectively enable ajaxified regions.
  88. - Cleaned up CSS sample skins from old browser CSS prefixes.
  89. - Lowered the media query for mobile menu from ~944px to ~641px.
  90. - Added off-canvas menu to replace old sliding toggle approach.
  91. Ultimenu 8.x-2.0-dev, 2019-04-21
  92. --------------------------------
  93. - Split Ultimenu AJAX into ultimenu.ajax library to have correct library weight
  94. and its optional dependencies.
  95. Ultimenu 8.x-2.0-dev, 2019-04-16
  96. --------------------------------
  97. - Added a new service UltimenuTree.
  98. - Fixed for empty ajaxified regions.
  99. - Few optimizations: added #pre_render, moved theme preprocess to #pre_render.
  100. Ultimenu 8.x-2.0-dev, 2019-04-16
  101. --------------------------------
  102. - Initial commit.