Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/visual-framework/vf-core.git. Pull mirroring updated .
  1. Apr 09, 2019
  2. Apr 08, 2019
  3. Apr 05, 2019
  4. Apr 04, 2019
    • Ken Hawkins's avatar
      Modularise fractal config · 9e67723a
      Ken Hawkins authored
      This makes the fractal config reusable across the various ways we're looking to consume fractal; some freatures added/needed:
      -  adds a callback so we can know when fractal has fully strapped and `fractal.components` is ready
      - we can ask for a build or server instatation
      - pass in where fractal should look for components
      
      This means we'll be able to: `const vfFractalBuild = require('@visual-framework/vf-core/fractal.js).initialize('server',fractalReadyCallback);` in things ranging from Eleventy to child pattern libraries.
      9e67723a
  5. Apr 02, 2019
  6. Apr 01, 2019
  7. Mar 28, 2019
    • Stuart Robson's avatar
      Merge pull request #329 from visual-framework/components/alpha.4-updates · 6e961001
      Stuart Robson authored
      COMPONENTS - alpha.4-updates 
      6e961001
    • Stuart Robson's avatar
    • Stuart Robson's avatar
      Merge pull request #330 from visual-framework/fix/naming-fonts-components · 3245f032
      Stuart Robson authored
      Fix naming of fonts on npm
      3245f032
    • Ken Hawkins's avatar
      Include template for vf-no-js · 1cb3cda8
      Ken Hawkins authored
      1cb3cda8
    • Ken Hawkins's avatar
      Inlcude font assets · 95bedaf2
      Ken Hawkins authored
      95bedaf2
    • Ken Hawkins's avatar
      Fix naming of fonts on npm · 7a51035e
      Ken Hawkins authored
      7a51035e
    • Ken Hawkins's avatar
      90ddd993
    • Ken Hawkins's avatar
      Fix/sass includes (#328) · fce2f0bb
      Ken Hawkins authored
      * vf-simple-search is actually vf-search
      
      * Single quotes
      
      * Import vf-link--secondary colour to vf-summarry
      
      Was issuing an error. Strange it didn't show up before.
      fce2f0bb
    • Ken Hawkins's avatar
      alpha.4-updates · c537da95
      Ken Hawkins authored
      c537da95
    • Ken Hawkins's avatar
      Docs/patterns vs components (#326) · 7d11e6ad
      Ken Hawkins authored
      * Add "pattern" and "component" guidance
      
      * Swap a selection of "pattern" for "component"
      
      * Missed a couple files to commit
      
      * Somehow vf-colors.map.scss was deleted
      
      * Referecne `components/vf-core-components`
      
      This doesn't affect vf-core particuarly, but will affect vf-child-template
      
      * Fix a build error/warning
      
      Not sure when this started happening; was erroring but continuing:
      
      > ⚑ Exported 351 of 910 items
      > ✘ Failed to export url /components/detail/vf-button--sizes - (/Users/khawkins/Documents/GitHub/vf-core/tools/vf-frctl-theme/views/pages/components/detail.njk)
      >   Template render error: (/Users/khawkins/Documents/GitHub/vf-core/tools/vf-frctl-theme/views/partials/pen/preview.njk)
      >   Error: Unable to call `entity["variants"]`, which is undefined or falsey
      7d11e6ad
    • Stuart Robson's avatar
      Refactor/vf masthead (#313) · c5cf2520
      Stuart Robson authored
      * updates masthead to be nearer what we need
      
      * updates mark for generic masthead
      
      * adds custom properties to design tokens task
      
      * adds css custom properties files
      
      * alters the HTML to use 'default' custom properties
      
      * adds css custom properties
      
      * whitespace
      
      * adds css custom properties
      
      * updates CSS fallbacks for older browsers
      
      * Update npm-shrinkwrap.json
      
      * Documentation: Add comments on properties and token file location
      
      This is both related to the active PR and a general improvement to "don't edit this file, go edit the design tokens instead"
      
      * Chore: Rund design token task on build
      
      Should help fight entropy with design tokens possibly getting out of sync from Sass
      
      * Clean up a file generation mess
      
      * Add further comments, template refinements
      
      * Fix indentation linting
      
      * changes the wording so it's simpler, fixes some whitespace annoyances
      
      * updated gulp tokens results
      
      * removes IDs that came from the WP list
      c5cf2520
  8. Mar 27, 2019
  9. Mar 26, 2019