inkline

Inkline is the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.

MIT License

Downloads
8.3K
Stars
1.4K
Committers
19

Bot releases are hidden (Show)

inkline -

Published by alexgrozav about 5 years ago

  • Added loading spinner component
inkline -

Published by alexgrozav about 5 years ago

  • Updating select options on value update to make sure dynamic options are taken into consideration in all situations.
  • Added value as label fallback when setting a value that is not in the select options list.
  • Fixed input append and prepend wrapping.
inkline -

Published by alexgrozav about 5 years ago

  • Rewrote all stylesheets from Stylus to Sass
  • Added more component style variables
  • Fixed various naming issues and selectors
  • Replaced validator.js dependency with own implementation
inkline -

Published by alexgrozav over 5 years ago

  • Fixed nuxt module template paths (#62)
inkline -

Published by alexgrozav over 5 years ago

  • Added nuxt folder to published npm package
inkline -

Published by alexgrozav over 5 years ago

  • Added Nuxt.js module with tree shaking and stylus imports
inkline -

Published by alexgrozav over 5 years ago

  • Fixed Input sizes
  • Fixed some variables using old size format
inkline -

Published by alexgrozav over 5 years ago

  • Added --sizes stylus variable to control available component sizes (sm, md, and lg available by default)
  • Added xs and xl sizes to all components, which can be enabled by changing the --sizes variable
  • Added --size-multipliers variable to control the factor by which component sizes shrink and grow
  • Changed all components to use the new --sizes variable and -size-map() generator mixin
inkline -

Published by alexgrozav over 5 years ago

  • Fixed modal background scrolling
  • Added .-modal modifier class to document body while modal is open
inkline -

Published by alexgrozav over 5 years ago

  • Updated exports to make Tree Shaking work properly
  • Updated plugin to no longer use static keyword to make JS work out of the box with Vue CLI
inkline -

Published by alexgrozav over 5 years ago

  • Fixed Select component bug which caused it not to display the initial value label.
inkline -

Published by alexgrozav over 5 years ago

  • Fixed number input button submitting parent form on click by adding type="button"
  • Fixed form submit failing without schema by setting default schema value to null, instead of {}.
inkline -

Published by alexgrozav over 5 years ago

  • Fixed wrong default border color
inkline -

Published by alexgrozav over 5 years ago

  • Added Icon component
  • Changed helper classes for embed
  • Added new helper classes for overflow, overlay, flex and float
inkline -

Published by alexgrozav over 5 years ago

  • Added Table typescript definition
  • Added .editorconfig
  • Updated linting configuration
inkline -

Published by alexgrozav over 5 years ago

  • Fixed remaining production version issues.
  • Removed the need for postcss-preset-env when importing compiled version
inkline -

Published by alexgrozav over 5 years ago

  • Fixed production bundle. Core CSS, fonts and helper classes are now included in dist/inkline.css.
  • Removed .svg font.
  • Added a basic Table component