Closed (fixed)
Project:
Tagify
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2023 at 15:09 UTC
Updated:
14 Jan 2023 at 11:29 UTC
Jump to comment: Most recent
The JS library hasn't been updated since June, this module is using version 4.12.0 while the latest one is 4.16.0.
Update the library and make sure there aren't any issues.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
dieterholvoet commentedEverything seems to work in the same way, minus some minor issues I encountered before the update now being fixed. The element CSS
displayproperty did change fromflextoinline-flex, so I added custom CSS to restore that. I also changed the order in which the libraries are included, including the custom CSS last to make sure it can override default styling.Comment #4
gxleano commentedThanks @DieterHolvoet.
It was tested in D9 and D10 everything is working as expected.
Comment #5
gxleano commentedComment #7
gxleano commentedMerged to 1.0.x (dev), It will included in the next release.