Releases: pathscale/vue3-ui
Releases · pathscale/vue3-ui
v0.6.0
-
- Add three column layout 1d68420
- 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
- 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
-
- Bulma bbased login form ffb546f
-
- 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
- Refactoring:
-
- Example: Demonstrate two forms of template usage 7a483e5
v0.4.1
v0.4.0
v0.3.0
v0.2.0
- npm: Point to Rollup
module
(nomain
(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: indicatesideEffects: false
for Webpack (ESM safe) 05d16db - Linting 255c829
- npm: alphabetize devDeps. 9dbb502
v0.1.2
-
- Remove unnecessary dependencies a46973f
v0.1.1
-
- Make publish public 9ed5596
-
- Streamlined publishing f943b3f
-
- Component bundling into single file, cleanup tsconfig 51bb740
-
- npm: Update devDeps (eslint-plugin-jsdoc) 15fa8f1
-
- Linting fixes 24e1f02
-
- Fix filename in import 799d2d2
-
- 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
andmodule
entries (no proper CJSmain
for now) - npm: Add vue dep. - Build: Add postcss config 358b3c2
- npm: Add
-
- 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
-
- Add LoginPage component 705718f
-
- Add basic files 58c89c3