This project is mirrored from https://github.com/visual-framework/vf-core.git.
Pull mirroring updated .
- 03 Feb, 2023 6 commits
-
-
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
-
- 02 Feb, 2023 3 commits
-
-
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
-
- 31 Jan, 2023 1 commit
-
-
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>
-
- 02 Dec, 2022 1 commit
-
-
Sandeep Kadam authored
Co-authored-by:
Sandeep Kadam <sandeep@ebi.ac.uk>
-
- 24 Nov, 2022 4 commits
-
-
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
-
- 23 Nov, 2022 5 commits
-
-
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
-
- 22 Nov, 2022 4 commits
-
-
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
-
- 21 Nov, 2022 5 commits
-
-
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.
-
- 19 Nov, 2022 1 commit
-
-
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>
-
- 18 Nov, 2022 1 commit
-
-
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
-
- 17 Nov, 2022 4 commits
-
-
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
-
Jose Francisco Pena Estrada authored
-
Jose Francisco Pena Estrada authored
* 1805 - fix: set vfVersion and vfVersionPrefix to dev And update release documentation * Revert "1805 - fix: set vfVersion and vfVersionPrefix to dev" This reverts commit 97f58141. * feat: add cases to load scripts and styles for latest and stable sites * fix: remove GA script from conditional
-
Jose Francisco Pena Estrada authored
* feat: update color of focus indicators * chore: update changelog * feat: use variable in outline color * feat: update color for top variant
-
- 15 Nov, 2022 3 commits
-
-
kasprzyk-sz authored
* adds focus outline to the svg element * updates changelog files for vf-tabs and vf-banner-elixir components * rewrites css rule
-
Sandeep Kadam authored
* fix: css fixes for ebi header to fix accessbility errors * docs: Updated changelog Co-authored-by:
Sandeep Kadam <sandeep@ebi.ac.uk>
-
Jose Francisco Pena Estrada authored
* feat: make vf-dropdown keyboard accessible, add some aria labels * feat: update changelog
-
- 14 Nov, 2022 2 commits
-
-
kasprzyk-sz authored
* fix:removes tabindex-1 * adds focus-visible css for tabs
-
kasprzyk-sz authored
-