Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/visual-framework/vf-core.git. Pull mirroring updated .
  1. Feb 09, 2023
  2. Feb 08, 2023
    • Nikiforos Karamanis's avatar
      Pagination doc change 1863 (#1867) · c0f1c440
      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
      c0f1c440
  3. Feb 07, 2023
  4. Feb 03, 2023
  5. Feb 02, 2023
  6. Jan 31, 2023
  7. Dec 02, 2022
  8. Nov 24, 2022
  9. Nov 23, 2022
  10. Nov 22, 2022
  11. Nov 21, 2022
  12. Nov 19, 2022
  13. Nov 18, 2022
    • kasprzyk-sz's avatar
      feat:1781 vf tabs deep links (#1806) · 9605ae39
      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
      9605ae39
  14. Nov 17, 2022
    • Ken Hawkins's avatar
      Feature: add initial GA4 support (#1777) · b9692917
      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
      b9692917