Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

2.3 Release. Activity FInder 3.0. Refactored Carnation. Drupal 8.7+. Focal Point and Crop.

Compare
Choose a tag to compare
@podarok podarok released this 12 Nov 14:15
· 11295 commits to 8.x-2.x since this release
6f18606

#1768 Fix styles in openy_carnation theme
#1767 Fix alert content width when Call To Action link missing
#1765 Fix microsites menu mobile issues.
#1771 Added GroupexPro sync Drush 9 command
#1772 Activity Finder 3.0
#1774 ActivityFinder: Add search index config for SOLR backend.
#1775 #UX Admin interface. Update group field alter for landing page
#1778 fixed Location Amenities Filter Logic
#1782 Fix map for Internet Explorer 11
#1777 Focal Point and Image Crop features. See short demo https://youtu.be/PMwBQpp7AbI
#1783 Carnation Theme refactoring ( see below complete list of changes )

Releases since the previous major release

https://github.com/ymcatwincities/openy/releases/tag/8.2.2.3 ( Bug Fixes )
https://github.com/ymcatwincities/openy/releases/tag/8.2.2.2 ( Drupal 8.7 core )
https://github.com/ymcatwincities/openy/releases/tag/8.2.2.1 ( Hot fix )

Known Issues

#1787 Banner in Carnation
#1786 Cropper library requirement

Carnation refactoring fixes

  1. Theme compile script changed from grunt to webpack
  2. Refactored matchHeight, fixed: #1692
  3. Limited Time Offer paragraph looks ugly - fixed
  4. User login page should be centralized vertically.
  5. Fixed bug with images on tablet at homepage
  6. Restored ability to configure logo from theme settings, made website logo working in the similar way to Rose and Lily
  7. Refactored js files - split into small libraries that would be easier to override
  8. Styled 403 and 404 pages
  9. Fixed breadcrumbs margins at user pages
  10. Fixed: Admin menu is showed behind carnation main menu
  11. Added more block inheritance where it is possible at templates
  12. Fixed Featured highlight block styles problems
  13. Fixed Problem with small banner and alerts
  14. Fixed Small Banner paragraph in the header section
  15. Fixed: Simple Content paragraph in the header section is not displaying at all
  16. Fixed: When I add banner and gallery to the header section I see breadcrumbstwo times
  17. Fixed: No padding between paragraphs, on the screenshot below is aFeatured Highlights + Gallery.
  18. Fixed: Margin between gallery and footer
  19. Fixed: Featured Highlights paragraph + sidebar
  20. Fixed: Grid columns paragraph + fontawesome icons: icons should becolored in the block color.
  21. Fixed: Secondary Description & sidebar in the header area does not look good.
  22. Fixed: Upcoming events paragraph is completely broken - implemented this paragraph template from scratch.
  23. Fixed: adjust styles to the branch info section on the branch page
  24. Moved logic from js to preprocess https://github.com/jediandrey/openy/blob/carnation_refactoring/themes/openy_themes/openy_carnation/src/js/openy_carnation_banner.js#L16
  25. Fixed: Arrows are absent at the slider on mobile.
  26. Updated Readme according to new theme compilation process.