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 almost 2 years ago

  • chore: update inkline/config version e3142810

https://github.com/inkline/inkline/compare/v4.0.0-beta.20...v4.0.0-rc.1

inkline -

Published by alexgrozav almost 2 years ago

  • feat: add color weak, weaker, weakest utilities b48234d2
  • fix: update collapsible item header id 80df4322

https://github.com/inkline/inkline/compare/v4.0.0-beta.19...v4.0.0-beta.20

inkline -

Published by alexgrozav almost 2 years ago

  • fix: small update to sidebar and collapsible design bdd99f22

https://github.com/inkline/inkline/compare/v4.0.0-beta.18...v4.0.0-beta.19

inkline -

Published by alexgrozav almost 2 years ago

  • fix: update collapsible design inside sidebar 32e72e1a

https://github.com/inkline/inkline/compare/v4.0.0-beta.17...v4.0.0-beta.18

inkline -

Published by alexgrozav almost 2 years ago

  • refactor: explicitly bind $attrs on every component root ea36cf77
  • fix: remove redundant link role from router-link button a6e99d22
  • feat: adjust collapsible icon size and rotation f8a6239a
  • feat: add new transparent color theme for collapsible a4f7148c

https://github.com/inkline/inkline/compare/v4.0.0-beta.16...v4.0.0-beta.17

inkline -

Published by alexgrozav almost 2 years ago

  • feat: add additional colorModeStrategy and renderMode plugin options ebf2adfb
  • refactor: rename createPrototype to createInklineGlobals 6a588b72

https://github.com/inkline/inkline/compare/v4.0.0-beta.15...v4.0.0-beta.16

inkline -

Published by alexgrozav almost 2 years ago

  • feat: update @inkline/config generated files ce635533
  • fix: improve INavbar background transition 5c71aaed

https://github.com/inkline/inkline/compare/v4.0.0-beta.13...v4.0.0-beta.14

inkline -

Published by alexgrozav almost 2 years ago

  • fix: add attribute binding to INav 8f6f86ce
  • feat: add INavbar color transition 9ddf5ec0
  • chore: remove old utilities folder 84e25fec

https://github.com/inkline/inkline/compare/v4.0.0-beta.12...v4.0.0-beta.13

inkline -

Published by alexgrozav almost 2 years ago

inkline -

Published by alexgrozav almost 2 years ago

inkline -

Published by alexgrozav almost 2 years ago

  • fix: use resolveComponent to render non-global components in linkable 471c9512

https://github.com/inkline/inkline/compare/v4.0.0-beta.9...v4.0.0-beta.10

inkline -

Published by alexgrozav almost 2 years ago

  • fix: prevent crashing when inkline plugin not provided 91d41379

https://github.com/inkline/inkline/compare/v4.0.0-beta.8...v4.0.0-beta.9

inkline -

Published by alexgrozav almost 2 years ago

inkline -

Published by alexgrozav almost 2 years ago

  • fix: fixed computed type 8c109272
  • fix: not providing default router component anymore 3ae7faa3
  • refactor: remove need to recompile .vue files b75b71b6

https://github.com/inkline/inkline/compare/v4.0.0-beta.6...v4.0.0-beta.7

inkline -

Published by alexgrozav almost 2 years ago

  • fix: update package exports a4ead438
  • feat: update postbuild scripts a3aef8aa

https://github.com/inkline/inkline/compare/v4.0.0-beta.5...v4.0.0-beta.6

inkline -

Published by alexgrozav almost 2 years ago

  • feat: add import path normalization script 9e312d13
  • refactor: update all imports to use absolute @inkline/inkline path f600c49f

https://github.com/inkline/inkline/compare/v4.0.0-beta.4...v4.0.0-beta.5

inkline -

Published by alexgrozav almost 2 years ago

  • fix: export i18n messages from index cbd6953c
  • feat: update exports to make individual component paths available 886b3ca0

https://github.com/inkline/inkline/compare/v4.0.0-beta.3...v4.0.0-beta.4

inkline -

Published by alexgrozav almost 2 years ago

inkline -

Published by alexgrozav almost 2 years ago

  • refactor: update css structure to allow imports without utilities and vars c9aa84fd

https://github.com/inkline/inkline/compare/v4.0.0-beta.1...v4.0.0-beta.2

inkline -

Published by alexgrozav almost 2 years ago

  • fix: update linting cb214314
  • refactor: rename kebab-case component usage to PascalCase as recommended by Vue docs 98acb8ef
  • Merge pull request #317 from inkline/inkline4 f5f20c67
  • chore: remove jest files 861c777c
  • fix: add esbuild as dependency 88b30721
  • fix: update collapsible accessibility 81f59fa4
  • fix: moved focus to collapsible item 3f30124b
  • fix: configure unbuild to not fail due to missing files 44636ae9
  • fix: fix linting issues and tests a09756d8
  • fix: migrate form validation stories to composition api 9fd425e5
  • fix: fix utility class stories fd29da8e
  • refactor: upgrade to @grozav/stylelint-config fb7446e0
  • feat: update build ci 7beda126
  • feat: update utility classes and utility stories afc35620
  • chore: fix linting issues 9378a71e
  • test: adapted tests to composition api and new provide/inject pattern 1ba8daa5
  • test: fixed tests for all components up until form group 75124e6e
  • chore: merge master 00a15a50
  • feat: add utilities and fix linting rules f05529d8
  • feat: migrate to new css config 185439f2
  • fix: have form error component working with new schema definition ee8fb562
  • refactor: convert stories folder to sfc stories b941094c
  • reactor: improve form validation, migrate select component f57c0847
  • refactor: migrate all components to use setup function instead of script setup 329b0d88
  • refactor: migrate tab components b53a2f54
  • refactor: migrate table and progress components 83e89f1c
  • refactor: migrate loader, media, and modal components dbc05c47
  • refactor: migrate list-group components b5132d45
  • refactor: migrate layout components 287d598b
  • refactor: migrate header b06d2784
  • refactor: migrate hamburger-menu d7e2df48
  • refactor: update dropdown component 03bdeaf0
  • refactor: migrate dropdown and collapsible components 84ad07fa
  • chore: merge main cef66738
  • refactor: convert expand transition to sfc d76e75e2
  • refactor: refactored nav and navbar components 86766cbe
  • refactor: convert stories to SFC 6c40b388
  • fix: fix story typing 675338c0
  • feat: migrate tooltip popup component 08b24748
  • refactor: migrate container, column, and row components ddf2d44d
  • chore: add todo for composition api migration 30f09e72
  • refactor: migrate radio group and toggle components ee3e090a
  • refactor: flatten components structure 036ea82a
  • refactor: converted all components to sfc a8c11ad2
  • feat: migrate number input and textarea 3170383f
  • refactor: rename useFormSchemaError to useFormValidationError 4fc9db35
  • feat: add useFormSchemaError composable bec16e6b
  • fix: add input error based on validation status cbf5a7fa
  • feat: add explicit color, size, deisavbled, readonly computation. Migrate input component 33d74ed7
  • feat: working checkbox and checkbox group form validation dbab9d72
  • fix: add button group inject key df74527f
  • WIP 1c65e2ed
  • refactor: update toggle variables 179628e6
  • refactor: update tabs css variables 830727cd
  • refactor: update table css variables 0f15081a
  • refactor: update Table component variables. 74d0ea90
  • fix: change size and color fallback using OR operator a7d1b44b
  • refactor: update table component variables 006540a4
  • refactor: update sidebar variables 7d197da3
  • fix: remove unused imports 6900ab2b
  • refactor: use prop composables 07ba5dea
  • refactor: migrate card 47b124b7
  • refactor: migrate button and button group c46b8f31
  • feature: color, size and linkable composable 2d844ac0
  • feat: update select variables e1911cbf
  • feat: update select css variables e3589e6a
  • chore: version bumps ab1ae958
  • refactor: Breadcrumb to sfc and composition api b3c41e85
  • fix: badge tests 93714cfe
  • feature: useInkline and useLinkable composables 552f28c7
  • chore: update package-lock.json 16d976f5
  • refactor: migrate Breadcrumb to SFC and composition api aa0d1535
  • refactor: migrate Badge to SFC and composition api 3f018e28
  • fix: component registration using setup 24a17af6
  • fix: react type definitions conflicting with vue dab17796
  • feat: cleaner storybook examples 77742b8b
  • chore: merge main into inkline4 c307fa48
  • feat: align checkbox and radio components f812e30c
  • feat: update popover, progress, and radio variables 52479276
  • refactor: migrate Alert to SFC and composition api 8caf9685
  • chore: add vitest-ui e1a344bd
  • fix: fix inkline main exports after upgrade to @grozav/utils a5837b10
  • fix: update popover variables 5e9956df
  • fix: add react and react-dom to dev dependencies, required by new version of storybook 973bbfad
  • fix: remove one level of css variables for components with parts 2404566f
  • refactor: format and lint repo 2bda6491
  • chore: add prettier and markdown lint cb38836e
  • chore: version bumps ae47fb2e
  • refactor: update popover component. ec788f18
  • refactor: update loader, media, modal, nav, navbar, pagination and tooltip components 97159e94
  • refactor: update ListGroup component variables 21a1ed7f
  • fix: add individual attrs for input and wrapper e3e9cbbb
  • refactor: replace helper functions with @grozav/utils 2d42f8cc
  • refactor: update dropdown, header and input variables c00e8eb6
  • refactor: update layout components structure and variables 491c7f7f
  • refactor: update color and size props for all components b4a7a02a
  • refactor: update hamburger menu variables 6bf9c14d
  • refactor: update form components and dropdown variables 02d697d0
  • refactor: major refactoring to use configurable css variables and plugin level configuration (WIP) edd70194
  • refactor: Initial refactoring for all stylesheet files. b70720c7
  • refactor: Renamed style.scss to css/_component.scss in all components. c97213ee
  • feat: Migrated and improved Button and ButtonGroup components. edaa4e82
  • feat: Refactored global styles and some components to use @inkline/config. 1077ff2d

https://github.com/inkline/inkline/compare/v3.1.9...v4.0.0-beta.1