Skip to content

Releases: pubg/vlossom

v1.1.1

11 Sep 05:26
5751d0f

Choose a tag to compare

1.1.1 (2025-09-11)

Bug Fixes

  • VsConfirm: fix confirm button margin (ff0faeb)
  • VsLabelValue: change value bg color (no-color) (#383) (025a4aa)

v1.1.0

16 Jun 09:40
1911d27

Choose a tag to compare

1.1.0 (2025-06-16)

Features

  • components: add VsFileDrop component (#378) (791f734)
  • form: add form & input ref interface (#351) (a53020d)
  • input-components: apply cursor styles to readonly and disabled states (#353) (af2bd95)
  • style-set: add VsFlexContainerStyleSet interface for nested flex container (#360) (53f4b13)
  • style: remove vs-inline-gap selector (#380) (3f7372e)
  • VsButton: add circle prop option (#352) (d21b5cc)
  • VsHeader,VsFooter: change default position to relative (#369) (df2f89b)
  • VsLabelValue: change value slot to default slot (#361) (5e76dd8)
  • VsLabelValue: VsLabelValueStyleSet extends VsFlexStyleSet (#359) (457e4fc)
  • VsMenuButton: add v-model binding (#367) (982217a)
  • VsStepper: change stepper slot interface (#373) (1cf121b)
  • VsTabs: change tab slot interface (#372) (38e5060)
  • VsTextWrap: nested tooltip style-set (#375) (d7959e2)
  • VsThemeButton: Enhance keyboard access visibility (#379) (ea12a94)
  • VsToast: add component story to Storybook (#356) (53b8215)
  • VsTooltip: change margin type string, number (#371) (8e31c0a)
  • VsTooltip: change tooltip border style-set (#370) (4df7359)

Bug Fixes

  • click: add preventDefault on click events (#368) (7b1bbef)
  • index-selector: change next available index (#345) (2bf698d)
  • scroll-lock: prevent to add padding on touch device(browser) (#357) (e5619ed)
  • scroll: fix modal scroll lock bug (#346) (db131ad)
  • style-set: apply VsTextStyleSet on label styles (#348) (b27f047)
  • type: extend StateMessage state type (#344) (d886fd6)
  • value-matcher: fix initial checked for vs-checkbox, vs-switch (#347) (89d9471)
  • VsCheckboxNode: fix indeterminate font color & storybook (#350) (ce59d60)
  • VsDivider: set default vertical height value to 100% (#354) (1027325)
  • VsFileDrop: remove messages-absolute (#381) (a57e671)
  • VsFlexLayout: remove flex layout body inner (#374) (1c4bd8a)
  • VsModal: not unmounting component when leaving Story (#358) (03f94b8)
  • VsTable: change click-row event parameter (#376) (b2bd698)

v1.0.11

25 Feb 02:12
1463658

Choose a tag to compare

1.0.11 (2025-02-24)

Bug Fixes

  • modal-plugin: fix modal, toast render bug & add vs-flex-layout component (#341) (6f2a34c)
  • VsConfirm: change confirm buttons style (#340) (dfc3c5f)

v1.0.10

19 Feb 19:02
42c6c77

Choose a tag to compare

1.0.10 (2025-02-19)

Miscellaneous

v1.0.9

18 Feb 02:31
dfa28f7

Choose a tag to compare

1.0.9 (2025-02-18)

Bug Fixes

  • modal-plugin: add props on modal options (#330) (b8acb9a)
  • stores: change store state interface (#328) (78d05cb)
  • StyleSet: modify style-set composable and component style sets for supporting nested style set (#323) (e7fd7da)
  • vlossom-framework: add string type on VsComponent style option (#326) (0193717)
  • VsChip: add whiteSpace on style-set (#332) (2d888c9)
  • VsModalNode: fix modal node size variables (#329) (e95cc4f)
  • VsModalView: apply z-index value (#325) (ea557d2)

v1.0.8

05 Feb 09:23
139564f

Choose a tag to compare

1.0.8 (2025-02-05)

Bug Fixes

  • ColorScheme: add vs-none color scheme (#318) (f67489e)
  • ColorScheme: remove component hover, active color (#315) (610edc1)
  • toast-plugin: change mounting toast wrapper (#308) (d245412)
  • VsDrawer: add overflow hidden (#321) (34bbca3)
  • VsIndexView: fix v-for slot bug (#317) (07ae15b)
  • VsLayout: apply layout padding by drawer position (#309) (de7c2b6)
  • VsModal,VsDrawer: fix overlay scroll locks (#311) (82a7e44)
  • VsModal: fix dim click close (#314) (cda8293)
  • VsModalNode: change style set name (#320) (c826419)
  • VsModalNode: modify default size to fit the content size (#316) (18ed0f8)
  • VsModal: use modal-plugin at vs-modal component (#310) (c609d7c)
  • VsModalView: fix transition (#313) (1d87f11)
  • VsTable: add primary style (#312) (8501704)
  • VsTable: change selectable cell padding (#306) (4dde085)
  • VsTabs: change tabs watch (#319) (8299763)

v1.0.7

19 Dec 04:55
0a0e23b

Choose a tag to compare

1.0.7 (2024-12-19)

Features

  • theme: add darkThemeClass option (#288) (3254f39)
  • VsContainer: add grid-size prop (chromatic-build) (#267) (902e48a)
  • VsMenuButton: create vs-menu-button component (#295) (b996da8)
  • VsSelect: add open, close interface (#303) (44caa79)
  • VsTable: add min-width, max-width on table header (#302) (7f433bc)

Bug Fixes

  • VsSelect: fix select option hover, selected style (#300) (ee96ccd)
  • VsTable: fix table td overflow-x css (#299) (4a1d79d)

v1.0.6

16 Dec 05:40
82995ce

Choose a tag to compare

1.0.6 (2024-12-16)

Bug Fixes

  • accessiblity: remove aria hidden from inputs (215297) (#277) (c2e3f21)
  • input-components: change background color from transparent to --vs-no-color (#279) (1455959)
  • models: apply models on props functions (#287) (c34452c)
  • nodes: improve color-scheme, style-set logic (#286) (20a0eab)
  • nodes: remove nodes (#297) (76a317f)
  • package.json: upgrade storybook, eslint, vitest (#285) (f003c1d)
  • SSR: apply lazy ID & browser check for SSR render (#290) (b78acd4)
  • toast: rewrite toast plugin (#298) (a367b40)
  • UIState: change UIState enum to union type (#292) (184a1a1)
  • VsCheckboxNode: replace checkbox node icon with clip-path (#289) (dd444b0)
  • VsDrawer: add layout padding props (#291) (58ec87f)
  • VsImage: add skeleton props (215719) (#275) (884d886)
  • VsIndexView: fix vs-indev-view rendering by key (215720, 215723) (#274) (040972e)
  • VsModal: apply vs-modal container query padding (#283) (2bc0a15)
  • VsModal: rewrite vs-modal & add modal plugin (#294) (809fcc4)
  • VsStepper: apply index-selector-composable (#280) (61451f6)
  • VsTable: add drag event (#293) (96216a0)
  • VsTable: fix bugs that has an incorrect value in the check box for the selected item (#296) (cc173c9)
  • VsTable: fix search target object bug (215845, 213519) (#273) (99394a2)
  • VsTable: modify the width defined in the table header to be applied as max-width (#282) (ba4fc13)
  • VsTabs: change tab scroll buttons & fix bottom line 100% width (#278) (718ff8c)
  • VsToast: add primary & style-set (#281) (8c5f320)

v1.0.5

21 Aug 05:58
3280a38

Choose a tag to compare

1.0.5 (2024-08-21)

Bug Fixes

  • breakpoints: change responsive css breakpoints (#271) (ef5be7f)
  • color-scheme: add vs-default color-scheme class (#268) (e4e11c1)
  • VsFileInput: change vs-file-input scss (#270) (edd6d2d)
  • VsImage: apply vs-skeleton on vs-image (#269) (90c3f47)
  • VsInput: change input type prop as union type (#272) (4aeb1e8)
  • VsTable,VsSkeleton: apply vs-skeleton on table component (#265) (92e04af)

v1.0.4

09 Aug 08:05
c9d987f

Choose a tag to compare

1.0.4 (2024-08-09)

Bug Fixes

  • change vlossom classes (#263) (114fe93)
  • colors: update color-schemes & styles (#264) (7e74aea)
  • grid: change BreakPoint base to xs, fix grid-template-columns (#257) (ce4859b)
  • style: remove scoped attribute from style tag (#258) (c1ec5cb)
  • VsButton: change vs-button content span to div (#260) (8f4720a)
  • VsChip: fix primary closable button color (#256) (9cf355a)
  • VsInput, VsFileInput, VsSelect: add padding to style-set (#261) (1e55e71)
  • VsModal: fix scroll lock & remove tabindex from modal body (a11y rule off) (#262) (2362eda)
  • VsTable: clickRow 이벤트가 버블링되지 않는 버그 수정 (#254) (c21ad0f)
  • VsTable: refine style (change class name, add vetical padding to th) (#259) (3ec9d46)