Skip to content

Latest commit

 

History

History
1031 lines (488 loc) · 50.9 KB

CHANGELOG.md

File metadata and controls

1031 lines (488 loc) · 50.9 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.37.11 (2024-04-08)

Features

  • FWindow: unmount child components after the 'hide' animation is complete (a56ab62)

0.37.10 (2024-04-04)

Features

  • FButton: create "semi-disabled" style (8457952)
  • FInput: create "semi-disabled" style (0633932)

0.37.9 (2024-02-05)

Bug Fixes

  • interface: use correct class name in error message if class instance is given (5e47d19)

0.37.8 (2023-12-06)

Features

  • test utils: add confirmExistence and confirmNonExistence test helpers (d68df99)

0.37.7 (2023-11-24)

Features

0.37.6 (2023-11-09)

Features

  • FButton: add quaternary button style (604db9d)

0.37.5 (2023-11-06)

Features

  • FInput: add bottom2 slot (2938fe1)

0.37.4 (2023-10-20)

Features

  • FToken: add name and showName props (97e85fc)

0.37.3 (2023-10-12)

Features

0.37.2 (2023-10-11)

Features

  • FCopyButton: stop event propagation if button is inside a link (69dad31)

0.37.1 (2023-10-11)

Features

  • FDataGrid: emit 'cell-click' event (ac5580d)

0.37.0 (2023-10-09)

Features

  • aria: create findNextOrPrevElemByList and keyboardNavigationByList functions (f69ebf2)
  • FComboBox: add clas prop (98adbd8)
  • FToolbar: create component (9503aa6)

0.36.2 (2023-09-27)

Bug Fixes

  • FActionButton: fix updating of toggle state (1eee5cd)

0.36.1 (2023-09-27)

Features

  • FActionButton: add name prop (6d3d939)
  • FActionButton: get rid of toggled prop (f9b027c)
  • FActionButton: remove secondary prop (6639256)
  • FButton: add btnType prop (a5c0c54)

Bug Fixes

  • FActionButton: fix updating of toggle state (5fe833b)

0.36.0 (2023-09-26)

Features

  • FActionButton: create component (1eda3ed)

0.35.6 (2023-09-18)

Features

  • GqlApi: add mutateP helper function (4e8894b)

0.35.5 (2023-09-08)

Features

  • Tree: add support for using a different property name for "id" (d8d4bac)

0.35.4 (2023-09-08)

Features

  • FViewSwitcher: add appStructureIdName prop (b7d7e63)

0.35.3 (2023-09-07)

Bug Fixes

  • DocumentMeta: update description meta properly (adaace7)

0.35.2 (2023-09-07)

Features

  • create roundDownTo date helper function (d1e4f0a)

0.35.1 (2023-08-21)

0.35.0 (2023-08-21)

Features

  • FIntersectionObserver: create once option (9146767)
  • FLazyComponent: create component (d0db226)

0.34.0 (2023-08-17)

Features

  • DebouncedObserver: create utility class (b28e63c)
  • FFitTextToRow: create component (ed9a0a1)
  • Implements: create mixin (7abd3be)

0.33.5 (2023-08-11)

Features

  • Formatters: add support for formatting to parts (0b44749)
  • FSvgIcon: add applyColor option (20c66ce)

0.33.4 (2023-08-04)

Features

  • Formatters: add units to numbers (51139a1)

0.33.3 (2023-08-02)

Features

  • FDataGrid: add support for show/hide columns by name (5d45ad9)
  • FDataGrid: create minWidth option (dc32022)

0.33.2 (2023-08-01)

Features

  • FInfo: show popover on mouseover (83f8b84)

0.33.1 (2023-07-28)

Features

  • GqlApi: add support for delaying query and mutation mocks (574f0b6)

0.33.0 (2023-07-28)

Features

  • FButton: add support for hovered state (1f55c0b)
  • FDataGrid: add footer pagination (31be2ac)
  • FPagination: add 'sibling-boundary' type (1ca3357)

0.32.24 (2023-07-25)

0.32.23 (2023-07-24)

Features

  • FAddress: add copy button (e48a8d7)

0.32.22 (2023-07-21)

0.32.21 (2023-07-18)

Features

  • FDataGrid: add support for infinite scrolling with strategy="local" (61a5267)

0.32.20 (2023-06-26)

Features

  • FFormInput: add input types (07475d9)

0.32.19 (2023-06-26)

0.32.18 (2023-06-26)

Features

  • setFormElements: add notNullValue arg (6686855)

0.32.17 (2023-06-12)

Features

  • FCountdown: create slots for labels (67f8a27)

0.32.16 (2023-06-05)

Features

  • FTab: add strategy prop (a3731bb)

0.32.15 (2023-06-02)

Bug Fixes

  • FTabs: fix tab activation bug (59c7261)

0.32.14 (2023-06-02)

Features

  • FDetails: add 'flat' style (a276270)

0.32.13 (2023-05-31)

0.32.12 (2023-05-13)

Features

  • FDataGrid: add row index to data formatter args (8c86879)

0.32.11 (2023-05-13)

0.32.10 (2023-04-24)

Features

  • useFWindow: expose show and hide functions (857b42d)

0.32.9 (2023-03-20)

Bug Fixes

  • isPromise: adjust condition (42c10e6)

0.32.8 (2023-03-17)

0.32.7 (2023-03-10)

0.32.6 (2023-03-08)

Features

  • FCombobox: remove data-testid attr (bf06dc5)

0.32.5 (2023-03-08)

Features

  • add dataTestid prop to components with inheritAttrs: false (294aa2e)

0.32.4 (2023-02-16)

Features

  • GqlApi: add support for passing args to mock and fake functions (45bb20a)

0.32.3 (2023-02-15)

Features

  • FNotifications: adjust position for correct display in rtl mode (38e20d8)

0.32.2 (2023-02-08)

Features

  • FLink: add title and clas props (bb4829f)

0.32.1 (2023-02-07)

Features

0.32.0 (2023-02-07)

Features

  • FLink: create component (71b404b)

0.31.7 (2023-02-03)

0.31.6 (2023-02-03)

0.31.5 (2023-02-02)

Features

  • FNotifications: add support for notification update (4ffe6bd)

0.31.4 (2023-02-02)

Features

  • FNotifications: add additional arguments of add method to notification (0287a87)

0.31.3 (2023-02-02)

0.31.2 (2023-01-23)

Features

  • FWindow: add descendantsCode and code props (be3017f)

0.31.1 (2023-01-20)

Features

  • Formatters: add option to set default currency (1abf0f2)

0.31.0 (2023-01-20)

Features

  • WebApi: add option to copy result data (b3a24cb)

0.30.1 (2023-01-11)

0.30.0 (2023-01-11)

Features

  • AsyncComponents: create class (b4aab86)
  • Locale: make setLocale method async (2de220e)

0.29.0 (2023-01-09)

Features

  • useMethods: add unregisterMethods function (fc2382d)
  • useVueComponent: create function (c260dc9)

0.28.27 (2022-11-29)

Bug Fixes

  • FListbox: add lazySelection option (5eb01a3)

0.28.26 (2022-11-18)

Bug Fixes

  • FWindow: check if there are elements when focusing (6f8833c)

0.28.25 (2022-11-17)

Features

  • useFPopover: expose toggle method (51a2dfe)
  • useFWindow: expose toggle method (db30cf8)

0.28.24 (2022-11-14)

Features

  • useComponentUpdate: create composable (99c805b)

0.28.23 (2022-11-11)

Features

  • WebApi: add option not to use _useResult in _dataPromise (6b7f3c1)

0.28.22 (2022-11-10)

Features

  • GqlApi: adjust onDone returned data (974e942)

0.28.21 (2022-11-10)

Features

  • GqlApi: add mutation mocking (d67f8b5)

0.28.20 (2022-11-09)

Features

  • GqlApi: return getPromise function in mutation method (374218d)

0.28.19 (2022-11-07)

Features

  • FWindow: add overlayClass prop (fd3ee0c)

0.28.18 (2022-11-03)

Bug Fixes

  • formSubmit: handle async submit in FForm properly (8b822e7)

0.28.17 (2022-11-03)

Bug Fixes

  • FForm: fix async validation (86a681a)

0.28.16 (2022-10-31)

Features

  • FActionButtons: add support for disabling buttons (de86ddd)

0.28.15 (2022-10-31)

Features

  • FDataGrid: allow local sorting if strategy is set to remote (33db2b2)

0.28.14 (2022-10-25)

Bug Fixes

  • form-input: fix form input validation on submit (fc0a3c4)

0.28.13 (2022-10-21)

Features

  • setFormElement: limit elements to inputs only (a8c963d)

0.28.12 (2022-10-21)

Features

  • create setFormElement vue test helper (498413e)
  • create setFormElements vue test helper (7ae3f6e)

0.28.11 (2022-10-20)

0.28.10 (2022-10-17)

0.28.9 (2022-10-17)

Features

  • FInput: create setInputValue method (851f743)

0.28.8 (2022-10-15)

Bug Fixes

  • FInput: fix re-updating input value when a formmatter is given (7c7967d)

0.28.7 (2022-10-15)

Bug Fixes

  • FInput: fix re-updating input value when a formmatter is given (6f892ee)

0.28.6 (2022-10-11)

Features

  • FForm: add support for disabling/enabling all form inputs (0ac2ca0)

0.28.5 (2022-10-10)

Features

  • FFormInput: add support for adding css class to the root element (93c3dc3)

0.28.4 (2022-10-06)

0.28.3 (2022-10-06)

Features

  • FInput: add support for adding css class to the root element (3b523b4)

0.28.2 (2022-10-05)

Features

  • FViewSwitcher: add support for reloading component or route view (132c4e3)

0.28.1 (2022-10-04)

Features

  • FViewSwitcher: add support for RouterView (64eed48)
  • Tree: add getSiblings method (ec1bcdd)

0.28.0 (2022-10-03)

Features

  • FViewSwitcher: add support for view transitions (8d54840)
  • FViewTransition: create component (1d093a8)
  • Tree: create getFullNode method (5caf565)

0.27.2 (2022-09-30)

Features

  • FDataGrid: disable FInfiniteScroll if there are no data (44bc7ea)

0.27.1 (2022-09-29)

Features

  • FDataGrid: add dataKey prop (446fdfb)
  • GqlApi: add enabled option (0099deb)

0.27.0 (2022-09-22)

Features

  • FStyledNumber: create component (6051f9a)
  • FToken: add slots (212a7ed)

0.26.2 (2022-09-21)

Features

  • api plugin: add store for data fakes (3176f41)

0.26.1 (2022-09-19)

Features

  • create checkObjectProperties utility function (60a7ae6)

0.26.0 (2022-09-15)

Features

0.25.3 (2022-09-13)

Features

  • DocumentMeta: create plugin class (d52557a)
  • useDocumentMeta: create composable (2d6fa4e)

Bug Fixes

  • FUploadAreaFormInput: fix style when input is invalid (390713a)

0.25.2 (2022-09-12)

0.25.1 (2022-09-12)

Features

  • GqlPagination: create gql pagination util class (be035f4)
  • useGridPagination: create composable (c200bf0)

0.25.0 (2022-09-08)

Features

  • add implementsInterface util function (b939eb1)
  • create api plugin (0a29f2b)

0.24.1 (2022-09-06)

Features

  • function utils: adjust delay function (4e97dde)

0.24.0 (2022-09-05)

Features

  • FUploadArea: add invalid state (3f9cc34)
  • FUploadAreaFormInput: create component (1fdb362)

0.23.0 (2022-08-31)

Features

  • FUploadArea: create component (55c3760)
  • validators: create fileTypeValidator (702991c)
  • validators: create maxFileSizeValidator (8b399c6)

0.22.0 (2022-08-29)

Features

  • FToken: create component (bd95d78)

0.21.4 (2022-08-26)

Features

  • Formatters: add maximum fraction digits argument to the number formatter (342364a)

0.21.3 (2022-08-26)

Features

  • Formatters: add currency formatter (e3a5e6e)

0.21.2 (2022-08-24)

Features

  • Formatters: add custom formats to prototype (a433462)
  • Formatters: add number formatter (1964740)

0.21.1 (2022-08-23)

0.21.0 (2022-08-23)

Features

  • create date utils (58a7398)
  • Formatters: create class (40ae280)
  • get rid of Language and useLanguage (660056d)
  • Locale: create class (80b5c0b)
  • useFormatters: create composable (73ece2f)
  • useLocale: create composable (5dba6e0)

0.20.4 (2022-08-10)

Bug Fixes

  • Language: don't set default direction in setDirAttribute (23a9726)

0.20.3 (2022-08-10)

Features

  • Language: set rtl direction according to ref (98fcad3)

0.20.2 (2022-08-10)

Features

  • Language: add rtl direction getter (39ae1d3)

0.20.1 (2022-08-10)

Features

  • Language: add rtl direction ref (ee9f539)

0.20.0 (2022-08-09)

Features

  • create language test helpers (dfffe1f)
  • Language: create Language plugin (ff30796)
  • useLanguage: create composable (a93b947)

0.19.2 (2022-08-08)

Features

  • create functions for language mocking (947e696)

0.19.1 (2022-08-05)

Features

  • create toggleCheckbox vue test helper (76351ca)
  • FAddress: add prefix slot (c0f0b55)

0.19.0 (2022-08-03)

Features

0.18.2 (2022-08-02)

Bug Fixes

  • correct composables import paths (f851e68)

0.18.1 (2022-08-02)

0.18.0 (2022-08-02)

Features

  • create useFWindow and useFPopover composables (7627a74)

Bug Fixes

  • useMethods: register methods only once (d927436)

0.17.1 (2022-07-29)

0.17.0 (2022-07-29)

Features

  • FActionButtons: create component (3d0f9c1)

0.16.1 (2022-07-27)

Bug Fixes

  • exposeMethods: return returned value from method (57029ed)

0.16.0 (2022-07-27)

Bug Fixes

  • FPopover: fix isWindowVisible method (d1b7751)
  • FPopover: remove isWindowVisible method from copied methods (c7b2ce6)

0.15.3 (2022-07-27)

Features

  • FWindow: create isWindowVisible method (f948cb5)

0.15.2 (2022-07-26)

0.15.1 (2022-07-26)

Features

  • FOptionGroup: add item prop to check-element template (f856d32)

Bug Fixes

  • FFormInput: add proper class by type (eaac8d2)

0.15.0 (2022-07-21)

Features

  • FWindow: add 'left-controls' slot (82cc884)

Bug Fixes

  • FListbox: fix data updating (979366c)

0.14.1 (2022-07-20)

Features

  • create selectListboxItemByValue vue test helper (78e024e)

0.14.0 (2022-07-19)

0.13.1 (2022-07-19)

Features

  • create jazzicon esm bundle (f96e208)

0.13.0 (2022-07-18)

Features

0.12.1 (2022-07-15)

Features

  • adjust FWindow vue test helper (2482a66)

0.12.0 (2022-07-08)

Features

  • create vue test helpers related to FWindow (0291d82)
  • FInput: add tooltip (818dce0)
  • FSlider: add chars counter (6dd59c7)

0.11.2 (2022-06-24)

Features

  • input mixin: adjust inputProps (f46039f)

0.11.1 (2022-06-22)

Features

  • FFormInput: also accept a component as a type (fd8a3cb)

0.11.0 (2022-06-22)

Features

  • useMethods: create useMethods composable (98add44)

0.10.1 (2022-06-21)

Bug Fixes

0.10.0 (2022-06-21)

Features

  • formSubmit: create formSubmit vue test helper (c7b84cc)

0.9.2 (2022-06-21)

Features

  • FFormInput: add checked model to custom input (dd8ed2e)

0.9.1 (2022-06-20)

Bug Fixes

  • checkRadioOption: trigger 'change' event as well (df99540)

0.9.0 (2022-06-20)

Features

  • create checkRadioOption and checkRadioOptionByValue vue test helpers (bc93e85)
  • FOption: add hideLable prop (a5f9cec)
  • FOptionGroup: add hideLabels prop (a5b13ff)
  • FOptionGroup: create check-element slot (c551a94)

0.8.0 (2022-06-20)

Features

  • create exposeMethods utility function (03e2596)
  • create selectListboxItem vue test plugin (c914515)
  • FOption: create check-element slot (8fc4ad5)

0.7.1 (2022-06-13)

Bug Fixes

  • useNotifications: create instance outside useNotifications (1adf341)

0.7.0 (2022-06-13)

Features

  • create useNotifications composable (a44011e)

0.6.0 (2022-05-20)

Features

  • create removeAttributes vue test helper (4db0b1b)
  • create setInnerHTML vue test helper (e9b8d16)
  • create IntersectionObserver mock (ab6b8d9)
  • create window.location mock (7b141f6)

0.5.3 (2022-05-17)

Bug Fixes

  • remove reexport of some test utils (e1e4ac4)

0.5.2 (2022-05-17)

0.5.1 (2022-05-17)

Features

0.5.0 (2022-05-17)

Features

0.4.1 (2022-05-16)

0.4.0 (2022-04-25)

0.3.0 (2022-04-12)

Features

  • create Interval class (237041f)
  • create useInterval composable (d3f9da4)
  • withSetup: use object as an argument (d586309)

0.2.0 (2022-04-11)