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 over 4 years ago

  • Darkened IAlert text color to make it more readable
inkline -

Published by alexgrozav over 4 years ago

  • Updated ILinkable and its usages due to @click.native changes
inkline -

Published by alexgrozav over 4 years ago

  • Added IDataTable component
  • Updated ITable styles and features
  • Improved test coverage
inkline -

Published by alexgrozav over 4 years ago

  • Updated dependencies
inkline -

Published by alexgrozav almost 5 years ago

  • Extracted INavbar collapse logic into CollapsibleProviderMixin
  • Added manual collapse control via v-model
  • Added ISidebar component
  • Made vertical ILayout have 100% height
  • Made first item of dropdown have cursor: pointer
  • Updated ClickOutside directive to use Node.contains()
  • Updated SSR checks to use Vue.prototype.$isServer and this.$isServer properly
  • Improved code coverage
inkline -

Published by alexgrozav almost 5 years ago

  • Fixed #103 font family SCSS variables didn't have !default modifier set
  • Improved build optimization, reducing bundle size
inkline -

Published by alexgrozav almost 5 years ago

  • Added various text helper classes
inkline -

Published by alexgrozav almost 5 years ago

  • Fixed #97 nuxt module default import file path
inkline -

Published by alexgrozav almost 5 years ago

  • Changed options.components to accept either Array or Object arguments
inkline -

Published by alexgrozav almost 5 years ago

  • Updated @vue/cli to v4.0.4.
  • Updated package tags
inkline -

Published by alexgrozav about 5 years ago

  • Tree shaking improvements
  • Properly separated exports and imports
  • Moved plugin runtime to a separate file
  • Updated component styles to be scoped
  • Moved icon styles to Icon component
  • Changed components that use inkline icons to use new style imports
  • Updated components to use ::v-deep pseudo-selector where needed
  • Various component style fixes such as link button focus, outline button focus
  • Fixed clearable input icon #92
inkline -

Published by alexgrozav about 5 years ago

  • Fixed SSR issues that appeared due to pagination resize event listener
inkline -

Published by alexgrozav about 5 years ago

  • Enabled pagination quickLink property by default.
inkline -

Published by alexgrozav about 5 years ago

  • Added responsive pagination items limit
  • Added pagination quick linking option
  • Revised #78 and fixed on click handler for NavItem as router-link
inkline -

Published by alexgrozav about 5 years ago

  • Extracted and exposed IHamburgerMenu as a separate component
  • Minor changes to Navbar component to improve out of the box design
inkline -

Published by alexgrozav about 5 years ago

  • Fixed installation bug introduced by tree shaking improvements in previous version
inkline -

Published by alexgrozav about 5 years ago

  • Updated component import / export architecture
  • Updated how Inkline's default and named export works
inkline -

Published by alexgrozav about 5 years ago

  • Added support for variable number of input append and prepend elements
  • Made navbar menu collapse on navbar item click
  • Fixed Select hover and focus styling and added new SCSS variables to control it
inkline -

Published by alexgrozav about 5 years ago

  • Fixed ongoing dynamic select options bug by providing unique ids for each select option and updating them during the updated lifecycle.
inkline -

Published by alexgrozav about 5 years ago

  • Default loading state of IButton is now an ILoader
  • Added styles for how ILoader should look inside of IButton