Skip to content

Latest commit

 

History

History
2338 lines (1398 loc) · 160 KB

CHANGELOG.md

File metadata and controls

2338 lines (1398 loc) · 160 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.1 (2024-08-29)

Features

  • 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)

Bug Fixes

  • BottomSheet: improve bottom sheet handle (8c8fa84)

Features

  • 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)

Bug Fixes

  • nuxt: allow to load morpheme styles manually (006f4ec)

1.0.0-rc.10 (2024-04-15)

Bug Fixes

  • 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)

Features

  • table: add disabled option checkbox for table with selectable (7c72d16)

1.0.0-rc.7 (2023-11-14)

Bug Fixes

1.0.0-rc.6 (2023-11-12)

Bug Fixes

  • #190: fix import PropType (32c1bd2)

1.0.0-rc.5 (2023-11-05)

Bug Fixes

1.0.0-rc.4 (2023-10-27)

Bug Fixes

  • Nuxt: hotfix: register tooltip plugin (7f40742)

1.0.0-rc.3 (2023-10-27)

Bug Fixes

  • 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)

Features

  • add custom floating-vue tooltip plugin (1dc3c77)
  • add new props: rowClass and itemClass (46376e9)
  • add new slots: header, body and item (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 as SelectMenu (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)

Reverts

  • Revert "Revert "Merge branches 'main' and 'main' of github.com:gitsindonesia/ui-component" (1927a7c)

1.0.0-rc.2 (2023-10-02)

Bug Fixes

  • Grid: fix cols responsive and improved grid styles (6e4e541)
  • List: fix hover effect (587f22e)
  • Tabs: fix tabs slider height (270f654)

Features

  • Grid: add new wrap prop (995fb7a)
  • nuxt: add alias VButton for VBtn (30b3953)

1.0.0-rc.1 (2023-09-15)

Bug Fixes

  • Icon: fix issue storage on SSR mode (3e890b9)
  • Tabs: adjust segmented control tabs spacing (8690fd2)

Features

  • Kitchen Sink: add music app example (3db6c33)
  • Tabs: add disabled item style (35321e5)

1.0.0-rc.0 (2023-09-11)

   🚀 Features

  • 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 and check-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)
  • 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)
  • experimental/Select!:
    • Add new search placement variant: inside (default) and outside & add new chips props to toggle showing badges when multiple  -  by @gravitano (f2d81)
    • Customizable icons  -  by @gravitano (bf427)
    • Add new empty slot  -  by @gravitano (e0c28)
  • nuxt:
    • Auto-import experimental components  -  by @gravitano (8efcc)
    • Auto-import modal subcomponents  -  by @gravitano (5b2e7)
    • Customizable component prefix via prefix options  -  by @gravitano (aa6f9)
  • ui:
    • Export form components  -  by @gravitano (813fd)
    • Export dropdown content  -  by @gravitano (77405)
    • Register component VDropdownBtn  -  by @gravitano (f1f28)

   🐞 Bug Fixes

  • 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:
    • Better dynamic attributes for VDropdownItem  -  by @gravitano (d1f1a)
    • Fix default offset  -  by @gravitano (3efb2)
    • Fix transition not rendered  -  by @gravitano (7f478)
  • Experimental/Select:
    • Fix support validation and improve internal model value logic  -  by @gravitano in #182 (6c62a)
  • Select:
    • Change headless UI usage to Combobox component & fix issue can't space when searchable  -  by @gravitano in #180 (84fa5)
  • Standalone Forms:
    • Support disabled option on Select component  -  by @gravitano (f382d)
    • Set option value as-is  -  by @gravitano (fa375)
  • experimental/Select:
    • Fix hint and error not displayed  -  by @gravitano (913fe)
    • Fix dark mode empty state  -  by @gravitano (5288a)
  • experimental/Select!:
    • Rename SelectInput to SelectField  -  by @gravitano (d6c86)

1.0.0-beta.11 (2023-07-28)

Bug Fixes

  • 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 of p (66594e0)
  • themes: add new CSS Var for striped color (3266833)
  • themes: fix styles of select input and select button (bffc761)

Features

  • 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)

Bug Fixes

  • 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 and hint 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 to VBreadcrumbsItemProps (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 to fixed 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 to VTabItemProps (eb47718)
  • Textarea: fix error text position (a47255f)
  • ui: fix missing style (e5241c7)
  • ui: register new alert components (26dd1c1)

Features

  • add new kitchen sink starter (b50157a)
  • Alert: add new bordered style (previously called border) (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 for VList (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 and VListItemContent (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 and bottom (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 and text-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)

   🚨 Breaking Changes

  • themes: Upgrade design tokens and adjust secondary and info colors  -  by @gravitano (fa640)

   🚀 Features

  • Alert:
    • Add a new VAlertGroup component  -  by @gravitano in #172 (674de)
  • AppShell:
    • Add new VMain component  -  by @gravitano (bd088)
  • Autocomplete:
    • Add shadow prop and fix disabled styles  -  by @gravitano (4260d)
  • Modal:
    • Add overlay blur effect  -  by @gravitano (96ba2)
    • Add a new overlay slot  -  by @gravitano (050fb)
    • Add new slots: close and closeIcon  -  by @gravitano (e2f3c)
  • MultiSelect:
    • Add shadow variant  -  by @gravitano (2a446)
  • Tabs:
    • Add new tabs variants: underline (default), filled, underline-filled, segmented-control  -  by @gravitano (e00b1)
    • Add new Headless UI's version tabs  -  by @gravitano (f24de)
  • VAppShell:
    • Convert Tailwind into SCSS  -  by @gravitano (f0ee1)
  • VBanner:
    • Add a new VBanner component  -  by @gravitano in #173 (62e90)
  • VInput:
    • Added new borderless and noRing styles  -  by @gravitano (e25b6)
  • nuxt:
    • Register new VAlertTitle component  -  by @gravitano (f6dc3)
    • Add new theme option for switching to new morpheme theme  -  by @gravitano (e7e7a)
    • Auto-imports new tabs component  -  by @gravitano (ff103)
    • Add Morpheme Docs to Nuxt DevTools  -  by @gravitano (c33a1)
  • themes:
    • Add new theme morpheme based on Morpheme Design System  -  by @gravitano in #175 (732f4)
  • ui:
    • Register new tabs component  -  by @gravitano (fcd9e)

   🐞 Bug Fixes

  • AppBar:
    • Change app bar default dark color  -  by @gravitano (ffdbe)
  • Autocomplete:
    • Set input height  -  by @gravitano (71900)
    • Decrease bundle size  -  by @gravitano (c67d5)
  • BottomSheet:
    • Handle possible null when accessing api  -  by @gravitano (3c180)
  • Forms:
    • Fix types  -  by @gravitano (1d5bc)
  • Modal:
    • Change modal default bg color  -  by @gravitano (4ee45)
  • Select:
    • Fix shadow styles  -  by @gravitano (3c066)
    • Fix icon position  -  by @gravitano (da5f2)
  • Timeline:
    • Fix types  -  by @gravitano (bbbb6)
  • VProgressCircular:
    • Change to scoped style  -  by @gravitano (404b4)

1.0.0-beta.8 (2023-04-03)

Bug Fixes

  • utils: upgrade design tokens (022ea5e)
  • VProgressCircular: fix deps (ad90764)
  • VText: refactor to use @morpheme/utils (d43045e)
  • VTimeline: improve timeline content width (9d3a43f)

Features

  • nuxt: transpile and optimize some deps (effbca1)

1.0.0-beta.7 (2023-04-03)

Bug Fixes

  • VBottomSheet: handle possible nullish value (6ec539f)
  • VText: fix package export (#164) (c17b8c3)

Features

  • 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)

Bug Fixes

  • nuxt-admin: change list with div (3348c39)

  • nuxt-admin: fix image alt (55f5b6b)

  • nuxt-auth: fix image alt (7c3c910)

  • VAlert: improve alert accessibility (#162) (89f8001)

  • VBottomSheet: import dependency styles (#156) (649f4a3)

  • VSwitch: fix duplicate secondary selector (816082a)

  • BREAKING CHANGE(nuxt)!: change option name to morpheme (#158) (7087378), closes #158

Features

BREAKING CHANGES

  • nuxt option renamed from gitsUi to morpheme

  • docs(nuxt): add nuxt config example

1.0.0-beta.5 (2023-03-15)

Bug Fixes

  • nuxt-admin: remove default auth pages (d02876f)
  • nuxt-auth: fix projected path (947d354)
  • nuxt-commerce: replace heroicons component with gits icons (a153e65)

Features

1.0.0-beta.4 (2023-03-13)

Bug Fixes

  • 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)

Features

  • 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)

Bug Fixes

  • 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)

Features

  • 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)

Bug Fixes

  • 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)

Features

  • Forms: add hideError prop on VInput and new ErrorMessage 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 in AuthLayout component (616ec92)

1.0.0-beta.1 (2023-02-20)

Features

1.0.0-beta.0 (2023-02-20)

Bug Fixes

  • ui: drop services, pages and layouts from ui, fix external deps and move snippets directory (#130) (d5c00eb)

BREAKING CHANGES

  • ui: dropped services, pages, layouts from ui, install manually if you use it

  • chore(ui): moved snippets folder to packages

  • fix(toast): fix storybook path

  • fix(ui): fix external deps bundle

0.17.0-beta.2 (2023-02-20)

Features

0.17.0-beta.1 (2023-02-20)

Features

  • 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)

Bug Fixes

  • nuxt-commerce: add image alt (7497275)
  • nuxt-commerce: change package name (8208785)

Features

0.16.3 (2023-02-07)

Bug Fixes

  • BottomSheet: change bottom sheet handle color on dark mode (0aea41e)
  • nuxt: fix FormGroup path (b5632fc)
  • VAppBar: fix defineExpose syntax (9b5f5ed)

Features

  • BottomSheet: use Symbol for bottom sheet injection key (a87a1a7)

0.16.2 (2023-02-06)

Bug Fixes

  • 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)

Features

  • 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)

Bug Fixes

  • VBottomSheet: fix v-list deps (8d828ac)

0.16.0 (2023-02-01)

Features

  • 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)

Bug Fixes

  • Dark Mode: improve disabled state on dark mode (#113) (917b5bf)
  • VRadio: fix radio disabled color (c1432ee)
  • VRadio: fix radio disabled color (9d6e624)

Features

  • 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)

Bug Fixes

  • 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)

Features

  • 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)

Bug Fixes

  • 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 and maxWidth props optional (5fed047)

Features

  • add admin notification (1712813)
  • add dark mode support (#102) (2168185)
  • add module options docs (407f1ee)
  • nuxt: add optionloadDefaultStyles with default true 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)

Bug Fixes

Features

  • 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)

Bug Fixes

  • VInput: change initial value priority to v model (9c9834b)

0.14.1 (2023-01-11)

Bug Fixes

  • 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)

Features

  • 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)

Bug Fixes

  • Textarea: add support for labelClass prop (d4212ef)

Features

  • 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)

Bug Fixes

  • pagination.VPaginationItem: set button type as button (9aa82d8)
  • Pagination: fix logic to disable last or first page shortcut (61d64fd)

Features

  • 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)

Bug Fixes

  • ui: load transition styles (c65d135)

0.14.0-alpha.3 (2023-01-04)

Bug Fixes

  • nuxt: load v-data-table-pagination styles (676f009)

0.14.0-alpha.2 (2023-01-04)

Bug Fixes

  • Forms: add radio sass (61c7d8c)
  • VSelect: fix selected text when return-object (ba88d95)

Features

  • 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)

Features

0.13.20 (2022-12-21)

Bug Fixes

  • FileUpload: fix button type (#73) (ef920aa)
  • forms: standardize label and error class (#71) (cda5923)

Features

  • storybook: add GA (a02deb9)
  • transition & button: new fade-scale transition and new button flush 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)

Bug Fixes

  • VMultiSelect: fix external deps (01073e6)

0.13.18 (2022-12-16)

Bug Fixes

  • 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)

Features

  • multiselect: set some elements as slot to promote customization (#63) (f8b8456)

0.13.16 (2022-12-08)

Bug Fixes

  • VMenus: fix newTab type (5e15df8)

0.13.15 (2022-12-08)

Bug Fixes

  • UI: update defaultColors value, VMenus supports link, AppBar transparent & custom color and VCheckbox inherit style (#60) (0bbca3f)
  • update defaultColors (ba6de73)

Features

0.13.14 (2022-12-07)

Bug Fixes

  • VDataTable: fix duplicate css import (4755402)

Features

  • VDataTable: improved VDataTable component (#59) (653c0f1)
  • VDataTable: striped, hover & selectable style (7b2ccf1)

0.13.13 (2022-12-06)

Bug Fixes

0.13.12 (2022-12-06)

Bug Fixes

0.13.11 (2022-12-06)

Bug Fixes

  • Dropdown: fix dropdown activator style (3f28492)
  • VMenus: improve bundle size (b216c8d)
  • VMenusItem: fix text width when has appended icon (2d8e27e)

Features

  • 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)

Bug Fixes

  • ui: register toast and switch styles (8c425d9)

0.13.9 (2022-12-05)

Bug Fixes

  • VAvatar: fix avatar font size variable and text-transform (51ee85a)

Features

  • VSwitch: customizable switch with CSS Properties (#53) (93dd68e)
  • VToast: revamp toast component (#52) (f0415d5)

0.13.8 (2022-12-02)

Features

0.13.7 (2022-11-30)

Features

  • 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)

Bug Fixes

  • VMultiSelect: fix label position and fix error style (#46) (e431812)
  • VMultiSelect: import deps styles for standalone usage (3e74992)

Features

  • Dropdown: customizable dropdown icons (#43) (081f642)
  • VMultiSelect: add CSS Properties support (#45) (8ae6b1e)

0.13.5 (2022-11-28)

Bug Fixes

  • Badge: fix border radius & icon size (#42) (4a075e4)
  • Badge: fix rounded full badge (f167625)

0.13.4 (2022-11-28)

Bug Fixes

  • VModal: improved types (2954144)
  • VModal: improved v-modal bundle size (66d1797)

Features

0.13.3 (2022-11-24)

Bug Fixes

0.13.2 (2022-11-24)

Bug Fixes

  • nuxt: transpile floating-vue (8f6902a)

0.13.1 (2022-11-24)

Bug Fixes

  • ui: import v-select styles (f1cee92)

0.13.0 (2022-11-24)

Bug Fixes

  • VFormSelect: improved VFormSelectItem types (d3c3fde)

Features

  • Button: add VBtnGroup and VBtnToolbar component (#38) (b2643b5)
  • VProgressBar: revamp VProgressBar component (#37) (5080c5b)

BREAKING CHANGES

  • VProgressBar: replacedwidth prop by modelValue

  • 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)

Bug Fixes

  • nuxt: upgrade to nuxt 3 stable (e24501a)
  • revert package name to @gits-id/ui-nuxt (e09faf1)

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)

Bug Fixes

  • VDataTablePagination: fix v-select style (6ea59fd)

Features

  • DataTable: add CSS Variables (8e45c5c)
  • VSelect: improved VSelect (b5917a2)

0.12.0-alpha.25 (2022-11-17)

Bug Fixes

  • tooltip: transpile floating-vue (ff4586c)

0.12.0-alpha.24 (2022-11-17)

Bug Fixes

  • 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)

Bug Fixes

  • collapsible: update package exports (8ceb42f)
  • list: upgrade deps and update nav-drawer story (8990d73)

0.12.0-alpha.21 (2022-11-16)

Bug Fixes

  • Stepper.Item: fix divider dom position (#35) (1e7f6c4)

Features

  • 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)

Bug Fixes

  • tailwind-components: fix tailwind scan folder (38e3915)

0.12.0-alpha.19 (2022-11-15)

Bug Fixes

  • VMenusItem: set text prop optional & set menus-item cursor (8053e7d)

0.12.0-alpha.18 (2022-11-15)

Features

  • nuxt: register VMenusItem component (523f20a)
  • VMenus: dynamic popper mode hover or click & new button props (345f638)
  • VMenus: improved v-menus slots & new VMenusItem component (d3cdeee)

0.12.0-alpha.17 (2022-11-15)

Bug Fixes

  • VBtn: dynamic button props (331604c)
  • VMenus: improve menu button activator props (f8a24dc)

Features

  • VMenus: revamp menus component (192da4e)

0.12.0-alpha.16 (2022-11-14)

Bug Fixes

  • VInput: fix icon size conflict (db794fa)

0.12.0-alpha.15 (2022-11-14)

Bug Fixes

0.12.0-alpha.14 (2022-11-14)

Bug Fixes

  • VInput: decrease padding on small input (3df31a3)

Features

  • VInput: clearable input (b4c59f9)

0.12.0-alpha.13 (2022-11-14)

Features

  • 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)

Bug Fixes

Features

  • 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)

Bug Fixes

  • Forms: fix duplicate prop on v-checkbox (8e3d3a1)

0.11.9 (2022-09-23)

Bug Fixes

  • VCheckbox: improve checkbox disabled state (c769e44), closes #13

chore

Features

  • 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

BREAKING CHANGES

  • deprecated @gits-id/layouts package

0.11.8 (2022-09-19)

Bug Fixes

  • fix behavior when using field array and custom component in Form (d961be0), closes #12

0.11.7 (2022-09-15)

Bug Fixes

  • DataTable: header font weight inconsistent when sorting (ce238f7), closes #10

Features

  • v-breadcrumbs: optional to prop (17f5c17), closes #11

0.11.6 (2022-09-13)

Features

  • support custom td class for each column (153a37b)
  • support custom tr class (e171d3a)

0.11.5 (2022-09-09)

Features

  • snippets: new Footer snippet (36e6090)
  • upgrade to vite 3 (a733f2e)
  • VDataTablePagination: support pagination custom content (574d4ca)

0.11.4 (2022-09-07)

Bug Fixes

  • DataTatablePagination: fix class props value bleeds into wrapper div (959a42d), closes #3
  • table: externalize @gits-id/forms (5ffd2c2)

Features

  • 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)

Bug Fixes

  • resolve RouterLink component (0dbb5f6)
  • Stepper: fix value check (90f1c49)
  • ui: prefix export with V (e6d9163)

Features

  • menu-item: allow to customize item tag via as prop (69fbd7e)

0.11.2 (2022-08-25)

Bug Fixes

  • 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)

Bug Fixes

  • icon: fix package exports (a35a622)
  • ui: register icon component (28f51ca)

0.11.0 (2022-08-24)

Features

  • 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)

Bug Fixes

  • v-file-upload: accept string value and hide action button on for dropzone theme (16ab948)
  • v-multi-select: add error style (ae9367d)

chore

  • autocomplete: change component name (6ed3c28)

Features

  • 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)

BREAKING CHANGES

  • autocomplete: Autocomplete renamed to VAutocomplete

0.10.9 (2022-07-12)

Bug Fixes

  • v-form-select: fix form select value bug (b167861)

0.10.8 (2022-07-12)

Features

  • v-input: new custom classes for prepend and append content (8506611)

0.10.7 (2022-07-08)

Bug Fixes

  • 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)

Bug Fixes

  • v-modal: disable click outside when loading (b187fd9)
  • v-modal: fix modal loading state (a040528)

Features

  • v-modal: modal persistent (61c2b26)
  • v-modal: modal x close button (f1cc5e6)

0.10.4 (2022-07-05)

Features

  • v-modal: new centered style (f4ec7f6)
  • v-modal: new fullscreen mode (39ec85c)

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)

Features

0.10.1 (2022-07-04)

Bug Fixes

  • list group: remove default gap (1e93020)

Features

  • list group: tile list and append text (3554bc5)

0.10.0 (2022-07-01)

Features

  • 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)

Bug Fixes

  • checkbox: support multiple checkbox (cfd9bc7)
  • textarea: add new props: wrapperClass and inputClass (4c8e126)
  • utils: add hover effect on input border (3187544)

Features

  • list-group: new ListGroup component (c880fd4)

0.8.2 (2022-06-28)

Features

  • v-select: integrate v-select with vee-validate (88baa33)
  • v-select: new props: label, labelClass, wrapperClass (f6ed412)

0.8.1 (2022-06-28)

Bug Fixes

  • v-editor: fix editor typing (d3660cc)

0.8.0 (2022-06-27)

Bug Fixes

  • dropdown: customizable rightClass and leftClass (e27a851)
  • v-radio-group: fix second value (c443bab)

Features

  • 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)

Bug Fixes

  • v-file-upload: disable inherit attrs (b73dcf1)

Features

  • login: custimizable login buttons (735ac7e)

0.6.0 (2022-06-20)

Bug Fixes

  • v-switch: remove extra space when no label (d2b7709)

Features

  • v-switch: custom classes (aedc5d0)

0.5.0 (2022-06-20)

Bug Fixes

  • same color for text styled button (26909ca)
  • v-menu: apply classMenuParent class (d0d64ba)

Features

  • v-data-table: customizable table classes (ba69b5d)

0.4.7 (2022-06-10)

Bug Fixes

  • v-stats: fix card layout (1c60db9)

0.3.2 (2022-05-11)

Bug Fixes

  • pages: fix input prepend icon spacing (77972f0)

0.3.1 (2022-05-11)

Bug Fixes

  • ui: fix dropdown import/export (36dc771)

0.3.0 (2022-05-11)

Bug Fixes

  • v-input: fix extra padding (20d8702)

Features

  • autocomplete: clearable autocomplete (bdfecb9)
  • autocomplete: new autocomplete component (aa26812)
  • dropdown: reworked dropdown component (6c2b934)
  • pages: apply some margin (5d0006c)
  • v-input: new wrapper-class and input-class prop (ea5b5da)

0.2.6 (2022-05-11)

Bug Fixes

  • 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)

Bug Fixes

  • v-checkbox: fix checkbox validation (412820a)

Features

  • use v-input in auth pages (72219b6)

0.2.2 (2022-05-10)

0.2.3 (2022-05-10)

Bug Fixes

  • change input error styles to border and text (9d4b02a)
  • v-file-upload: fix v-file-upload styles (f3e453f)

Features

  • 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 or name for label for (3003dfe)
  • v-textarea: integrate vee-validate validation to v-textarea (d302cdf)

0.2.2 (2022-05-10)

0.2.1 (2022-05-10)

Bug Fixes

  • v-input: (wip) fix input style (becc14b)

Features

  • v-input: reworked v-input (07376e7)

0.2.0 (2022-05-09)

Bug Fixes

  • decrease ring opacity (da0b5fd)
  • v-file-input: fix input style (2e8a639)

0.1.17-next.10 (2022-04-13)

Features

  • change default input style (15b0b12)
  • v-input: improved focus style & change noShadow prop with shadow (dab8ae3)
  • v-text-area: new shadow prop (584d909)

BREAKING CHANGES

  • v-input: no shadow by default & apply shadow via shadow prop

0.1.17-next.9 (2022-04-08)

Bug Fixes

0.1.17-next.8 (2022-04-08)

Bug Fixes

0.1.17-next.7 (2022-04-08)

Bug Fixes

0.1.17-next.6 (2022-04-08)

Bug Fixes

Features

  • v-collapsible: add new hideIcon prop (3a8944c)

0.1.17-next.5 (2022-04-08)

Features

  • v-collapse: pass open value into default slot (545fa19)
  • v-collapsible: pass open value into header slot (071198a)
  • v-menu: use v-collapsible for toggling v-menu (5c05e1f)

0.1.17-next.4 (2022-04-07)

Bug Fixes

0.1.17-next.3 (2022-04-07)

Bug Fixes

  • entry point for container package (0a3c9a2)
  • package entry point (4bc06e9)

0.1.17-next.2 (2022-04-04)

Bug Fixes

0.1.17-next.1 (2022-04-04)

Bug Fixes

Features

  • 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)

Bug Fixes

Features

  • 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 new solid colors (264e85f)
  • v-alert: new border prop (886c982)
  • v-alert: new slots (x-icon and x-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)

Bug Fixes

  • breadcrumbs types (b95f447)
  • collapsible: remove slot and emit (e76783c)

Features

  • 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)

Bug Fixes

  • collapsible: register collapsible and counter text area (cfa3c08)

0.1.15 (2022-02-08)

Features

0.1.14 (2022-02-08)

Features

  • v-tooltip: removed scoped (61204ca)

0.1.13 (2022-02-08)

Bug Fixes

0.1.12 (2022-01-28)

Bug Fixes

Features

  • navbar: add small prop (bb36160)
  • v-menu: add small prop (0ed31e4)
  • v-nav-drawer: new small prop (fd74c23)

0.1.11 (2022-01-25)

Features

0.1.10 (2022-01-13)

Features

  • add hide button remove, feat: add width header (1075bd1)
  • integrate unplugin-icons (dd4adc6)

0.1.9 (2022-01-11)

Features

  • v-menu: improved styles v-menu (4a3501b)

0.1.8 (2022-01-06)

0.1.7 (2022-01-04)

Features

  • add expand hover when sidebar mini (b6371ef)
  • add freeze table (10a191f)

0.1.6 (2021-12-30)

Bug Fixes

  • disabled class vbtn (8785346)
  • item not found ketika itemsPerPage change (9ef48e8)

0.1.5 (2021-12-29)

Bug Fixes

  • validasi placeholder v-multi-select (0707be1)

0.1.4 (2021-12-29)

Features

0.1.3 (2021-12-29)

Bug Fixes

Features

  • v-toast: added back confirm and confirmDelete actions (aa99665)

0.1.2 (2021-12-24)

Bug Fixes

Features

0.1.1 (2021-12-23)

Bug Fixes

  • vbtn: wordwarp button (c7f8d05)
  • vmenu: add sigle menus style (fd9a82d)
  • vmenu: remove accordion (f9bbc54)

Features

0.1.0 (2021-12-21)

Features

  • ignore storybook-static folder (670c642)
  • VCollapsibleGroup: new VCollapsibleGroup component (324e7da)

0.0.34 (2021-12-20)

Bug Fixes

Features

  • nav-drawer: add default slot (4fa5d5f)
  • vmenu: background color (a85d1ab)

0.0.33 (2021-12-16)

Features

  • add some props for adjustment ui (c50ce33)

0.0.32 (2021-12-15)

0.0.31 (2021-12-15)

Bug Fixes

  • vbreadcrumbs: add props (cf63984)

Features

  • 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)

Bug Fixes

  • fix vue-feather deps mismatch (f5c0307)

0.0.29 (2021-12-13)

Bug Fixes

0.0.28 (2021-12-13)

Features

  • v-btn: update button icons styles (5dfbd16)
  • VBtn: extract btn styles into file (48f3d4a)

0.0.27 (2021-12-09)

Bug Fixes

0.0.26 (2021-12-07)

Bug Fixes

  • missing deps and drop sass (251c068)
  • remove place holder when item selected (9615b81)

0.0.25 (2021-12-03)

Bug Fixes

  • set default logo height (a9b59b4)

Features

  • 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)

Bug Fixes

0.0.23 (2021-12-02)

Bug Fixes

0.0.22 (2021-12-01)

0.0.21 (2021-12-01)

0.0.20 (2021-12-01)

Bug Fixes

  • add truncate & fix active class (8217530)

0.0.19 (2021-12-01)

Bug Fixes

Features

  • login: add autocompale on off (fd96602)

0.0.18 (2021-12-01)

Bug Fixes

0.0.17 (2021-12-01)

Bug Fixes

  • child menu style agak menjorok ke dalam (2a9d23a)

Features

  • v-btn: move shadow to prop and decrease font weight level (087074b)

0.0.16 (2021-11-30)

Bug Fixes

0.0.15 (2021-11-30)

Bug Fixes

  • child menu style agak menjorok ke dalam (98e45d9)

Features

  • add custom menu active (8547932)
  • add error message required login form (12809b2)

0.0.14 (2021-11-30)

0.0.13 (2021-11-16)

Bug Fixes

0.0.12 (2021-11-12)

Bug Fixes

Features

  • disable v-editor storybook for now (9d2bff3)

0.0.11 (2021-11-11)

Bug Fixes

  • default improved input classes (20b9864)

Features

  • unregister VEditor as global export (3cdca38)
  • v-multi-select: add error state (c4a6ecd)

0.0.10 (2021-11-05)

Bug Fixes

0.0.9 (2021-11-05)

Bug Fixes

0.0.8 (2021-11-04)

Bug Fixes

Features

  • register v-editor as async component (0d38a1e)
  • v-breadcrumbs: added custom slots: title.index and item.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)

Bug Fixes

0.0.6 (2021-10-28)

Features

  • v-file-upload: fixed ui for theme=image (573b793)
  • v-file-upload: improved dropzone (fd6c28f)

0.0.5 (2021-10-28)

Features

0.0.4 (2021-10-28)

Bug Fixes

  • file upload: jika v-model null maka file dihapus (854d2d9)
  • issue upload file (363e8a1)

Features

  • 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)

Bug Fixes

  • color error message textarea (f1ce0b9)

0.0.2 (2021-10-25)

Bug Fixes

  • v-data-table: fix sortBy value on handleSort event (be0af0a)

Features

  • v-app-bar: new default-hidden prop (5789648)
  • v-dropdown: new props: hideLabel and wrapperClass (e958a81)
  • v-menu: fix responsive menu (2cb871f)
  • v-nav-drawer: new emit event: toggle:click (4594a5e)

0.0.2-alpha.18 (2021-10-14)

Features

  • update data-table types (f107e25)
  • update v-data-table and v-data-table-pagination (8474b7e)

0.0.2-alpha.17 (2021-10-14)

Features

  • add yup as dep (f17816f)
  • update v-file-upload, v-radio-group and v-select (66faffe)

0.0.2-alpha.16 (2021-10-13)

Bug Fixes

Features

  • login: replace zod with yup and improved dynamic username field (d4de398)

0.0.2-alpha.15 (2021-10-12)

Features

  • v-editor: remove support for quill (78525f8)

0.0.2-alpha.14 (2021-10-12)

Features

  • upgrade deps, fix dev and update build (82debf1)

0.0.2-alpha.13 (2021-10-06)

Features

  • moved date helpers to starter (39b43f9)

0.0.2-alpha.12 (2021-10-05)

0.0.2-alpha.11 (2021-10-05)

Bug Fixes

  • v-menu: fix syntax (6a52982)
  • v-nav-drawer: fix types (e33b498)
  • v-toast: fix close modal logic when setting timeout (22405b7)

Features

  • 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 and icon (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)

Bug Fixes

0.0.2-alpha.9 (2021-09-15)

0.0.2-alpha.8 (2021-09-15)

Bug Fixes

  • 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)

Bug Fixes

  • authentication: fix form validation errors (05a7cc4)

Features

  • 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)

0.0.2-alpha.3 (2021-09-08)

0.0.2-alpha.2 (2021-09-08)

0.0.2-alpha.1 (2021-09-08)

0.0.1 (2021-09-02)