Skip to content

Releases: pathscale/vue3-ui

v0.6.0

16 Jun 19:12
Compare
Choose a tag to compare
  • add collapse component (it is not working) f3b4793
  • add container component with bg support cae5484
  • add progress to showcase view 6e1407d
  • update checkbox component and add showcase view 63fccbe
  • add progress bar fbce3d7
  • remove buefy import from index.html 54e3ee8
  • update Switch component 584c43e
  • add tag component fd9a696

v0.5.0...v0.6.0

v0.5.0

15 Jun 16:52
Compare
Choose a tag to compare
  • add tooltip component f20cf24
  • fix lint issue, add comment for bug 23cef31
  • add __ to some unused scripts 14d7c14
  • remote typescript types 3833ba5
  • remove ts, add button css classes, remove tailwind 8d41ce0
    • npm: Resume using stable eslint-plugin-import (not an issue for this repo at least) 747b3e5
    • Build: Avoid bundling vue for production - Build: Ensure only including production code - Build: Process vue extensions with Node resolver (in case ever using third party vue of our own) 5a94ac7
    • Demo use of vue CLI (which should work but isn't) d10cb93
    • Refactoring: /example -> /examples f20671d
    • Example: Demonstrate two forms of template usage 7a483e5

v0.4.1...v0.5.0

v0.4.1

13 Jun 16:04
Compare
Choose a tag to compare
  • Fix: Vue 3 can use template with the right build file 5816743

v0.4.0...v0.4.1

v0.4.0

13 Jun 13:03
Compare
Choose a tag to compare
  • Fix: Name on ProgressIndicator 6116756
  • Feat: Add ESM browser distribution and examples (for rapid prototyping/debugging)
  • npm: Update devDeps d1871e6
  • npm: update package-lock 094238f
  • Docs: Notes on render usage and duplicates cd2e0ca

v0.3.0...v0.4.0

v0.3.0

12 Jun 10:31
Compare
Choose a tag to compare
  • Port over recent component changes from example-tailwind 3821f24
  • Switch from css-only to postcss 15b0153

v0.2.0...v0.3.0

v0.2.0

12 Jun 05:55
Compare
Choose a tag to compare
  • npm: Point to Rollup module (no main (CJS) desired, so removing; have still kept vue-cli-service CJS build for now) a9e3a71
  • npm: Add serve script (though failing due to TS errors currently) a9e3a71
  • npm: Move sideEffects a9dc4a9
  • npm: Add rollup script - npm: indicate sideEffects: false for Webpack (ESM safe) 05d16db
  • Linting 255c829
  • npm: alphabetize devDeps. 9dbb502

v0.1.2...v0.2.0

v0.1.2

11 Jun 14:20
Compare
Choose a tag to compare
    • Remove unnecessary dependencies a46973f

v0.1.1...v0.1.2

v0.1.1

11 Jun 14:13
Compare
Choose a tag to compare
    • Component bundling into single file, cleanup tsconfig 51bb740
    • npm: Update devDeps (eslint-plugin-jsdoc) 15fa8f1
    • Fine grained directory naming 863cb21
    • Introduce role based directory strucutre for components 747c5f9
    • npm: Add linting script and deps; - Linting: Lint per latest 3f75e37
    • Copy over tailwind config and tsconfig 1dd0287
    • npm: Add main and module entries (no proper CJS main for now) - npm: Add vue dep. - Build: Add postcss config 358b3c2
    • Copy over component changes/additions from latest in example-tailwind dd824aa
    • Add other components and main file (with utilities) 997aff3
    • Move TextInput to its own component 937d1e1

123430e...v0.1.1