Ilya Artamonov
be7e63a495
feat: Migrate to tailwind-merge(Accordion) ( #191 )
2023-10-11 13:35:28 +03:00
Ilya Artamonov
872e736d84
0.0.17
2023-10-10 15:17:17 +03:00
Ilya Artamonov
6ddc748f88
chore: postcss update
2023-10-10 15:16:24 +03:00
H.Dev
444f2c691d
fix: remove height auto from odal ( #226 )
2023-10-10 13:25:41 +03:00
Santos Junior Marte Marte
8de77f6f4f
Update Toggle.vue ( #224 )
2023-10-09 11:00:22 +03:00
Taha Okumuş
88c1172924
Fixed button docs inconsistencies ( #223 )
...
* fix: Fixed dropzone not applying multiple prop (#185 )
* fix: Fixed button docs inconsistencies
2023-10-09 10:59:44 +03:00
Taha Okumuş
99a9fdaff2
fix: Fixed dropzone not applying multiple prop ( #185 ) ( #222 )
2023-10-09 10:59:30 +03:00
Ilya Artamonov
bf87e88945
0.0.17-next.13
2023-09-26 16:13:49 +03:00
Ilya Artamonov
4e88e92c02
chore: Added dedupe option
2023-09-26 16:13:44 +03:00
Ilya Artamonov
4e7366b203
0.0.17-next.12
2023-09-25 19:39:07 +03:00
Ilya Artamonov
f78f29dee4
refactor: Replaced classNames with tailwind merge in badge component
2023-09-25 19:38:41 +03:00
Ilya Artamonov
15039b5c61
0.0.17-next.11
2023-09-25 16:55:30 +03:00
Ilya Artamonov
5564c3a449
feat: Sidebar component ( #205 )
2023-09-25 16:53:19 +03:00
Ilya Artamonov
d7910757ed
0.0.17-next.10
2023-09-21 13:39:35 +03:00
Ilya Artamonov
1370f1c776
Pagination component improvements ( #198 )
...
* Adds page change event (#189 )
Adds first and last pagination items
Co-authored-by: gassio <gassiogi@gmail.com >
* feat: Pagination component refactoring
---------
Co-authored-by: gassio <gassioglou@gmail.com >
Co-authored-by: gassio <gassiogi@gmail.com >
2023-09-21 13:38:23 +03:00
Ilya Artamonov
7652d98219
0.0.17-next.9
2023-09-19 20:11:38 +03:00
Ilya Artamonov
faa35a98a4
lint: Linter fixes
2023-09-19 20:11:30 +03:00
Ilya Artamonov
0a792fc0d5
feat: Added href prop to button component
2023-09-19 20:02:53 +03:00
Sqrcz
e749fd726c
fix: linting script ( #201 )
...
- `npm run lint` was missing a directory to lint
- added `.` as directory to lint
- changed `src` to `.` in `npm run lint-fix`
- added `.js` ext to linter
. lints also files we have in root
2023-09-19 19:32:06 +03:00
Ilya Artamonov
e4720668ee
0.0.17-next.8
2023-09-19 13:21:33 +03:00
Ilya Artamonov
dff5174312
docs: Updated typography docs
2023-09-19 13:20:42 +03:00
Vasu Singh
7fd3b4f3a6
feat(new component): Initial typography ( #199 )
...
* feat: typography
* feat: typography
* feat: typography
* Update docs/components/heading.md
* Update src/components/Typography/A.vue
* Update src/components/Typography/Heading.vue
* Update src/components/Typography/Img.vue
* Update src/components/Typography/P.vue
---------
Co-authored-by: Ilya Artamonov <ilya.sosidka@gmail.com >
2023-09-19 12:43:47 +03:00
Ilya Artamonov
e3fc36606e
0.0.17-next.7
2023-09-15 16:28:25 +03:00
Ilya Artamonov
34cf4062e8
refactor: Alert component refactoring ( #195 )
2023-09-15 16:20:12 +03:00
Ilya Artamonov
46c08239c3
0.0.17-next.6
2023-09-13 20:01:28 +03:00
Ilya Artamonov
c6055bc417
fix: Fixed error with imported Button without FlowbiteThemable
2023-09-13 20:01:23 +03:00
Ilya Artamonov
44c2f764f8
0.0.17-next.5
2023-09-13 16:09:48 +03:00
Ilya Artamonov
02b7b7fac2
Merge branch 'update_dependencies'
2023-09-13 16:08:39 +03:00
Ilya Artamonov
eaed8762b5
0.0.17-next.4
2023-09-13 16:01:34 +03:00
Ilya Artamonov
c63fe34ab2
chore: Updated dependencies
2023-09-13 16:00:24 +03:00
Ilya Artamonov
920157170b
feat: Added footer component ( #190 )
...
* feat: Added footer component (#126 )
* add/prepare component files
* make footer component basic
* improve FooterCopyright component
* add FooterLink component
* add/add FooterBrand Component
* add vertival align to FooterListGroup
* add/add footer icon component
* add/add FooterSitemapExample
* add/FooterSitemapLinks remained part
* add/add example
---------
Co-authored-by: Ilya Artamonov <hire@ilya-artamonov.ru >
* feat: Reworked footer component
* docs: Updated components section in README.md
---------
Co-authored-by: hirakei1203 <56023847+hirakei1203@users.noreply.github.com >
2023-09-13 13:31:11 +03:00
Ilya Artamonov
9dd6b15371
0.0.17-next.3
2023-09-08 20:20:15 +03:00
Ilya Artamonov
974a7249bd
feat: Replaced class merge with tailwind-merge in Input component
2023-09-08 20:19:12 +03:00
Nguyễn Hồng Quân
580bf14504
feat(input): Setting validation status and message. ( #172 )
...
* feat(input): Setting validation status and message.
* Update src/components/Input/composables/useInputClasses.ts
* Update docs/components/input/examples/InputValidationExample.vue
* Update docs/components/input/examples/InputValidationExample.vue
* Update docs/components/input.md
* Update docs/components/input.md
---------
Co-authored-by: Ilya Artamonov <ilya.sosidka@gmail.com >
2023-09-08 20:07:48 +03:00
Ilya Artamonov
df27de24d6
0.0.17-next.2
2023-08-25 18:56:55 +03:00
Daniel Binsmaier
1312bbc97d
fix: Obmitting tailwind classes ( #182 )
2023-08-25 18:54:23 +03:00
Ilya Artamonov
6ba628816a
0.0.17-next.1
2023-08-25 18:46:11 +03:00
Ilya Artamonov
477eb11156
feat: Added prop 'openFirstItem' to accordion component
2023-08-25 18:42:34 +03:00
Ilya Artamonov
3fe681d106
0.0.17-next.0
2023-07-28 15:37:22 +03:00
Ilya Artamonov
0feb39bd98
fix: Fixed textarea export and updated textarea docs
2023-07-28 15:36:49 +03:00
Ilya Artamonov
1fb46b59fa
0.0.16
2023-07-15 22:07:29 +03:00
Ilya Artamonov
2490053dd5
refactor: Some improvements for File input component
2023-07-15 22:06:26 +03:00
Vasu Singh
3501e946d3
feat(component): new file-input component ( #166 )
...
* file input field
* input file
* empty lines
* dropzone value update
* dropzone value update
* fix drag and drop
* Update docs/components/fileInput.md
Co-authored-by: Ilya Artamonov <ilya.sosidka@gmail.com >
* Update docs/components/fileInput/examples/FileInpDropZone.vue
Co-authored-by: Ilya Artamonov <ilya.sosidka@gmail.com >
* Update src/components/FileInput/FileInput.vue
Co-authored-by: Ilya Artamonov <ilya.sosidka@gmail.com >
* Update src/components/FileInput/FileInput.vue
Co-authored-by: Ilya Artamonov <ilya.sosidka@gmail.com >
* Update src/components/FileInput/FileInput.vue
Co-authored-by: Ilya Artamonov <ilya.sosidka@gmail.com >
* Update src/components/FileInput/FileInput.vue
Co-authored-by: Ilya Artamonov <ilya.sosidka@gmail.com >
* multiple files and file type
---------
Co-authored-by: Ilya Artamonov <ilya.sosidka@gmail.com >
2023-07-15 20:05:41 +03:00
Ilya Artamonov
960a318ca6
fix: Fixed tooltip styles
2023-07-15 16:59:52 +03:00
Ilya Artamonov
0da3c66ae6
fix: Fixed tooltip trigger error
...
Fixed tooltip error that occurs when the tooltip doesn't work with the trigger props
2023-07-15 16:33:05 +03:00
Ilya Artamonov
6852da09bf
fix: Fixed error with types
2023-07-15 16:20:07 +03:00
Ilya Artamonov
591789b10f
feat: Some improvements for modal component
...
Added click outside, persistent and close on Esc
2023-07-15 13:19:22 +03:00
Nick Adams
10be366d17
feat(modal-property): additional exit functionality ( #169 )
...
fix(accessibility): aria-label the close button for screenreaders
docs: adds an example and escapable info section to documentation
2023-07-15 11:56:15 +03:00
Vasu Singh
7569ca63be
feat(component): New component textarea
2023-07-10 21:42:06 +03:00
Ilya Artamonov
d2aeafda8c
0.0.15
2023-07-06 19:24:02 +03:00