This project is mirrored from https://github.com/visual-framework/vf-core.git.
Pull mirroring updated .
- Feb 09, 2023
-
-
Sandeep Kadam authored
Co-authored-by: Sandeep Kadam <sandeep@ebi.ac.uk>
-
Sandeep Kadam authored
Co-authored-by: Sandeep Kadam <sandeep@ebi.ac.uk>
-
Bhushan Palsapure authored
-
- Feb 08, 2023
-
-
Nikiforos Karamanis authored
* updated documentation for vf-container (issue 1841) * updated documentation for vf-bookmark (issue 1779) * updated documentation for vf-pagination (issue 1863) * fixed typo in vf-pagination (issue 1863) * updated documentation for vf-bookmark, vf-card-container and vf-pagination
-
- Feb 07, 2023
-
-
Sandeep Kadam authored
Co-authored-by: Sandeep Kadam <sandeep@ebi.ac.uk>
-
Sandeep Kadam authored
* chore: changes to gulp task update dev endpoints only for ebi-header-footer components * chore: conditionly show the compiled css/js endpoints based on env * chore: added fallback condition to avoid null text in search results --------- Co-authored-by: Sandeep Kadam <sandeep@ebi.ac.uk>
-
Nikiforos Karamanis authored
* updated documentation for vf-container (issue 1841) * updated documentation for vf-bookmark (issue 1779) * updated documentation for vf-pagination (issue 1863) * fixed typo in vf-pagination (issue 1863)
-
Nikiforos Karamanis authored
-
- Feb 03, 2023
-
-
Sandeep Kadam authored
* Issue-1797 added task to replace api endpoints for dev & local site * Issue-1797 Updated CI file to use new build process command * chore: fixed typo in ci file --------- Co-authored-by: Sandeep Kadam <sandeep@ebi.ac.uk>
-
Bhushan Palsapure authored
* issue-1835 : Updated logic to apply searchterm in all searchboxes on page * Updated changelog for searchterm fix
-
Bhushan Palsapure authored
-
Bhushan Palsapure authored
-
kasprzyk-sz authored
-
Bhushan Palsapure authored
* Issue-1831 : Changed text match criteria - Text match criteria changed to bring relevant results from <p> tag. - 'null' results handled by returning blank " " * Updated Changelog.md for search indexing changes
-
- Feb 02, 2023
-
-
kasprzyk-sz authored
* changes the default icon for inline version to a heart * updates to a button element
-
kasprzyk-sz authored
-
Bhushan Palsapure authored
* Issue1840-1842 : Changes to hide section header and add white background to container - Added the class vf-u-sr-only to section header in case hidden - Components.njk updated with code to show example for type=container - Added example and put white background in container config * Updated Changelog.md for the vf-card-container component changes * Fixed the section header template to hide only the <h2> tag
-
- Jan 31, 2023
-
-
Sandeep Kadam authored
* fix: css fixes for ebi header to fix accessbility errors (#1799) * fix: css fixes for ebi header to fix accessbility errors * docs: Updated changelog Co-authored-by: Sandeep Kadam <sandeep@ebi.ac.uk> * EBI header forcefully remove the left side white border (#1809) * fix: css fixes for ebi header to fix accessbility errors * docs: Updated changelog * EBI header forcefully remove the left side white border Co-authored-by: Sandeep Kadam <sandeep@ebi.ac.uk> * Updated yarn.lock file * fix: updated ebi blackbar header with accessbility css changes * chore: updated yarn lock file * chore: updated node version default 14 and above * chore: updated node version default 14 and above --------- Co-authored-by: Sandeep Kadam <sandeep@ebi.ac.uk>
-
- Dec 02, 2022
-
-
Sandeep Kadam authored
Co-authored-by: Sandeep Kadam <sandeep@ebi.ac.uk>
-
- Nov 24, 2022
-
-
Jose Francisco Pena Estrada authored
* feat: reset vfVersionPrefix to dev * feat: update publishing documentation
-
Jose Francisco Pena Estrada authored
-
Jose Francisco Pena Estrada authored
-
Jose Francisco Pena Estrada authored
-
- Nov 23, 2022
-
-
Nikiforos Karamanis authored
* Updated VF-dropdown usage documentation * fixed link in vf-dropdown
-
Nikiforos Karamanis authored
* added example of vf-tree in usage * fixed link in vf-tree usage
-
Jose Francisco Pena Estrada authored
-
Nikiforos Karamanis authored
-
Jose Francisco Pena Estrada authored
* fix: being able to put focus again on dropdown label when user goes back with shift+tab * feat: close dropdown with escape key * feat: add more comments and avoid scrolling when user opens dropdown with space bar
-
- Nov 22, 2022
-
-
kasprzyk-sz authored
-
kasprzyk-sz authored
-
Jose Francisco Pena Estrada authored
-
Jose Francisco Pena Estrada authored
* feat: Address details that Niki mentioned in 21 Nov standup Don't scroll on keyboard arrows press and navigate with Tab * feat: open dropdown with Space key
-
- Nov 21, 2022
-
-
Ken Hawkins authored
As mentioned at https://github.com/visual-framework/vf-core/pull/1814#issuecomment-1322115496 -- there is an error that is meant to be silently handled by a `try` but was being output by a leftover `console.log)
-
Ken Hawkins authored
* Bug: GA4 feature - remove extra string in event_category for webform logging - support imagemap `area` links (this is not a new bug from the GA4 work) I've not updated the changelog, as I don't think this feature has shipped to npm yet. * Extra space
-
Jose Francisco Pena Estrada authored
-
Sandeep Kadam authored
This reverts commit 6236ef8f.
-
Sandeep Kadam authored
This reverts commit 1b8cbd01.
-
- Nov 19, 2022
-
-
Sandeep Kadam authored
* fix: css fixes for ebi header to fix accessbility errors * docs: Updated changelog * EBI header forcefully remove the left side white border Co-authored-by: Sandeep Kadam <sandeep@ebi.ac.uk>
-
- Nov 18, 2022
-
-
kasprzyk-sz authored
* dynamically updates the url when switching tabs * updates the attribute * fix: decreases z-index to prevent overlaping with vf-navigation-on-page * chore: updates changelog
-
- Nov 17, 2022
-
-
Ken Hawkins authored
* Feature: add initial GA4 support This addresses https://github.com/visual-framework/vf-core/issues/1428 and supports classic GA and GA4. I've done some testing, but further testing is recommended (note I've suggested this as 1.1.0-rc.0) * Set a generic vfGa4MeasurementId * Enhance vfGaLogMessage and make better use of it * Align gtag to GA4 event logging * Make vfGaIndicateUnloaded less agressive * Improve gtag and ga checking Reduce times when double checks may occur. * Make gtag and ga check less likely to overwrite valid functions * Move all GA4 events into "click" action It's most appropriate and saves additional configuration in the GA4 property where custom "dimension" configuration would be required. * Add event_label for UA compatibility * Docs and UA compatability Adds documentation and makes log messages more consistent with existing data captured. * Note that vfGa4MeasurementId is not required for most use cases * Further documentation tweaks
-