This project is mirrored from https://github.com/visual-framework/vf-core.git.
Pull mirroring updated .
- Apr 29, 2019
-
-
Stu Robson authored
-
Stu Robson authored
-
Stu Robson authored
-
Stu Robson authored
-
Stu Robson authored
-
Stu Robson authored
-
Stu Robson authored
-
Stu Robson authored
-
Stu Robson authored
-
- Apr 24, 2019
-
-
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
-
- Apr 19, 2019
-
-
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
-
- Apr 17, 2019
-
-
Stuart Robson authored
Features/markdown filters
-
Ken Hawkins authored
-
Ken Hawkins authored
-
Ken Hawkins authored
-
Ken Hawkins authored
-
Stuart Robson authored
-
Stuart Robson authored
adds initial autocomment bot things
-
Stuart Robson authored
-
Stuart Robson authored
-
Stuart Robson authored
-
Ken Hawkins authored
-
Ken Hawkins authored
-
Ken Hawkins authored
-
Ken Hawkins authored
-
Ken Hawkins authored
documentation: governance text #114
-
- Apr 16, 2019
-
-
Ken Hawkins authored
Refactors vf-link to use yaml and break out the disabled state.
-
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
-
- Apr 15, 2019
-
-
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
* 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
-
- Apr 09, 2019
-
-
Stuart Robson authored
CHORE - npm file tracking
-
Stuart Robson authored
fix: support passing "false"
-
Ken Hawkins authored
Was using an insufficent way to pass "false" and a typo.
-
Stuart Robson authored
fix: npmignore files and version
-
Ken Hawkins authored
-
Ken Hawkins authored
Had a typo in the version name and the .npmignore should have been ignoring more things (seems it does not overlay with .gitignore)
-
- Apr 08, 2019
-
-
Stuart Robson authored
component: deprecation-example
-
Ken Hawkins authored
For #336
-
Stuart Robson authored
fix/font-component-naming
-
Ken Hawkins authored
-
Ken Hawkins authored
Somehow commits in #330 were partly reverted
-