Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/visual-framework/vf-core.git. Pull mirroring updated .
  1. Apr 29, 2019
  2. Apr 24, 2019
    • Ken Hawkins's avatar
      Add dynamic sass imports (#342) · c55ba5f3
      Ken Hawkins authored
      * Add dynamic sass imports
      
      Use case: right now if a component isn't "installed" it _must_ be disabled in vf-core/index.scss
      
      That adds a configuration step to customisation and means you can't really ever npm install vf-core unless you want to not add/remove components (which, you really should be customising)
      
      So this idea uses gulp+node as a middle layer to see what components are installed and then ignores them in `vf-core/index.scss` if they're missing.
      
      WIP and it needs cleanup.
      
      * Quick tidy
      
      * Cleanup, better warnings
      c55ba5f3
  3. Apr 19, 2019
    • Stuart Robson's avatar
      refactor vf-element components to make use of yaml/nunjucks (#363) · f036dcc8
      Stuart Robson authored
      * updates vf-blockquote to use yaml and adds id/class overrides
      
      * a little blockquote fix
      
      * updates buttons to use yaml to generate variants
      
      * updates divider to allow for overiding classes/ids
      
      * updates figure to allow for overiding classes/ids
      
      * updates logo to allow for overiding classes/ids and use of data
      
      * update vf-list to use YAML
      
      * a refactor of the initial templating for vf-heading
      
      * updates vf-text to make use of taml data and nunjucks logic
      
      * Add http before link
      f036dcc8
  4. Apr 17, 2019
  5. Apr 16, 2019
    • Ken Hawkins's avatar
      Refactor vf-link (#354) · 6b9429e4
      Ken Hawkins authored
      Refactors vf-link to use yaml and break out the disabled state.
      6b9429e4
    • Ken Hawkins's avatar
      Optimise gulp dev (#357) · a3017806
      Ken Hawkins authored
      * Optimise gulp dev
      
      Avoids a lot of thrashing in the generation, optimisation, and watching tasks. This was particularly painful on slower machines.
      
      * adds command for fractal to ignore sass file changes to stop a reload of the page
      
      * updates ignored path for Fractal watch to match gulp watch path
      a3017806
  6. Apr 15, 2019
    • Stuart Robson's avatar
      WIP: updates components to use yaml where possible (#338) · 31ec20ef
      Stuart Robson authored
      * updates vf-badge to use yaml more and leave the nunjucks nice and tidy
      
      * vf-badge nunjucks macro-fication
      
      * vf-badge nunjucks macro-fication
      
      * Fixed that for you :upside_down:
      
      * updates vf-badge to un-macro it
      
      * updates vf-badge to all the new things
      
      * updates vf-badge to all the new things
      
      * updates vf-text to use yml / nunjucks more
      
      * sanitises the yaml variables from the component name
      
      * sanitises the yaml variables from the component name and uses new data for rendering list
      
      * adds a vertical pipe for the additional class
      
      * updates box
      
      * article meta
      
      * starts on buttons
      
      * changes buttons mixin
      
      * makes a start on summary
      
      * Typos
      
      - Makes `overide` to `override`
      - Adds "https://" before demo links
      31ec20ef
  7. Apr 09, 2019
  8. Apr 08, 2019