All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.0.1 (2024-08-29)
- nuxt: update dependencies and configuration files (0486ec6)
- update
@heroicons/vue
and@iconify/vue
dependencies (e39bec9)
1.0.0 (2024-08-27)
Note: Version bump only for package morpheme-monorepo
1.0.0-rc.12 (2024-05-29)
- BottomSheet: improve bottom sheet handle (8c8fa84)
- BottomSheet: add
persistent
option to BottomSheet component (6d4b8c1) - BottomSheet: allow disable hiding on overlay click (434c7bc)
- button: allow to customize button disabled colors (e4021a9)
- Button: customizable button shadow (d6f0be5)
- upgrade storybook to version 8 (5f3c00f)
1.0.0-rc.11 (2024-05-16)
- nuxt: allow to load morpheme styles manually (006f4ec)
1.0.0-rc.10 (2024-04-15)
- nuxt: fix floating-vue issue on nuxt 3.11 (e6168a3)
- Stepper: fix stepper divider not draw line (f32be03), closes #194
1.0.0-rc.8 (2023-12-18)
- table: add disabled option checkbox for table with selectable (7c72d16)
1.0.0-rc.7 (2023-11-14)
- #190: fix import types (aa9d73a)
1.0.0-rc.6 (2023-11-12)
- #190: fix import PropType (32c1bd2)
1.0.0-rc.5 (2023-11-05)
1.0.0-rc.4 (2023-10-27)
- Nuxt: hotfix: register tooltip plugin (7f40742)
1.0.0-rc.3 (2023-10-27)
- change default
noDataText
value (13c9abb) - DataTable: fix hover+striped dark mode (4501e0b)
- nuxt: change DevTools icon (eb1cdf3)
- Tabs: fix import type (c33a674)
- Themes: fix duplicate
display
(97679cc) - ui: register
VAvatarGroup
(3399090)
- add custom floating-vue tooltip plugin (1dc3c77)
- add new props:
rowClass
anditemClass
(46376e9) - add new slots:
header
,body
anditem
(71acca3) - add row color variants (6a8072c)
- Editor: upgrade CKEditor (99123a3)
- experimental/primitives/accordion: add accordion animation (481f4de)
- experimental/primitives/accordion: apply aria and data attributes (29b3838)
- experimental/primitives/accordion: implement default open (f930812)
- experimental/primitives/alert: add support for renderless component (fb5c2ab)
- experimental/primitives/collapsible: add collapse transition (25bfc1e)
- experimental/primitives/menu: hide dropdown when clicking outside (9131f1e)
- experimental/primitives/switch: add hidden input, switch thumb & remove switch group (3f27736)
- experimental/primitives: accordion primitives (6d22d4b)
- experimental/primitives: add alert primitive component (03855b8)
- experimental/primitives: collapsible component (fc63592)
- experimental/primitives: dialog primitives (d3fe469)
- experimental/primitives: improve accordion logic (9625886)
- experimental/primitives: menu (dropdown) primitives (7e93678)
- experimental/primitives: switch primitives (f6f3182)
- Nuxt: upgrade to Nuxt 3.8 (296c6e7)
- Select: alias
Select
asSelectMenu
(e2c5dd0) - SelectMenu: implement generic type and dynamic
ModelValue
types (43aebe4) - starter: add new Astro starter (208f55c)
- ui: add custom Floating Vue plugin for tooltip (870994d)
- Revert "Revert "Merge branches 'main' and 'main' of github.com:gitsindonesia/ui-component" (1927a7c)
1.0.0-rc.2 (2023-10-02)
- Grid: fix cols responsive and improved grid styles (6e4e541)
- List: fix hover effect (587f22e)
- Tabs: fix tabs slider height (270f654)
1.0.0-rc.1 (2023-09-15)
1.0.0-rc.0 (2023-09-11)
- Typed slots and generic components - by @gravitano in #178 (4c595)
- Handle resize for all nav drawer placement/position - by @gravitano (2d698)
- Dropdown:
- Add support for item disabled state - by @gravitano (62ad0)
- Add dropdown header support - by @gravitano (428e6)
- Support multi level dropdown - by @gravitano (83e7c)
- Extract default button activator to SFC & add icon transition when open/close - by @gravitano (66e6f)
- Add support for dynamic component on
VDropdownButton
- by @gravitano (01a10) - Add
size
variant - by @gravitano (02788)
- Experimental/Select:
- Extract select search into SFC
SelectSearchInput
- by @gravitano (cc06c) - Add two new slots:
item-text
andcheck-icon
- by @gravitano (58c3a) - Add new prop:
wrapperClass
- by @gravitano (ea551) - Custom selected icon placement - by @gravitano (cbf6c)
- Add new
loading
state - by @gravitano (9c123) - Allow custom values via
allowCustomValues
prop - by @gravitano (4eeaf) - New slot:
new-item-text
- by @gravitano (5db2e)
- Extract select search into SFC
- Icon:
- Cache morpheme icons in local storage - by @gravitano (6a50f)
- NavDrawer:
- Navigation drawer resizeable - by @gravitano (2b584)
- Tabs:
- Allow to render tab item as
RouterLink
,NuxtLink
, anchor or button (default) - by @gravitano (80d78)
- Allow to render tab item as
- experimental/Select!:
- nuxt:
- ui:
- Button:
- Change default button border color - by @gravitano (07c67)
- Command:
- Adjust default input style - by @gravitano (15af2)
- Divider:
- Remove default margin - by @gravitano (81d84)
- Dropdown:
- Experimental/Select:
- Select:
- Standalone Forms:
- experimental/Select:
- experimental/Select!:
- Rename
SelectInput
toSelectField
- by @gravitano (d6c86)
- Rename
1.0.0-beta.11 (2023-07-28)
- Card: fix logic to show image (176c0dd)
- experimental Select: fix clearable button logic and add new prop
iconSize
(6bc3e6e) - Popover: change width to min-width (7f773d3)
- Popover: make
placement
prop to optional (b470d55) - Popover: pass down slot props to child (2c97395)
- Text: change default tag to
div
instead ofp
(66594e0) - themes: add new CSS Var for striped color (3266833)
- themes: fix styles of select input and select button (bffc761)
- Command: add new
VCommand
component (command palette/menu) (88707ad) - Dropdown: integrate
@headlessui-float/vue
to the Dropdown component (d07d786) - experimental Select: add more shadow variants (2c8235a)
- experimental Select: fix empty styles (20f5d84)
- experimental Select: fix offset and margin top (b27e52a)
- experimental Select: integrate
@headlessui-float/vue
to new Select component (37c397a) - Forms: add new experimental standalone form components with decoupled
vee-validate
integration (#176) (1a54522) - Modal: add new declarative modal components (#177) (e150b42)
1.0.0-beta.10 (2023-06-26)
- Alert: fix alert icon color (38ed425)
- AppBar: fix app bar border color (fe2717d)
- AppBar: fix default border color on dark mode (5c6cb99)
- Autocomplete: fix
error
andhint
elements placement (4177efe) - Autocomplete: fix autocomplete dark mode colors (2ee4218)
- Autocomplete: fix autocomplete error color (607c7dd)
- Autocomplete: fix box shadow (cbaf2f5)
- Autocomplete: fix placeholder color (3b4df77)
- Autocomplete: revert legacy styles (6cdd3f4)
- Avatar: change default bg color on dark mode (f8c9218)
- BottomSheet: adjust color for dark mode (e7e886e)
- BottomSheet: adjust color for dark mode (7d27e1d)
- Breadcrumbs: fix export of item and divider components & rename type
VBreadcrumbsItem
toVBreadcrumbsItemProps
(9d37d98) - Button: add missing button secondary variant (ba49369)
- Button: dark mode scrollbar (10dae89)
- Button: fix dark mode color (34e6aa7)
- Button: linkable title (dc18796)
- Card: fix dark mode color (c13429a)
- Card: fix dark mode color (fc0160e)
- change container/main with & breakpoints (e569323)
- Checkbox: fix checkbox dark mode color (d4b98fc)
- DataTable: fix bordered style for default and dark mode themes (7c30ec0)
- FileUpload: fix dark mode (182760e)
- Modal: adjust color for dark mode (bfd5340)
- Modal: fix padding when fullscreen (86d687b)
- MultiSelect: fix box shadow (96e5157)
- MultiSelect: fix dark mode focused color (006eff6)
- MultiSelect: fix options dark mode styles (a3190eb)
- MultiSelect: fix placeholder color (bc23ba6)
- NavDrawer: apply
z-index
tofixed
nav drawer (53c0eb6) - NavDrawer: fix dark mode colors (f2a67d5)
- NavDrawer: fix nav drawer border color on dark mode (bdd72ad)
- Pagiantion: adjust dark mode colors for default variant (ce5a1fa)
- Radio: fix radio label styles (753e859)
- Select: fix box shadow and focused styles (4413de9)
- Switch: fix thumb position (7cc2233)
- Tabs: adjust tabs styles (66de23e)
- Tabs: rename type
VTabItem
toVTabItemProps
(eb47718) - Textarea: fix error text position (a47255f)
- ui: fix missing style (e5241c7)
- ui: register new alert components (26dd1c1)
- add new kitchen sink starter (b50157a)
- Alert: add new
bordered
style (previously calledborder
) (2663c38) - Autocomplete: add border color to dropdown options (ceaf364)
- Autocomplete: add new experimental
Autocomplete
component (19b8271) - Autocomplete: change default transition to
fade
(370bde6) - Badge: add new badge group components (093c91d)
- Badge: add new badge variant:
dot
(bf4b46f) - Bottom Navigation: add a new component
VBottomNavigation
(d7ce7ca) - Button: add new
soft
variant (3ec2ba5) - Card!: change card
bordered
styles (138b2dc) - Card: add new card image props and
VCardImage
component (7633344) - Card: add new card variant:
bodyless
(c6dfa57) - Card: allow to change root component as anchor or custom component (50a63a8)
- Container: rework container component (f1dfcf6)
- Divider: add new
VDivider
component (0d6c269) - Dropdown: add new
DropdownBtn
component (39b156d) - Dropdown: change default dropdown transition to
dropdown
(ca56b1a) - Grid: add new experimental grid components (0641f14)
- Icon: add support for Morpheme Icons (0b0870b)
- InputRange: add dark mode support (d78a4e8)
- kitchen sink / inbox: add tooltip (fd5a4cf)
- kitchen sink / inbox: adjust aside menus (942214e)
- kitchen sink / inbox: adjust layout and add message detail page (9531a3f)
- kitchen sink / inbox: fix view transition (b0a97bf)
- kitchen sink / inbox: implement toggle menus (ddd0e34)
- kitchen sink / inbox: update menus path (8a28fd6)
- kitchen sink: add new inbox app example (60805c3)
- List: add a new
large
size forVList
(3279e04) - List: add a new active state variant (8855d70)
- List: add a new context API for
VList
component (65775f2) - List: add new components:
VListItemTitle
,VListItemSubTitle
andVListItemContent
(db1862a) - List: add new variant
mini
(2acc37b) - Menus: add multi-level menus support (488cd74)
- NavDrawer: add CSS Vars for mini and expanded width (7c12cd0)
- NavDrawer: added new two positions for nav drawer:
top
andbottom
(641b457) - nuxt: auto-import
VMain
component (66a82eb) - nuxt: auto-import a new
VDivider
component (90ac13d) - nuxt: auto-import bottom navigation components (d65e284)
- Pagination: add new two variants:
text
andtext-rounded
(235fb2f) - Popover: add new component
VPopover
(c74ec47) - Select: add border color to select dropdown (5b0b666)
- Select: add new experimental
Select
component (02a01ef) - Switch: add a new
size
variants (935ea59) - Tabs: add new
grow
style (5a2bbc6) - Tabs: add new
segemented-control-rounded
variant (71cefbc) - Tabs: add underline effect on headless ui tabs (2f4802f)
- tailwind-config: extend from Morpheme Design Tokens by default (809ef8a)
- themes: add new base app CSS Vars (b4b2ffd)
- Tooltip: add CSS Vars for tooltip and dark mode (082fff5)
- Tooltip: add max width, fix padding and change placement (6bd4bc2)
- ui: register a new
VDivider
component (595de50) - ui: register bottom navigation components (e6e5c37)
- VInput: add new expose
focus
(94d92ce)
1.0.0-beta.9 (2023-05-30)
- themes: Upgrade design tokens and adjust secondary and info colors - by @gravitano (fa640)
- Alert:
- AppShell:
- Add new
VMain
component - by @gravitano (bd088)
- Add new
- Autocomplete:
- Add
shadow
prop and fix disabled styles - by @gravitano (4260d)
- Add
- Modal:
- MultiSelect:
- Add
shadow
variant - by @gravitano (2a446)
- Add
- Tabs:
- VAppShell:
- Convert Tailwind into SCSS - by @gravitano (f0ee1)
- VBanner:
- VInput:
- Added new
borderless
andnoRing
styles - by @gravitano (e25b6)
- Added new
- nuxt:
- themes:
- ui:
- Register new tabs component - by @gravitano (fcd9e)
- AppBar:
- Change app bar default dark color - by @gravitano (ffdbe)
- Autocomplete:
- BottomSheet:
- Handle possible null when accessing
api
- by @gravitano (3c180)
- Handle possible null when accessing
- Forms:
- Fix types - by @gravitano (1d5bc)
- Modal:
- Change modal default bg color - by @gravitano (4ee45)
- Select:
- Timeline:
- Fix types - by @gravitano (bbbb6)
- VProgressCircular:
- Change to
scoped
style - by @gravitano (404b4)
- Change to
1.0.0-beta.8 (2023-04-03)
- utils: upgrade design tokens (022ea5e)
- VProgressCircular: fix deps (ad90764)
- VText: refactor to use @morpheme/utils (d43045e)
- VTimeline: improve timeline content width (9d3a43f)
- nuxt: transpile and optimize some deps (effbca1)
1.0.0-beta.7 (2023-04-03)
- VAppBar: configurable
VAppBar
z-index (40a90bd) - VAppShell: add new
VAppShell
component (#165) (a73e4d3) - VIcon: add aria-hidden attribute & add test (#168) (638996d)
- VNavDrawer: add new NavDrawer height variants (#166) (839cac8)
- VProgressCircular: add new
VProgressCircular
component (#167) (be7031a) - VTimeline: add a new
VTimeline
component (#171) (93e3105)
1.0.0-beta.6 (2023-03-27)
-
nuxt-admin: change list with div (3348c39)
-
nuxt-admin: fix image alt (55f5b6b)
-
nuxt-auth: fix image alt (7c3c910)
-
VSwitch: fix duplicate secondary selector (816082a)
-
BREAKING CHANGE(nuxt)!: change option name to
morpheme
(#158) (7087378), closes #158
- Avatar: add avatar indicator (#161) (e05cdd5)
- Avatar: add new
VAvatarGroup
component (#159) (b64ec5f) - nuxt: add new
optimizeDeps
option (#157) (84ef13a) - VText: add new
VText
component (#160) (56551ce)
-
nuxt option renamed from
gitsUi
tomorpheme
-
docs(nuxt): add nuxt config example
1.0.0-beta.5 (2023-03-15)
- nuxt-admin: remove default auth pages (d02876f)
- nuxt-auth: fix projected path (947d354)
- nuxt-commerce: replace heroicons component with gits icons (a153e65)
1.0.0-beta.4 (2023-03-13)
- nuxt: fix component path (#144) (7c358ad)
- VDataTable: fix load dependency styles when installed as independent package (#152) (3675578)
- VQuillEditor: make
label
prop optional (e05af87) - VQuillEditor: make
label
prop optional (#146) (badd9b3)
- Forms: add a new
hint
prop to all form inputs (#151) (bf7abc2) - nuxt: auto-import
VQuillEditor
component & improve playground (#145) (3f8eb56)
1.0.0-beta.3 (2023-03-08)
- fix error border style not applied on some input components (#139) (00c40f4)
- NavDrawer: fix default shadow value (#135) (c2333b6)
- nuxt-admin: close drawer when page change (026c720)
- nuxt-admin: dynamic sidebar height (17908fd)
- nuxt-admin: hide drawer on mobile only (5696bdf)
- nuxt-admin: use svh instead of dvh (f5d696f)
- nuxt-auth: fix redirect callback (22d9c96)
- nuxt-auth: fix redirect with protocol (609af43)
- nuxt: fix
VMenuIcon
export path (#137) (ff0ad45) - VMultiSelect: fix bug error when clearing value (4c36479)
- VMultiSelect: fix bug error when clearing value (#140) (0a3d616)
- VQuillEditor: disable auto fix cursor by default via
autoFixCursor
prop (#141) (9a809b6)
- Forms: add the ability to hide error messages via
hideError
prop (#138) (2065a21) - nuxt-admin: change default bg color (9014f92)
- nuxt-auth: add centered layout (57ec196)
- nuxt-auth: add dark mode support (0f7ed6e)
- nuxt-auth: add new
AuthLogo
component (77cebf5) - nuxt-auth: rename protected page to profile (4b86ac9)
1.0.0-beta.2 (2023-02-28)
- nuxt-admin: fix dark mode avatar border (2161e7c)
- nuxt-admin: improve dark mode (74d255d)
- nuxt-auth: add fallback url (6a128d3)
- nuxt-auth: fix callback url (a71ced4)
- nuxt-auth: fix error when getting callback url (fdb35dd)
- nuxt-auth: optimize yup (9c7ccc5)
- nuxt-auth: remove unnecessary value from env (ddc09ea)
- Forms: add
hideError
prop onVInput
and newErrorMessage
component (#134) (ccb54a5) - nuxt-admin: add dark mode switcher (1f01015)
- nuxt-admin: add metric action (f338d87)
- nuxt-admin: add modal delete confirmation (77a6669)
- nuxt-admin: revamp admin (#132) (8580c06)
- nuxt-auth: add loading state and auto hide orText based on providers (758a35f)
- nuxt-auth: add new layout
auth
(337abfa) - nuxt-auth: new
sidebar
slot inAuthLayout
component (616ec92)
1.0.0-beta.1 (2023-02-20)
1.0.0-beta.0 (2023-02-20)
- ui: drop
services
,pages
andlayouts
fromui
, fix external deps and move snippets directory (#130) (d5c00eb)
-
ui: dropped
services
,pages
,layouts
fromui
, install manually if you use it -
chore(ui): moved
snippets
folder topackages
-
fix(toast): fix storybook path
-
fix(ui): fix external deps bundle
0.17.0-beta.2 (2023-02-20)
0.17.0-beta.1 (2023-02-20)
- decouple toast store logic into separate package called
@gits-id/toast-store
(#128) (a5b5bc5) - VAppBar: new
auto
size (6e7397d)
0.17.0-beta.0 (2023-02-15)
0.16.3 (2023-02-07)
- BottomSheet: change bottom sheet handle color on dark mode (0aea41e)
- nuxt: fix FormGroup path (b5632fc)
- VAppBar: fix defineExpose syntax (9b5f5ed)
- BottomSheet: use Symbol for bottom sheet injection key (a87a1a7)
0.16.2 (2023-02-06)
- move nuxt-auth as deps instead of devDeps (3783b1a)
- nuxt-admin: fix entry point and files (d0499ee)
- nuxt-auth: fix entry point and files (7a9c543)
- nuxt-auth: move app config to component props (ae48f0b)
- Bottom Sheet: add bottom sheet handle (#123) (1d9eab0)
- examples: add nuxt-layer example (c6aafd9)
- nuxt-admin: add admin prefix for app config (7a0e706)
- nuxt-admin: add default home page (fd8a57e)
- nuxt-admin: add default page title (5c5302c)
- nuxt-admin: improve dark mode with @nuxtjs/color-mode (548ca01)
- nuxt-admin: more configurable notification (20407e3)
- nuxt-auth: configurable auth components via app config (bfa2de7)
- nuxt-commerce: add multi level categories menus (c249c78)
- nuxt-commerce: add product detail page (3617a48)
- nuxt-commerce: initial dev for nuxt-commerce (f0970ff)
- VBottomSheet: add bottom sheet handle (d611cc2)
0.16.1 (2023-02-01)
- VBottomSheet: fix v-list deps (8d828ac)
0.16.0 (2023-02-01)
- VAppBar: add elevate on scroll effect (a8ad7a9)
- VAppBar: add hide on scroll feature (180b0fb)
- VAppBar: configurable scroll distance (bd06f3a)
- VBottomSheet: add new bottom sheet component (#119) (dcc61e1)
- VRating: new rating component (#121) (00d6233)
0.15.2 (2023-02-01)
- Dark Mode: improve disabled state on dark mode (#113) (917b5bf)
- VRadio: fix radio disabled color (c1432ee)
- VRadio: fix radio disabled color (9d6e624)
- dark mode: fix dark mode radio & radio group (ef00512)
- dark mode: fix dark mode radio & radio group (d9267f1)
- nuxt: upgrade to nuxt 3.1.1 (2b3c09f)
- starter/nuxt-admin: add dark mode (11f4feb)
- starter/nuxt-auth: add
AuthLayout
component (11da990) - starter/nuxt-auth: add
guest
middleware (e49eda3) - starter/nuxt-auth: add forgot password page (ab1d20a)
- starter/nuxt-auth: add register api (bee1d17)
- starter/nuxt-auth: add register page (5fc4f55)
- starter/nuxt-auth: configurable auth login page (b9d2bed)
- starter/nuxt-auth: configurable head for each auth pages (21b1003)
- starter/nuxt-auth: enable global middleware (d4b23bc)
- starter/nuxt-auth: get auth secret and auth origin from env (6fbb10e)
- starter/nuxt-auth: implement login with providers (8c15f43)
- starter/nuxt-auth: implement sign in with provider (988bcb6)
- starter/nuxt-auth: init nuxt auth (4cd410d)
- starter/nuxt-auth: update default pages design (315b756)
- starter: upgrade to nuxt 3.1.1 (d315849)
- VDataTable: support multisort (ebe745c)
- VRadioGroup: improve styling for v-radio-group with dark mode support (6ec6233)
- VRadioGroup: improve styling for v-radio-group with dark mode support (66a0a8b)
0.15.1 (2023-01-18)
- VAutocomplete: fix missing
clear
event (1a321a1) - VAutocomplete: fix missing error color variable (aab269c)
- VAutocomplete: fix undefined
selected
property (b54eb16) - VAutocomplete: fix undefined
selected
property (726010e) - VMenus: fix floating vue extend options (e5f925f)
- VDropdown: add new
prefixIcon
props for adding prefix icon before label (1413f6b) - VDropdown: improved CSS Properties on v-dropdown (c2315af)
- VDropdownItem: add new
nuxt
props for rendering item as NuxtLink (b36fc32) - VInput: add new
rounded
styled (50b15f1)
0.15.0 (2023-01-17)
- nuxt: load required styles when not using CSS or SASS bundle (452e3f9)
- SSR: fix undefined MutationObserver on VTabs when in SSR mode (a3b00c5)
- starter/nuxt-admin: add sass dep (fb43396)
- starter/nuxt-admin: move css to layout (7a0a507)
- starter/nuxt-minimal: add pages (76da0ca)
- VAppBar: fix transition value (ba5f4fe)
- VModal: make
width
andmaxWidth
props optional (5fed047)
- add admin notification (1712813)
- add dark mode support (#102) (2168185)
- add module options docs (407f1ee)
- nuxt: add option
loadDefaultStyles
with defaulttrue
to toggle loading of default styles (aaa574d) - starter/nuxt-admin: set package name (9109d7a)
- starter: add new
nuxt-admin
starter (0918236)
0.14.4 (2023-01-17)
- build (6166bdd)
- Autocomplete: integrate
useFormValue
in v-autocomplete component (a3d5447) - Forms: refactor uncontroller value logic into
useFormValue
composable (182837c) - VMultiSelect: integrate
useFormValue
in v-multi-select component (f9b923f) - VSelect: integrate
useFormValue
in v-select component (8940082)
0.14.3 (2023-01-13)
Note: Version bump only for package gits-ui-monorepo
0.14.2 (2023-01-13)
- VInput: change initial value priority to v model (9c9834b)
0.14.1 (2023-01-11)
- Colors: fix brand colors (d13dd1b)
- decrease
VSelect
bundle size (baedd2a) - lookup selected text from original items (d7b9257)
- storybook: load scss styles (e628be1)
- VInput: fix clearable not clearing value (96adf8e)
- VInput: fix unable to set initialValue (3273a90)
- VSelect: clear search input when selected (9ef0b6b)
- VSelect: fix unable to set initialValue (954339f)
- VMultiSelect: refactor underlying logic to support uncontrolled input state (9c3b6ab)
- VRadioGroup: add selectedClass and defaultClass to style radio items (43d5459)
0.14.0 (2023-01-10)
Note: Version bump only for package gits-ui-monorepo
0.14.0-alpha.6 (2023-01-10)
- Textarea: add support for labelClass prop (d4212ef)
- Textarea: refactor underlying logic to support uncontrolled input state (4a50079)
- VCheckbox: refactor underlying logic to support uncontrolled input state (9606dff)
- VFormSelect: refactor underlying logic to support uncontrolled input state (35da005)
- VInput: refactor underlying logic to support uncontrolled input state (b2b5bcf)
- VRadioGroup: refactor underlying logic to support uncontrolled input state (160d21e)
- VRadio: refactor underlying logic to support uncontrolled input state (f842448)
0.14.0-alpha.5 (2023-01-06)
- pagination.VPaginationItem: set button type as button (9aa82d8)
- Pagination: fix logic to disable last or first page shortcut (61d64fd)
- starter: add new nuxt-minimal starter (a38b607)
- VFileUpload: support slot to override filename display (835f9cc)
- VSelect: refactor VSelect underlying logic to support uncontrolled input state (d53e973)
0.14.0-alpha.4 (2023-01-04)
- ui: load transition styles (c65d135)
0.14.0-alpha.3 (2023-01-04)
- nuxt: load v-data-table-pagination styles (676f009)
0.14.0-alpha.2 (2023-01-04)
- improve LivePreview component (07956ed)
- improve LivePreview component (b49a783)
- VDataTablePagination: revamp VDataTablePagination: replaced VSelect with basic
<select>
& add sass styles (a5996e2)
0.13.21 (2022-12-21)
0.13.20 (2022-12-21)
- FileUpload: fix button type (#73) (ef920aa)
- forms: standardize label and error class (#71) (cda5923)
- storybook: add GA (a02deb9)
- transition & button: new
fade-scale
transition and new buttonflush
style (#68) (f5b826b) - VMultiSelect: add support for custom compare function via
search-by
prop (#70) (78c0133) - VMultiSelect: sync v-model (#69) (273503a)
0.13.19 (2022-12-16)
- VMultiSelect: fix external deps (01073e6)
0.13.18 (2022-12-16)
- comment unused function (7d7107a)
- multiselect: make input node inline with tags + fix styling (#67) (3c73fef)
- tabs: handle removable prop effect in component instead of just emitting event (#66) (c7e6ac6)
0.13.17 (2022-12-14)
0.13.16 (2022-12-08)
- VMenus: fix
newTab
type (5e15df8)
0.13.15 (2022-12-08)
- UI: update
defaultColors
value,VMenus
supports link,AppBar
transparent & custom color andVCheckbox
inherit style (#60) (0bbca3f) - update defaultColors (ba6de73)
0.13.14 (2022-12-07)
- VDataTable: fix duplicate css import (4755402)
- VDataTable: improved
VDataTable
component (#59) (653c0f1) - VDataTable: striped, hover & selectable style (7b2ccf1)
0.13.13 (2022-12-06)
0.13.12 (2022-12-06)
- ui: load list style (7e59dad)
0.13.11 (2022-12-06)
- Dropdown: fix dropdown activator style (3f28492)
- VMenus: improve bundle size (b216c8d)
- VMenusItem: fix text width when has appended icon (2d8e27e)
- VList: revamp VList component (#57) (fe50100)
- VMenus: update CSS Properties for more customizable v-menus (6b3b0df)
- VMenus: update CSS Properties for more customizable v-menus (#56) (a4c6594)
0.13.10 (2022-12-05)
- ui: register toast and switch styles (8c425d9)
0.13.9 (2022-12-05)
- VAvatar: fix avatar font size variable and text-transform (51ee85a)
- VSwitch: customizable switch with CSS Properties (#53) (93dd68e)
- VToast: revamp toast component (#52) (f0415d5)
0.13.8 (2022-12-02)
0.13.7 (2022-11-30)
- nuxt: auto-import
VPaginationItem
component (84462e6) - Pagination: revamp Pagination component (#49) (78bbe71)
- Shimmer: add CSS Properties support & update docs (#48) (45d8297)
- VSelect: customizable select icons (702aa01)
0.13.6 (2022-11-29)
- VMultiSelect: fix label position and fix error style (#46) (e431812)
- VMultiSelect: import deps styles for standalone usage (3e74992)
- Dropdown: customizable dropdown icons (#43) (081f642)
- VMultiSelect: add CSS Properties support (#45) (8ae6b1e)
0.13.5 (2022-11-28)
0.13.4 (2022-11-28)
- documentation of tast (#39) (234565c)
- ui: register v-modal style (448cf7c)
- VModal: add CSS Variables (acd07d2)
- VModal: setup css classes (41a3801)
0.13.3 (2022-11-24)
- ui: import table style (0eca7b6)
0.13.2 (2022-11-24)
- nuxt: transpile
floating-vue
(8f6902a)
0.13.1 (2022-11-24)
- ui: import v-select styles (f1cee92)
0.13.0 (2022-11-24)
- VFormSelect: improved
VFormSelectItem
types (d3c3fde)
- Button: add
VBtnGroup
andVBtnToolbar
component (#38) (b2643b5) - VProgressBar: revamp
VProgressBar
component (#37) (5080c5b)
-
VProgressBar: replaced
width
prop bymodelValue
-
docs(VProgressBar): update progress-bar docs
0.12.0 (2022-11-24)
Note: Version bump only for package gits-ui-monorepo
0.12.0-alpha.28 (2022-11-23)
0.12.0-alpha.27 (2022-11-23)
Note: Version bump only for package @gits-id/components
0.12.0-alpha.26 (2022-11-22)
- VDataTablePagination: fix v-select style (6ea59fd)
0.12.0-alpha.25 (2022-11-17)
- tooltip: transpile floating-vue (ff4586c)
0.12.0-alpha.24 (2022-11-17)
- utils: define package's
exports
(7b17f21)
0.12.0-alpha.23 (2022-11-17)
Note: Version bump only for package @gits-id/components
0.12.0-alpha.22 (2022-11-17)
- collapsible: update package exports (8ceb42f)
- list: upgrade deps and update nav-drawer story (8990d73)
0.12.0-alpha.21 (2022-11-16)
- Forms.Select: improve form select styles (cff4e0d)
- Forms.VFileUpload: use VInput as default file upload (fb50eac)
- Forms.VInput, Forms.VTextarea: revamp textarea (c554b82)
- VCheckbox: revamp v-checkbox component (de07145)
- VRadio: add BEM class for v-input (a12f57c)
0.12.0-alpha.20 (2022-11-16)
- tailwind-components: fix tailwind scan folder (38e3915)
0.12.0-alpha.19 (2022-11-15)
- VMenusItem: set
text
prop optional & set menus-item cursor (8053e7d)
0.12.0-alpha.18 (2022-11-15)
- nuxt: register
VMenusItem
component (523f20a) - VMenus: dynamic popper mode
hover
orclick
& new button props (345f638) - VMenus: improved v-menus slots & new
VMenusItem
component (d3cdeee)
0.12.0-alpha.17 (2022-11-15)
- VMenus: revamp menus component (192da4e)
0.12.0-alpha.16 (2022-11-14)
- VInput: fix icon size conflict (db794fa)
0.12.0-alpha.15 (2022-11-14)
- ui: fix style order (3630ff4)
0.12.0-alpha.14 (2022-11-14)
- VInput: decrease padding on small input (3df31a3)
- VInput: clearable input (b4c59f9)
0.12.0-alpha.13 (2022-11-14)
- VInput: allow to customize icon size via prop (d137e0d)
0.12.0-alpha.12 (2022-11-14)
Note: Version bump only for package @gits-id/components
0.12.0-alpha.11 (2022-11-14)
- VBtn: set button type (f81c828)
- Forms.VInput: dynamic input icon size via CSS Vars (9a53666)
- Forms.VInput: improved v-input styles with CSS Variables (cbaadaa)
- Stepper: add linear prop to enable continuous active state (#33) (aa051c2)
0.11.10 (2022-09-23)
- Forms: fix duplicate prop on v-checkbox (8e3d3a1)
0.11.9 (2022-09-23)
- remove layouts stories (94e2718)
- add foundation stories for elevation, rounded, typography (32ff68a)
- add foundation/colors stories (d40cbb9)
- Avatar: new Avatar component (560f774)
- docs: wip official docs (0950937)
- examples: add vue 3 example (4c445d4)
- Icon: improved icon size (a952056)
- iconsax: new Iconsax component (fe71c52)
- Logo: new size props (e8ec195)
- new transition classes: , , , & (2024b83)
- Shimmer: new Shimmer component (d430714)
- snippets: add auth login and forgot password snippets (ee5877c)
- snippets: add Navbar snippet (996944c)
- snippets: convert snippet storybook into vue component snippets (3fc7ccb)
- snippets: footer snippets as vue component (e3238c8)
- snippets: new sidebar layout (f4aae93)
- theme: add defaultTheme (90350f2)
- VRadio: implement disabled state (e948e6c), closes #13
- deprecated
@gits-id/layouts
package
0.11.8 (2022-09-19)
0.11.7 (2022-09-15)
0.11.6 (2022-09-13)
0.11.5 (2022-09-09)
- snippets: new
Footer
snippet (36e6090) - upgrade to vite 3 (a733f2e)
- VDataTablePagination: support pagination custom content (574d4ca)
0.11.4 (2022-09-07)
- DataTatablePagination: fix class props value bleeds into wrapper div (959a42d), closes #3
- table: externalize
@gits-id/forms
(5ffd2c2)
- DataTablePagination: new
meta
slot (a3bf32b) - DataTablePagination: new
rowsPerPage
slot (5270cdf) - Pagination: allow content customization for first, prev, next, last buttons (f32a80d)
0.11.3 (2022-08-26)
- resolve RouterLink component (0dbb5f6)
- Stepper: fix value check (90f1c49)
- ui: prefix export with
V
(e6d9163)
- menu-item: allow to customize item tag via
as
prop (69fbd7e)
0.11.2 (2022-08-25)
- dropdown: improve package exports (4ccf4b7)
- Icon: improved exports and deps (e35fec5)
- nuxt: transpile deps (e0642bb)
- update dropdown exports (5e85d86)
0.11.1 (2022-08-24)
0.11.0 (2022-08-24)
- autocomplete: replace remix icons with Icon component (86b0368)
- dropdown: replace vue-remix-icons with heroicons (aa23078)
- Icon: new
Icon
component (6d9ba51)
0.10.12 (2022-07-20)
Note: Version bump only for package @gits-id/components
0.10.10 (2022-07-18)
- v-file-upload: accept string value and hide action button on for dropzone theme (16ab948)
- v-multi-select: add error style (ae9367d)
- autocomplete: change component name (6ed3c28)
- autocomplete: add validation state (87c3752)
- v-file-upload: accept string url as value (cd800db)
- v-file-upload: apply different border color when error (bdf7719)
- v-multi-select: custom label (8b4d9b1)
- v-multi-select: integrate vee-validate to v-multi-select (30fbe4b)
- v-select: reverse shadow strategy (ef3dfa1)
- autocomplete:
Autocomplete
renamed toVAutocomplete
0.10.9 (2022-07-12)
- v-form-select: fix form select value bug (b167861)
0.10.8 (2022-07-12)
- v-input: new custom classes for prepend and append content (8506611)
0.10.7 (2022-07-08)
- pages: replace svg with bg image (0c8a934)
- switch: use local colors types (bddc7fe)
- ui: fix cjs exports (300432c)
0.10.6 (2022-07-06)
Note: Version bump only for package @gits-id/components
0.10.5 (2022-07-06)
0.10.4 (2022-07-05)
0.10.3 (2022-07-04)
Note: Version bump only for package @gits-id/components
0.10.3-alpha.1 (2022-07-04)
Note: Version bump only for package @gits-id/components
0.10.2 (2022-07-04)
- list: add list events (30d60d3)
0.10.1 (2022-07-04)
- list group: remove default gap (1e93020)
- list group: tile list and append text (3554bc5)
0.10.0 (2022-07-01)
- list group: new
hideText
prop (218da36) - list group: new
rounded
style (4c14f0f) - list group: new
shaped
style (25cba28) - v-multi-select: custom style multi select (0267f05)
0.9.0 (2022-06-30)
- checkbox: support multiple checkbox (cfd9bc7)
- textarea: add new props:
wrapperClass
andinputClass
(4c8e126) - utils: add hover effect on input border (3187544)
- list-group: new
ListGroup
component (c880fd4)
0.8.2 (2022-06-28)
- v-select: integrate v-select with vee-validate (88baa33)
- v-select: new props:
label
,labelClass
,wrapperClass
(f6ed412)
0.8.1 (2022-06-28)
- v-editor: fix editor typing (d3660cc)
0.8.0 (2022-06-27)
- v-editor: integrate vee-validate (85593aa)
- v-form-select: integrate vee-validate to v-form-select (637cf64)
- v-input-range: integrate vee-validate validation (05ee6f7)
- v-nav-drawer: append attributes (e88b73c)
- v-radio-group: integrate vee-validate validation (59cb499)
- v-radio: integrate vee-validate validation (2e84b4b)
- v-switch: integrate vee-validate to switch (89a3585)
0.7.3 (2022-06-22)
Note: Version bump only for package @gits-id/components
0.7.0 (2022-06-22)
- v-file-upload: disable inherit attrs (b73dcf1)
- login: custimizable login buttons (735ac7e)
0.6.0 (2022-06-20)
- v-switch: remove extra space when no label (d2b7709)
- v-switch: custom classes (aedc5d0)
0.5.0 (2022-06-20)
- v-data-table: customizable table classes (ba69b5d)
0.4.7 (2022-06-10)
- v-stats: fix card layout (1c60db9)
0.3.2 (2022-05-11)
- pages: fix input prepend icon spacing (77972f0)
0.3.1 (2022-05-11)
- ui: fix dropdown import/export (36dc771)
0.3.0 (2022-05-11)
- v-input: fix extra padding (20d8702)
- autocomplete: clearable autocomplete (bdfecb9)
- autocomplete: new
autocomplete
component (aa26812) - dropdown: reworked dropdown component (6c2b934)
- pages: apply some margin (5d0006c)
- v-input: new
wrapper-class
andinput-class
prop (ea5b5da)
0.2.6 (2022-05-11)
- v-menu: handle undefined injection for vue router (f4313a4)
0.2.5 (2022-05-10)
Note: Version bump only for package @gits-id/components
0.2.4 (2022-05-10)
- v-checkbox: fix checkbox validation (412820a)
- use v-input in auth pages (72219b6)
0.2.2 (2022-05-10)
0.2.3 (2022-05-10)
- change input error styles to border and text (9d4b02a)
- v-file-upload: fix v-file-upload styles (f3e453f)
- v-checkbox: add useField for checkbox (275e38d)
- v-input: check error state from vee-validate errorMessage (f4d6494)
- v-input: integrate vee-validate to v-input (6434d8a)
- v-input: update input error style (6901a89)
- v-input: use
id
orname
for labelfor
(3003dfe) - v-textarea: integrate vee-validate validation to v-textarea (d302cdf)
0.2.2 (2022-05-10)
0.2.1 (2022-05-10)
- v-input: (wip) fix input style (becc14b)
- v-input: reworked v-input (07376e7)
0.2.0 (2022-05-09)
0.1.17-next.10 (2022-04-13)
- change default input style (15b0b12)
- v-input: improved focus style & change
noShadow
prop withshadow
(dab8ae3) - v-text-area: new
shadow
prop (584d909)
- v-input: no shadow by default & apply shadow via
shadow prop
0.1.17-next.9 (2022-04-08)
0.1.17-next.8 (2022-04-08)
0.1.17-next.7 (2022-04-08)
0.1.17-next.6 (2022-04-08)
- v-menu: adjust styles (7cc1302)
- v-collapsible: add new
hideIcon
prop (3a8944c)
0.1.17-next.5 (2022-04-08)
- v-collapse: pass
open
value intodefault
slot (545fa19) - v-collapsible: pass
open
value intoheader
slot (071198a) - v-menu: use v-collapsible for toggling v-menu (5c05e1f)
0.1.17-next.4 (2022-04-07)
- update ui style (0e4617d)
0.1.17-next.3 (2022-04-07)
0.1.17-next.2 (2022-04-04)
- ui export (dbcad32)
0.1.17-next.1 (2022-04-04)
- build
badge
component (76d9385) - build
breadcrumbs
component (ef4732d) - build
checkbox
component (7b640da) - build
collapsible
component (5a2aec7) - build
container
component (7f9fe7d) - build
dropdown
component (776b8cb) - build
v-editor
component (6815a02) - build app-bar component (844dd5a)
- button: improved disabled class (4ba9a55)
- button: improved icon styles (4dec937)
- card: re-work
VCard
component (218e7af) - improved Button component (b07084e)
- new
alert
tailwind component (9d6cb27) - new
Stepper
component (50a3659) - register alert component (b351ee0)
- ship build components (82fe871)
- ship dist ui (5185a0d)
- v-alert: build & ship dist v-alert (f4c4974)
- v-card: build card component (158cf73)
0.1.17-next.0 (2022-03-24)
- component import (bdb15f2)
- fix primary color (3be4b18)
- remove overflow (97bde5c)
- responsive layout (24aba05)
- responsive layout (0ae0117)
- tailwind path (1c25ce9)
- typo (d293656)
- v-file-upload: update hover color (75aefa6)
- v-input: change primary color share (de9a81b)
- v-select: add tooltip component as dep (3aea3e2)
- add not found page (f81eeaa)
- add starter (588a2a5)
- export @gits-id/pages components (db2a1f1)
- new
dark
color (b2197b4) - v-alert: default isOpen state for model-less component (56ce7df)
- v-alert: improved
outlined
and add newsolid
colors (264e85f) - v-alert: new
border
prop (886c982) - v-alert: new slots (
x-icon
andx-button
) (d44cd3e) - v-badge: update size, colors and styles (a3505e7)
- v-badge: update v-badge & new
outlined
style (a555d25) - v-breadcrumbs: update breadcrumbs (717c065)
- v-input: improved v-input styles (8633ab6)
- v-radio-group: new
inline
prop (9ff4f7d)
0.1.17-alpha.0 (2022-03-11)
- alert: move component to src dir & update tailwind config (aa9284c)
- btn: build button component (13898c5)
- demo (05d5b9f)
- move
ui
package to pacakges/ui (3c5d807) - new
@gits-id/components
(ceb954c) - VBtn: rework v-btn (961507d)
0.1.16 (2022-03-01)
- collapsible: register collapsible and counter text area (cfa3c08)
0.1.15 (2022-02-08)
- update v-tooltip (08c173c)
0.1.14 (2022-02-08)
- v-tooltip: removed
scoped
(61204ca)
0.1.13 (2022-02-08)
- style v-tooltip (4288cf4)
0.1.12 (2022-01-28)
- vselect: bug include (d43986f)
- navbar: add
small
prop (bb36160) - v-menu: add
small
prop (0ed31e4) - v-nav-drawer: new small prop (fd74c23)
0.1.11 (2022-01-25)
0.1.10 (2022-01-13)
0.1.9 (2022-01-11)
- v-menu: improved styles v-menu (4a3501b)
0.1.8 (2022-01-06)
0.1.7 (2022-01-04)
0.1.6 (2021-12-30)
0.1.5 (2021-12-29)
- validasi placeholder v-multi-select (0707be1)
0.1.4 (2021-12-29)
- revert toastModule (892c75a)
0.1.3 (2021-12-29)
- validasi preview url (dc018a9)
- v-toast: added back confirm and confirmDelete actions (aa99665)
0.1.2 (2021-12-24)
- style button (877890a)
- add publish script (b896640)
0.1.1 (2021-12-23)
- vbtn: wordwarp button (c7f8d05)
- vmenu: add sigle menus style (fd9a82d)
- vmenu: remove accordion (f9bbc54)
0.1.0 (2021-12-21)
- ignore storybook-static folder (670c642)
- VCollapsibleGroup: new
VCollapsibleGroup
component (324e7da)
0.0.34 (2021-12-20)
0.0.33 (2021-12-16)
- add some props for adjustment ui (c50ce33)
0.0.32 (2021-12-15)
0.0.31 (2021-12-15)
- vbreadcrumbs: add props (cf63984)
- add btn styles into file (d6a1d77)
- add class inline-flex (da8f8d6)
- breadcrumbs: add new colors (f878f81)
- vdatatable: add props color and style (57552bc)
0.0.30 (2021-12-13)
- fix vue-feather deps mismatch (f5c0307)
0.0.29 (2021-12-13)
0.0.28 (2021-12-13)
0.0.27 (2021-12-09)
0.0.26 (2021-12-07)
0.0.25 (2021-12-03)
- set default logo height (a9b59b4)
- change default color preset (7a40d0b)
- improved navdrawer and v-menus (022d94b)
- integrate storybook (df04b7a)
- move services and types to core ui (58d3113)
- register component as async component for improving bundle size (b45033b)
- update button stories (d7a7449)
- v-btn: improved button design system (df7ba05)
0.0.24 (2021-12-02)
- error split undefined (6984f73)
0.0.23 (2021-12-02)
0.0.22 (2021-12-01)
0.0.21 (2021-12-01)
0.0.20 (2021-12-01)
- add truncate & fix active class (8217530)
0.0.19 (2021-12-01)
- login atuh: typo (0876929)
- login: add autocompale on off (fd96602)
0.0.18 (2021-12-01)
0.0.17 (2021-12-01)
- child menu style agak menjorok ke dalam (2a9d23a)
- v-btn: move shadow to
prop
and decrease font weight level (087074b)
0.0.16 (2021-11-30)
- error file upload (90644ce)
0.0.15 (2021-11-30)
- child menu style agak menjorok ke dalam (98e45d9)
0.0.14 (2021-11-30)
0.0.13 (2021-11-16)
0.0.12 (2021-11-12)
- disable v-editor storybook for now (9d2bff3)
0.0.11 (2021-11-11)
- default improved input classes (20b9864)
0.0.10 (2021-11-05)
0.0.9 (2021-11-05)
0.0.8 (2021-11-04)
- register v-editor as async component (0d38a1e)
- v-breadcrumbs: added custom slots:
title.index
anditem.index
(4250a9e) - v-btn: new
newTab
prop for targeting new tab (861879b) - v-file-upload: allow string as initial value (e9ca735)
- v-file-upload: update ui for handling readonly state on dropzone theme (98938c8)
0.0.7 (2021-10-28)
- set value null (d88d3ea)
0.0.6 (2021-10-28)
0.0.5 (2021-10-28)
- handle drag and drop (2d6c33c)
0.0.4 (2021-10-28)
- v-file-input: reworked and fixed bug file input no cleared on remove (6edc5dc)
- v-file-upload: new
dropzone
theme (c276e02)
0.0.3 (2021-10-28)
- color error message textarea (f1ce0b9)
0.0.2 (2021-10-25)
- v-data-table: fix sortBy value on handleSort event (be0af0a)
- v-app-bar: new
default-hidden
prop (5789648) - v-dropdown: new props:
hideLabel
andwrapperClass
(e958a81) - v-menu: fix responsive menu (2cb871f)
- v-nav-drawer: new emit event:
toggle:click
(4594a5e)
0.0.2-alpha.18 (2021-10-14)
0.0.2-alpha.17 (2021-10-14)
0.0.2-alpha.16 (2021-10-13)
- shims vue (d7db2ec)
- login: replace zod with yup and improved dynamic username field (d4de398)
0.0.2-alpha.15 (2021-10-12)
- v-editor: remove support for quill (78525f8)
0.0.2-alpha.14 (2021-10-12)
- upgrade deps, fix dev and update build (82debf1)
0.0.2-alpha.13 (2021-10-06)
- moved date helpers to starter (39b43f9)
0.0.2-alpha.12 (2021-10-05)
0.0.2-alpha.11 (2021-10-05)
- v-menu: fix syntax (6a52982)
- v-nav-drawer: fix types (e33b498)
- v-toast: fix close modal logic when setting timeout (22405b7)
- helpers: added some new helper functions (dceac0e)
- improved v-menus and v-menu (2d50333)
- new
get
function (4208a5b) - toast: added composition API for toast: useToast() (bac848c)
- v-breadcrumbs: improved styles and active state (a7b6420)
- v-checkbox: added native checkbox value support (798c9ce)
- v-data-table-pagination: watch model value changed (4dc710c)
- v-data-table: improved v-data-table (d5994b9)
- v-dropdown: improved dropdown component (59c2471)
- v-dropdown: new custom slots:
label
andicon
(c6b528a) - v-editor: change default editor to ckeditor (01af4ce)
- v-editor: v-editor now support quill (cdac415)
- v-file-upload: improved file upload (4b0e075)
- v-input-group: new password toggler for input type password (c46f089)
- v-menu: fix mini tooltip state and default item alignment (93ff41d)
- v-menu: improved v-menu (f980b02)
- v-modal: allow to modify modal class (13a8472)
- v-modal: new props: hide-header and hide-footer (da6476f)
- v-multi-select: added vee-validate binding support (5259d9e)
- v-nav-drawer: allow to customize btn toggle class (1f1c258)
- v-nav-drawer: allow to hide toggle via
hideToggle
prop (151dbcf) - v-pagination: improved v-pagination (97651a2)
- v-radio: add native radio value support via
value
prop (3c58d2d) - v-select: added validation error support (c5445e6)
- v-select: allow to value by item value (148ed0e)
- v-textarea: allow string to textarea (8c93136)
- v-toast: added new
reset
mutation (f457811)
0.0.2-alpha.10 (2021-09-15)
- v-editor: unregister (6b69e15)
0.0.2-alpha.9 (2021-09-15)
0.0.2-alpha.8 (2021-09-15)
- v-editor: fix ckeditor import (7b4b826)
0.0.2-alpha.7 (2021-09-15)
0.0.2-alpha.6 (2021-09-15)
0.0.2-alpha.5 (2021-09-15)
0.0.2-alpha.4 (2021-09-14)
- authentication: fix form validation errors (05a7cc4)
- auth layout: make auth and login components more flexible on term of customization (d588f5c)
- v-badge: dismissable (2ac8cd3)
- v-collapsible: new collapsible component (bef4440)
- v-dropdown: improved v-dropdown (6ae5ea2)
- v-editor: added new v-editor component (0a06220)
- v-file-upload: added new file upload component (d5a911b)