Skip to content

Releases: ollionorg/flow-core

@ollion/[email protected]

14 Jun 07:12
2030461
Compare
Choose a tag to compare

Release Notes

Change Log

[2.4.3] - 2024-06-14

Patch Changes

  • select with multiple selection empty array validation fixed

[2.4.2] - 2024-05-15

Patch Changes

  • optionsMaxHeight property added for suggest field.

[2.4.1] - 2024-04-22

Bug Fixes

  • Validation rules are triggered multiple times when multiple fields utilize the showWhen property.

[2.4.0] - 2024-03-27

Features

  • validation support for array and object field

[2.3.1] - 2024-03-12

Bug Fixes

  • showWhen not working for layout:'label-left' fields.
  • layout:'label-left' fields alignment fixed when used in object in horizontal direction.

[2.3.0] - 2024-03-01

Features

  • a11y support added.

[2.2.5] - 2024-02-13

Patch Changes

  • The useVirtualizer property has been added to the select field to enable smooth search and selection for a large number of options.

[2.2.4] - 2024-02-13

Patch Changes

  • layout property added to field which currently supports label-left value.

[2.2.3] - 2024-02-13

Patch Changes

  • suggestWhen property support added to suggest field.

[2.2.2] - 2024-02-12

Patch Changes

  • maxOptionsWidth property added to select field.

[2.2.1] - 2023-12-18

Patch Changes

  • Markup support for the option title in f-checkbox-group and f-radio-group has been deprecated and is no longer accepted.

[2.2.0] - 2023-12-04

Minor Changes

  • f-color-picker field integrated

[2.1.0] - 2023-11-27

Minor Changes

  • lit upgraded to v3.

[2.0.8] - 2023-10-20

Patch Changes

  • The validateField function has been exported.

[2.0.7] - 2023-10-20

Patch Changes

  • console.log removed

[2.0.6] - 2023-10-18

Patch Changes

  • Duplicate type import fixed

[2.0.5] - 2023-10-18

Patch Changes

  • iconTooltip type changed.
  • min-value and max-value default messages updated.

[2.0.4] - 2023-10-16

Patch Changes

  • v1.8.0 and v1.8.1 commits merged.

[2.0.3] - 2023-10-12

Patch Changes

[2.0.2] - 2023-10-10

Patch Changes

[2.0.1-beta.0] -2023-10-10

Patch Changes

[2.0.0] - 2023-10-10

Major Changes

  • Migrated to monorepo structure and removed the need for custom CSS

Patch Changes

  • Updated dependencies
  • @ollion/[email protected]

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

[1.8.1] - 2023-09-13

Improvements

  • Array field description font size fixed.

[1.8.0] - 2023-09-13

Features

  • Custom validation message using callback function for dynamic messages.

[1.7.8] - 2023-09-08

Improvements

  • Validation and Input event sequence swapped to avoid race condition in f-form-array and f-form-object
  • Async validator last value caching logic updated.

[1.7.7] - 2023-09-08

Improvements

  • Validation and Input event sequence swapped to avoid race condition.

[1.7.6] - 2023-09-07

Improvements

  • Async validator last value caching logic updated.
  • Multiple Async Custom Validator story added

[1.7.5] - 2023-09-07

Bug fix

  • Multiple custom validation rules are not triggering.

[1.7.4] - 2023-09-05

Bug fix

  • f-select width issue fixed in object with direction horizontal.

[1.7.3] - 2023-08-09

Bug fix

  • async silent validator blocking render while first update.

[1.7.2] - 2023-08-09

Bug fix

  • async validator wrong result issue.

[1.7.1] - 2023-08-08

Improvements

  • loading added to element if it has async custom validator. (Note : loading only works for supported fields)
  • loading property added for select field.

Bug fix

  • async validator called multiple times

[1.7.0] - 2023-08-08

Features

  • async validate function support in custom validator.

[1.6.1] - 2023-07-21

Improvements

  • Individual options from checkboxes and radio buttons can be disabled.

Bug Fixes

  • checkbox and radio group disabled css fixed.

[1.6.0] - 2023-06-26

Features

  • datetime field support added.

[1.5.21] - 2023-06-22

Bug fix

  • Duplicate css import when used with mutliple flow dependecies

[1.5.20] - 2023-06-14

Improvements

  • textarea field now supports maskValue peoperty.
  • Text based tooltip max-width improved.

[1.5.20-beta1] - 2023-05-29

Warning: Use only to test vue3 object reactivity and event emission.

Improvements

  • input and state-change event now emitting new object/ deep copy of the object.
  • state-change event emission optimised

[1.5.19] - 2023-05-25

Bug fix

  • checkbox and radio helper text not displayed if used with markup.

[1.5.18] - 2023-05-23

Bug fix

  • Passed missing fileType prop to f-file-input component

[1.5.17] - 2023-05-18

Improvements

  • Slack notifications integrated

[1.5.16] - 2023-05-16

Improvements

  • qaId added in checkbox and radio options

[1.5.15] - 2023-05-10

Bug fixes

  • f-select : optionTemplate type fixed.

[1.5.14] - 2023-05-10

Bug fixes

  • radio field tooltip not displaying fixed.

[1.5.13] - 2023-05-03

Bug fixes

  • required validation rule message fixed.

[1.5.12] - 2023-04-18

Improvements

  • types updated
  • console.log cleanup
  • schema doc md file added

[1.5.11] - 2023-04-10

Improvements

  • We can now pass html`` markup with event binding in label.title, label.subTitle and helperText.
  • autofocus, autocomplete support added to text fields.
  • submit on enter feature.
  • html function rexported for consumer.

[1.5.10] - 2023-04-07

Improvements

  • subTitle clickable feature.

[1.5.9] - 2023-04-07

Bug fixes

  • hidden field validation.

[1.5.8] - 2023-04-07

Bug fixes

  • clear property not working in select field.
  • Vue : overridden variant, category, size not working.
  • Typescript : button, icon-button custom state not working.

[1.5.7] - 2023-04-04

Bug fixes

  • subTitle not working in select fixed.

[1.5.6] - 2023-04-04

Improvements

  • subTitle filed added to support right side text of input.
  • helperText now supports html markup.

Bug fixes

  • helperText not wrapping issue fixed.

[1.5.5] - 2023-03-31

Bug fixes

  • umd : undefined check added on validation state.

[1.5.4] - 2023-03-31

Bug fixes

  • undefined check added on field.

[1.5.3] - 2023-03-31

Improvements

  • umd bundle added in package.

[1.5.2] - 2023-03-23

Bug fixes

  • emoji category selection closes popover.

[1.5.1] - 2023-03-23

Bug fixes

  • state-change does not emit deep inner element's validation messages.

[1.5.0] - 2023-03-23

Features

  • hidden field type support added.

Improvements

  • showWhen updated to more generic typescript type.
  • button,icon-button updated to support variant,category,size.

[1.4.4] - 2023-03-21

Improvements

  • Typescript types error fixed forFDividerState.

[1.4.3] - 2023-03-20

Improvements

  • data-qa- updated on + - button in f-form-array.

[1.4.2] - 2023-03-17

Bug fixes

  • form render bug fixed.

[1.4.1] - 2023-03-17

Bug fixes

  • label.title not used in error messages.

[1.4.0] - 2023-03-13

Features

  • emoji field added.

[1.3.0] - 2023-03-13

Features

  • separator field added.

[1.2.11] - 2023-03-09

Improvements

  • Alignment of +, - actions in array field fixed.

[1.2.10] - 2023-03-09

Improvements

  • Alignment of +, - actions in array field fixed.

[1.2.9] - 2023-03-09

Improvements

  • Alignment of +, - actions in array field fixed.

[1.2.8-beta] - 2023-03-07

Improvements

  • data-qa-* testing.

[1.2.7] - 2023-03-07

Improvements

  • UX improvements.

[1.2.6] - 2023-03-06

Improvements

  • InfoIcon tooltip behavior updated.

[1.2.5] - 2023-03-02

Improvements

  • allowEmpty added for array field.

[1.2.4] - 2023-03-02

Features

  • suggest and file field implemented.

Improvements

  • data-qa-* attributes added.

[1.2.3] - 2023-02-27

Improvements

  • value assignemnt logic updated.

[1.2.2] - 2023-02-26

Improvements

  • debounce added in input event.

[1.2.1] - 2023-02-26

Improvements

  • f-form-object, f-form-array css fixed.

[1.2.0] - 2023-02-23

Improvements

  • id made mandatory in checbox and radio options.

[1.1.9] - 2023-02-22

Improvements

  • min, max,min-value,max-value, regex validation rules added.

[1.1.8] - 2023-02-22

Improvements

  • f-radio-group and f-checkbox-group options and value types updated.

[1.1.7] - 2023-02-22

Improvements

  • default validations added for url and email fields.

[1.1.6] - 2023-02-21

Improvements

  • variant, category, size, gap propogation to all inputs.

[1.1.5] - 2023-02-21

Improvements

  • label property added
  • suffixWhen implementation for text fields.

[1.1.4] - 2023-02-21

Bug Fix

  • value property renamed to values for vue2 bug

[1.1.3] - 2023-02-20

Bug Fix

  • setting reflect false on value prop of formbuilder

[1.1.2] - 2023-02-20

...

Read more

@ollion/[email protected]

14 Jun 07:12
2030461
Compare
Choose a tag to compare

Release Notes

Change Log

[2.9.14] - 2024-06-14

Bug Fixes

  • f-select outside click detection improved

[2.9.13] - 2024-06-11

Improvements

  • getComputedStyle api usage removed, since it might cause render delay.

[2.9.12] - 2024-05-27

Improvements

  • disabled attribute added in f-tab-node.
  • f-select chevron clikable area increased

[2.9.11] - 2024-05-17

Bug Fixes

  • f-select open on left side when rendered on extreme right of the window.

[2.9.10] - 2024-04-15

Bug Fixes

  • f-select : call updateDimentions only while opening.

[2.9.9] - 2024-04-04

Bug Fixes

  • File extension validation logic added when the user drops files

[2.9.8] - 2024-04-01

Bug Fixes

  • font tokens updated

[2.9.7] - 2024-03-28

Improvements

  • Added category property to f-tag to support both fill and outline values. Default value set to fill.
  • Added max-width property to f-tag.

[2.9.6] - 2024-03-28

Improvements

  • f-tab : variant="no-border" added.
  • color tokens updated.

[2.9.5] - 2024-03-21

Bug Fixes

  • f-search & f-suggest overlay got displayed even we don't have results or suggestions.

[2.9.4] - 2024-03-20

Improvements

  • f-checkbox label line-height fixed.

[2.9.3] - 2024-03-20

Improvements

  • f-icon-button box-sizing updated.

[2.9.2] - 2024-03-19

Improvements

  • color-tokens updates.

[2.9.1] - 2024-03-10

Improvements

  • Externalise lodash-es to reduce bundle size.

[2.9.0] - 2024-03-01

Features

  • a11y support added.

[2.8.7] - 2024-02-22

Improvements

  • The f-select virtualizer has been made optional and can be controlled using the use-virtualizer flag. This change will resolve the Cypress test case failure issue.

[2.8.6] - 2024-02-22

Bug Fixes

  • f-select create-option api not working in firefox.

[2.8.5] - 2024-02-13

Improvements

  • f-ollion-dark theme colors updated.

[2.8.4] - 2024-02-13

Bug Fixes

  • The issue with highlighting suggestions in f-suggest has been resolved.

[2.8.3] - 2024-02-12

Improvements

  • Updated f-progress-bar dimentions of circle variant.

[2.8.2] - 2024-02-12

Improvements

  • f-select: A virtualizer is utilized to render options, thereby enhancing rendering performance, particularly in scenarios where there are over 3K+ options available.
  • f-select : max-options-width support added to customize options width.

Note

  • We previously rendered f-select options in the DOM regardless of its visibility. Starting from this release, options will only appear when f-select is open. Please update test cases accordingly.

[2.8.1] - 2024-02-07

Improvements

  • circle variant added in f-progress-bar to show progress in circle.

[2.8.0] - 2024-02-06

Features

  • Implemented the effect attribute within the f-icon-button component to enhance user engagement and draw attention effectively.

[2.7.8] - 2024-01-25

Improvements

  • Added show-scrollbar property to f-div.

Bug Fixes

  • Updated f-div to accommodate changes in Chrome v121, which now supports the scrollbar-width property. Default behavior adjusted accordingly.

Note

  • Removed hide-scrollbar property from f-div. Existing usage won't cause any issues.

[2.7.7] - 2024-01-22

Improvements

  • f-button : icon-left and icon-right sizes updated.

[2.7.6] - 2024-01-16

Improvements

  • f-div : Added hide-scrollbar property.
  • (Note: The hide-scrollbar property will only hide the scrollbar; users can still scroll through the content.)

[2.7.5] - 2024-01-11

Improvements

  • f-text : x-large tokens added for para and code variant.

[2.7.4] - 2024-01-08

Bug Fixes

  • f-input types fixed.
  • f-div highlight feature optimized.

[2.7.3] - 2023-12-20

Improvements

  • f-ollion-* theme font tokens updated.
  • Check docs directory for how to apply ollion theme.

[2.7.2] - 2023-12-19

Improvements

  • f-button: packed category added.

[2.7.1] - 2023-12-18

Bug fixes

  • 🚫 Removed HTML string execution from the tooltip attribute.
  • 🔇 Temporarily removed the ability to pass slots as arguments in Storybook stories.We're on the lookout for a better way to document slots.
  • ⛔ f-suggest no longer accepts markup in suggestions.
  • ✨ In f-text, keyword highlighting now utilizes mark.js instead of unsafeHTML.
  • 🎨 Enhanced CSS specificity for color tokens.

[2.7.0] - 2023-12-11

Features

  • f-countdown: component added

[2.6.3] - 2023-12-12

Improvements

  • disable-result attribute added on f-search to disable showing autocomplete results.
  • disable-suggestions attribute added on f-suggest to disable showing autocomplete results.

[2.6.2] - 2023-12-12

Bug fixes

  • f-color-picker alignment fix when used in row direction with other inputs.

[2.6.1] - 2023-12-04

Bug fixes

  • re-exporting types of f-input-base from f-input. (To fix component type generation bug).

[2.6.0] - 2023-12-04

Minor Changes

  • f-color-picker element added.

[2.5.0] - 2023-11-27

Minor Changes

  • lit upgraded to v3.

[2.4.0] - 2023-11-22

Improvements

  • The 1Password manager does not currently support Shadow DOM for autofill, and a timeline for its implementation has not been provided. Consequently, we are introducing f-input-light as a light DOM alternative to f-input.
  • Login form story added here. It uses f-input-light and validation module from @ollion/flow-form-builder.
  • f-form-field wrapper elements added to support lable, subtitle,help slots.
  • Note : f-input-light won't support lable, subtitle,help slots.

[2.3.1] - 2023-11-22

Features

  • font-weights for <f-text variant="heading"></f-text> updated in text-tokens received from figma API.

[2.3.0] - 2023-11-15

Features

  • Added themes for ollion named as f-ollion-dark & f-ollion-light.

[2.2.4] - 2023-11-21

Bug Fixes

  • f-date-time-picker : date parsing error message logic updated.

[2.2.3] - 2023-11-20

Bug Fixes

  • f-date-time-picker : prevent the blur event from propagating when the date picker is open and date is selected. (It was validating value before input event in f-form-builder)

[2.2.2] - 2023-11-10

Bug Fixes

  • f-popover : reset max-height issue fixed.

[2.2.1] - 2023-11-08

Improvements

  • f-popover : state attribute introduced with transparent option.

Bug Fixes

  • f-text : <a> tag is not displaying cursor pointer.

[2.2.0] - 2023-10-30

Features

  • f-document-viewer : component designed for document viewing, accepting JSON schema as input.

[2.1.8] - 2023-10-20

Patch Changes

  • f-tooltip : closable="true" not working

[2.1.7] - 2023-10-20

Patch Changes

  • f-date-time-picker : clear icon taking 2 clicks to clear date value.

[2.1.6] - 2023-10-19

Patch Changes

  • f-popover : overlay-click event not working.
  • f-search : clear icon adding undefined in input box.

[2.1.5] - 2023-10-19

Bug Fixes

  • f-accordion: max-width bug fixed for f-aacordion when direction="row"

[2.1.4] - 2023-10-18

Patch Changes

  • Duplicate type import fixed

[2.1.3] - 2023-10-18

Improvements

  • tooltip property now accepts object

    {
    text: string;
    closable?: boolean;
    placement?: FTooltipPlacement;
    }

[2.1.2] - 2023-10-18

Bug Fixes

  • f-picotgram: auto-bg dynamic colors for text source fixed.

[2.1.1] - 2023-10-17

Bug Fixes

  • f-popover: z-index issue with target , overlay and popover fixed.

[2.1.0] - 2023-10-16

Features

  • f-breadcrumb: added variant property which includes text and icon to display breadcrumbs in two different variants.

[2.0.5] - 2023-10-16

Bug fixes

  • f-tag: width inherting issue fixed.

[2.0.4] - 2023-10-13

Improvements

  • f-pictogram: added category prop having two types fill and outline.

[2.0.3] - 2023-10-12

Patch Changes

  • Remove sideEffects because the components require registration via import
  • Updated dependencies
  • @ollion/[email protected]

[2.0.2] - 2023-10-10

Patch Changes

[2.0.1-beta.0] - 2023-10-10

Patch Changes

[2.0.0] - 2023-10-10

Major Changes

  • Migrated to monorepo structure and removed the need for custom CSS

Patch Changes

  • Updated dependencies
  • @ollion/[email protected]

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

[1.26.4] - 2023-10-06

Improvements

  • f-tag displays a tooltip only when it has an ellipsis.

[1.26.3] - 2023-10-03

Bug Fixes

  • f-select incrorrect vue2 types generation fixed.

[1.26.2] - 2023-10-03

Improvements

  • f-popover placement warning removed since it is not necessary for user to know.

Bug Fixes

  • f-select : setting object to value has an issue with vue2.

[1.26.1] - 2023-09-27

Improvements

  • f-popover: Added a shadow flag for displaying shadows (Note: it functions only when overlay="false").

[1.26.0] - 2023-09-26

Features

  • f-select : options navigation through arrow keys.
  • f-select : Enter key to select option
  • f-select ...
Read more

@ollion/[email protected]

11 Jun 09:26
40a1fee
Compare
Choose a tag to compare

Release Notes

Change Log

[2.4.7] - 2024-06-11

Improvements

  • f-table-schema 300ms debounce added in search to avoid browser freeze.

[2.4.6] - 2024-05-27

Bug Fixes

  • f-table-schema is not clearing the last selection when selectable="single".

[2.4.5] - 2024-05-20

Bug Fixes

  • Sorting issue for number column in f-table-schema

[2.4.4] - 2024-05-17

Bug Fixes

  • Searchbar dropdown not opening.

[2.4.3] - 2024-05-03

Improvements

  • Made the search bar sticky.
  • Implemented a loader for infinite scroll.

Bug Fixes

  • f-table-schema infinie scroll issue fixed.

[2.4.2] - 2024-03-20

Bug Fixes

  • f-tcell aligment in f-table-schema fixed.

[2.4.1] - 2024-03-20

Bug Fixes

  • f-tcell aligment in f-table-schema fixed.

[2.4.0] - 2024-03-01

Features

  • a11y support added.

[2.2.5] - 2024-02-09

Bug Fixes

  • f-table-schema : First cell content with checkbox is getting wrapped when content is large ot external template.

[2.2.4] - 2024-01-16

Improvements

  • f-table-schema : Added sticky-cell-background property.
  • (Note: Any sticky element requires a background color; therefore, sometimes adjustments to this property may be needed when used with different surface backgrounds.)

[2.2.3] - 2023-12-14

Bug Fixes

  • :scope > querySelector not working in some browser

[2.2.2] - 2023-12-13

Bug Fixes

  • f-table-schema : header checkbox not updating state when rows selection updated.
  • @row-click emitted when checkbox clicked.

[2.2.1] - 2023-12-12

Improvements

  • f-table-schema : @header-input emitted when checkbox from header is clicked.

[2.2.0] - 2023-11-28

Minor Changes

  • align property introduced on f-tcell.

[2.1.0] - 2023-11-28

Minor Changes

  • lit upgraded to v3.

[2.0.8] - 2023-11-28

Improvements

  • f-trow : chevron reference added to trigger click externally using JS.

[2.0.7] - 2023-11-20

Improvements

  • f-table-schema : slot="no-data" support added to customize message when there are 0 rows.

[2.0.6] - 2023-11-08

Improvements

  • f-table-schema : @sort event emitted when clicked on sort icon in header cell.

[2.0.5] - 2023-11-01

Bug Fixes

  • Vue : f-table gridTemplate creation fixed

[2.0.4] - 2023-10-16

Improvements

  • disabled added for f-table-cell actions.

[2.0.3] - 2023-10-12

Patch Changes

[2.0.2] - 2023-10-10

Patch Changes

[2.0.1-beta.0] - 2023-10-10

Patch Changes

[2.0.0] - 2023-10-10

Major Changes

  • Migrated to monorepo structure and removed the need for custom CSS

Patch Changes

[1.3.4] - 2023-10-05

Bug Fixes

  • f-tcell : options are aligned in middle.
  • f-table-schema : string sort issue fixed.

[1.3.3] - 2023-09-29

Bug Fixes

  • f-tcell : gap and aligment issue fixed.

[1.3.2] - 2023-09-13

Bug Fixes

  • f-table-schema : cell with template not taking full width.

[1.3.1] - 2023-09-13

Improvements

  • f-table-schema generics added in types.

[1.3.0] - 2023-08-23

Features

  • f-table-schema : header-cell-template prop added for a common header-cell template.

[1.2.4] - 2023-08-21

Bug Fixes

  • f-table-schema : When a cell contains a large amount of text content and is used without a template, the table will display a scrollbar.

[1.2.3] - 2023-08-18

Bug Fixes

  • f-tcell : text and content not rendering while exporting using jspdf.

[1.2.2] - 2023-07-20

Improvements

  • f-tcell : In actions callback, passing additional parameter as element for further implementation (like opening popover).

[1.2.1] - 2023-07-20

Improvements

  • f-table-schema : @row-click event emitted with row object

Bug Fixes

  • f-table-schema : show-search-bar not working in vue

[1.2.0] - 2023-07-18

Features

  • f-table-schema : expandIconPosition position made configurable.
  • f-trow now supports expand-icon-position attribute.
  • f-tcell actions now supports tooltip

Improvements

  • part="cell" added f-table-schema to support external styles.

Bug fixes

  • f-table-schema : external template alignment fixed.

[1.1.1] - 2023-07-13

Bug Fixes

  • f-table-schema : details slot width issue fixed.

[1.1.0] - 2023-07-11

Features

  • f-table-schema : Search on a specific column

Improvements

  • Action in the cell requires id (in case of displaying popover)
  • Disable row selection for a specific rows
  • Hide sort on a specific columns

Bug Fixes

  • Sort doesn’t work if we have the search term
  • Highlight row not changing the background of the sticky column

[1.0.2] - 2023-06-13

Bug Fixes

  • f-table-schema : duplicate vue3 types export bug fixed.

[1.0.1] - 2023-06-13

Improvements

  • f-table-schema : data property options doc added.
  • More stories added to understand properties and events of f-table-schema.

Bug Fixes

  • f-table-schema : alignment fixed when used inside f-div.
  • f-table-schema : background color fixed when variant="stripped" with sticy column combination.

[1.0.0] - 2023-06-08

Improvements

  • f-table-schema : api updated
  • f-table-schema : @row-input event added whenever row is checked/unchecked.
  • f-table-schema : @toggle-row-details event added whenever row details open or closed.
  • f-table-schema : @header-selected event added whenever row column header is selected.
  • f-table-schema : showSearchBar property added to disable or enable searchbar.
  • f-table-schema : searchTerm property added to accept searchTerm externally.

[0.1.0-beta2] - 2023-06-08

Note : Published for testing

Features

  • f-table-schema : Sticky row and column feture added.
  • f-table-schema : Search, sort, infinite scroll features added.

[0.0.1] - 2023-05-02

Improvements

  • First release

@ollion/[email protected]

11 Jun 09:26
40a1fee
Compare
Choose a tag to compare

Release Notes

Change Log

[2.9.13] - 2024-06-11

Improvements

  • getComputedStyle api usage removed, since it might cause render delay.

[2.9.12] - 2024-05-27

Improvements

  • disabled attribute added in f-tab-node.
  • f-select chevron clikable area increased

[2.9.11] - 2024-05-17

Bug Fixes

  • f-select open on left side when rendered on extreme right of the window.

[2.9.10] - 2024-04-15

Bug Fixes

  • f-select : call updateDimentions only while opening.

[2.9.9] - 2024-04-04

Bug Fixes

  • File extension validation logic added when the user drops files

[2.9.8] - 2024-04-01

Bug Fixes

  • font tokens updated

[2.9.7] - 2024-03-28

Improvements

  • Added category property to f-tag to support both fill and outline values. Default value set to fill.
  • Added max-width property to f-tag.

[2.9.6] - 2024-03-28

Improvements

  • f-tab : variant="no-border" added.
  • color tokens updated.

[2.9.5] - 2024-03-21

Bug Fixes

  • f-search & f-suggest overlay got displayed even we don't have results or suggestions.

[2.9.4] - 2024-03-20

Improvements

  • f-checkbox label line-height fixed.

[2.9.3] - 2024-03-20

Improvements

  • f-icon-button box-sizing updated.

[2.9.2] - 2024-03-19

Improvements

  • color-tokens updates.

[2.9.1] - 2024-03-10

Improvements

  • Externalise lodash-es to reduce bundle size.

[2.9.0] - 2024-03-01

Features

  • a11y support added.

[2.8.7] - 2024-02-22

Improvements

  • The f-select virtualizer has been made optional and can be controlled using the use-virtualizer flag. This change will resolve the Cypress test case failure issue.

[2.8.6] - 2024-02-22

Bug Fixes

  • f-select create-option api not working in firefox.

[2.8.5] - 2024-02-13

Improvements

  • f-ollion-dark theme colors updated.

[2.8.4] - 2024-02-13

Bug Fixes

  • The issue with highlighting suggestions in f-suggest has been resolved.

[2.8.3] - 2024-02-12

Improvements

  • Updated f-progress-bar dimentions of circle variant.

[2.8.2] - 2024-02-12

Improvements

  • f-select: A virtualizer is utilized to render options, thereby enhancing rendering performance, particularly in scenarios where there are over 3K+ options available.
  • f-select : max-options-width support added to customize options width.

Note

  • We previously rendered f-select options in the DOM regardless of its visibility. Starting from this release, options will only appear when f-select is open. Please update test cases accordingly.

[2.8.1] - 2024-02-07

Improvements

  • circle variant added in f-progress-bar to show progress in circle.

[2.8.0] - 2024-02-06

Features

  • Implemented the effect attribute within the f-icon-button component to enhance user engagement and draw attention effectively.

[2.7.8] - 2024-01-25

Improvements

  • Added show-scrollbar property to f-div.

Bug Fixes

  • Updated f-div to accommodate changes in Chrome v121, which now supports the scrollbar-width property. Default behavior adjusted accordingly.

Note

  • Removed hide-scrollbar property from f-div. Existing usage won't cause any issues.

[2.7.7] - 2024-01-22

Improvements

  • f-button : icon-left and icon-right sizes updated.

[2.7.6] - 2024-01-16

Improvements

  • f-div : Added hide-scrollbar property.
  • (Note: The hide-scrollbar property will only hide the scrollbar; users can still scroll through the content.)

[2.7.5] - 2024-01-11

Improvements

  • f-text : x-large tokens added for para and code variant.

[2.7.4] - 2024-01-08

Bug Fixes

  • f-input types fixed.
  • f-div highlight feature optimized.

[2.7.3] - 2023-12-20

Improvements

  • f-ollion-* theme font tokens updated.
  • Check docs directory for how to apply ollion theme.

[2.7.2] - 2023-12-19

Improvements

  • f-button: packed category added.

[2.7.1] - 2023-12-18

Bug fixes

  • 🚫 Removed HTML string execution from the tooltip attribute.
  • 🔇 Temporarily removed the ability to pass slots as arguments in Storybook stories.We're on the lookout for a better way to document slots.
  • ⛔ f-suggest no longer accepts markup in suggestions.
  • ✨ In f-text, keyword highlighting now utilizes mark.js instead of unsafeHTML.
  • 🎨 Enhanced CSS specificity for color tokens.

[2.7.0] - 2023-12-11

Features

  • f-countdown: component added

[2.6.3] - 2023-12-12

Improvements

  • disable-result attribute added on f-search to disable showing autocomplete results.
  • disable-suggestions attribute added on f-suggest to disable showing autocomplete results.

[2.6.2] - 2023-12-12

Bug fixes

  • f-color-picker alignment fix when used in row direction with other inputs.

[2.6.1] - 2023-12-04

Bug fixes

  • re-exporting types of f-input-base from f-input. (To fix component type generation bug).

[2.6.0] - 2023-12-04

Minor Changes

  • f-color-picker element added.

[2.5.0] - 2023-11-27

Minor Changes

  • lit upgraded to v3.

[2.4.0] - 2023-11-22

Improvements

  • The 1Password manager does not currently support Shadow DOM for autofill, and a timeline for its implementation has not been provided. Consequently, we are introducing f-input-light as a light DOM alternative to f-input.
  • Login form story added here. It uses f-input-light and validation module from @ollion/flow-form-builder.
  • f-form-field wrapper elements added to support lable, subtitle,help slots.
  • Note : f-input-light won't support lable, subtitle,help slots.

[2.3.1] - 2023-11-22

Features

  • font-weights for <f-text variant="heading"></f-text> updated in text-tokens received from figma API.

[2.3.0] - 2023-11-15

Features

  • Added themes for ollion named as f-ollion-dark & f-ollion-light.

[2.2.4] - 2023-11-21

Bug Fixes

  • f-date-time-picker : date parsing error message logic updated.

[2.2.3] - 2023-11-20

Bug Fixes

  • f-date-time-picker : prevent the blur event from propagating when the date picker is open and date is selected. (It was validating value before input event in f-form-builder)

[2.2.2] - 2023-11-10

Bug Fixes

  • f-popover : reset max-height issue fixed.

[2.2.1] - 2023-11-08

Improvements

  • f-popover : state attribute introduced with transparent option.

Bug Fixes

  • f-text : <a> tag is not displaying cursor pointer.

[2.2.0] - 2023-10-30

Features

  • f-document-viewer : component designed for document viewing, accepting JSON schema as input.

[2.1.8] - 2023-10-20

Patch Changes

  • f-tooltip : closable="true" not working

[2.1.7] - 2023-10-20

Patch Changes

  • f-date-time-picker : clear icon taking 2 clicks to clear date value.

[2.1.6] - 2023-10-19

Patch Changes

  • f-popover : overlay-click event not working.
  • f-search : clear icon adding undefined in input box.

[2.1.5] - 2023-10-19

Bug Fixes

  • f-accordion: max-width bug fixed for f-aacordion when direction="row"

[2.1.4] - 2023-10-18

Patch Changes

  • Duplicate type import fixed

[2.1.3] - 2023-10-18

Improvements

  • tooltip property now accepts object

    {
    text: string;
    closable?: boolean;
    placement?: FTooltipPlacement;
    }

[2.1.2] - 2023-10-18

Bug Fixes

  • f-picotgram: auto-bg dynamic colors for text source fixed.

[2.1.1] - 2023-10-17

Bug Fixes

  • f-popover: z-index issue with target , overlay and popover fixed.

[2.1.0] - 2023-10-16

Features

  • f-breadcrumb: added variant property which includes text and icon to display breadcrumbs in two different variants.

[2.0.5] - 2023-10-16

Bug fixes

  • f-tag: width inherting issue fixed.

[2.0.4] - 2023-10-13

Improvements

  • f-pictogram: added category prop having two types fill and outline.

[2.0.3] - 2023-10-12

Patch Changes

  • Remove sideEffects because the components require registration via import
  • Updated dependencies
  • @ollion/[email protected]

[2.0.2] - 2023-10-10

Patch Changes

[2.0.1-beta.0] - 2023-10-10

Patch Changes

[2.0.0] - 2023-10-10

Major Changes

  • Migrated to monorepo structure and removed the need for custom CSS

Patch Changes

  • Updated dependencies
  • @ollion/[email protected]

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

[1.26.4] - 2023-10-06

Improvements

  • f-tag displays a tooltip only when it has an ellipsis.

[1.26.3] - 2023-10-03

Bug Fixes

  • f-select incrorrect vue2 types generation fixed.

[1.26.2] - 2023-10-03

Improvements

  • f-popover placement warning removed since it is not necessary for user to know.

Bug Fixes

  • f-select : setting object to value has an issue with vue2.

[1.26.1] - 2023-09-27

Improvements

  • f-popover: Added a shadow flag for displaying shadows (Note: it functions only when overlay="false").

[1.26.0] - 2023-09-26

Features

  • f-select : options navigation through arrow keys.
  • f-select : Enter key to select option
  • f-select : Esc to close f-select.

[1.25.5] - 2023-09-25

Bug Fixes

  • f-search result...
Read more

@ollion/[email protected]

27 May 08:34
f09af98
Compare
Choose a tag to compare

Release Notes

Change Log

[2.4.6] - 2024-05-27

Bug Fixes

  • f-table-schema is not clearing the last selection when selectable="single".

[2.4.5] - 2024-05-20

Bug Fixes

  • Sorting issue for number column in f-table-schema

[2.4.4] - 2024-05-17

Bug Fixes

  • Searchbar dropdown not opening.

[2.4.3] - 2024-05-03

Improvements

  • Made the search bar sticky.
  • Implemented a loader for infinite scroll.

Bug Fixes

  • f-table-schema infinie scroll issue fixed.

[2.4.2] - 2024-03-20

Bug Fixes

  • f-tcell aligment in f-table-schema fixed.

[2.4.1] - 2024-03-20

Bug Fixes

  • f-tcell aligment in f-table-schema fixed.

[2.4.0] - 2024-03-01

Features

  • a11y support added.

[2.2.5] - 2024-02-09

Bug Fixes

  • f-table-schema : First cell content with checkbox is getting wrapped when content is large ot external template.

[2.2.4] - 2024-01-16

Improvements

  • f-table-schema : Added sticky-cell-background property.
  • (Note: Any sticky element requires a background color; therefore, sometimes adjustments to this property may be needed when used with different surface backgrounds.)

[2.2.3] - 2023-12-14

Bug Fixes

  • :scope > querySelector not working in some browser

[2.2.2] - 2023-12-13

Bug Fixes

  • f-table-schema : header checkbox not updating state when rows selection updated.
  • @row-click emitted when checkbox clicked.

[2.2.1] - 2023-12-12

Improvements

  • f-table-schema : @header-input emitted when checkbox from header is clicked.

[2.2.0] - 2023-11-28

Minor Changes

  • align property introduced on f-tcell.

[2.1.0] - 2023-11-28

Minor Changes

  • lit upgraded to v3.

[2.0.8] - 2023-11-28

Improvements

  • f-trow : chevron reference added to trigger click externally using JS.

[2.0.7] - 2023-11-20

Improvements

  • f-table-schema : slot="no-data" support added to customize message when there are 0 rows.

[2.0.6] - 2023-11-08

Improvements

  • f-table-schema : @sort event emitted when clicked on sort icon in header cell.

[2.0.5] - 2023-11-01

Bug Fixes

  • Vue : f-table gridTemplate creation fixed

[2.0.4] - 2023-10-16

Improvements

  • disabled added for f-table-cell actions.

[2.0.3] - 2023-10-12

Patch Changes

[2.0.2] - 2023-10-10

Patch Changes

[2.0.1-beta.0] - 2023-10-10

Patch Changes

[2.0.0] - 2023-10-10

Major Changes

  • Migrated to monorepo structure and removed the need for custom CSS

Patch Changes

[1.3.4] - 2023-10-05

Bug Fixes

  • f-tcell : options are aligned in middle.
  • f-table-schema : string sort issue fixed.

[1.3.3] - 2023-09-29

Bug Fixes

  • f-tcell : gap and aligment issue fixed.

[1.3.2] - 2023-09-13

Bug Fixes

  • f-table-schema : cell with template not taking full width.

[1.3.1] - 2023-09-13

Improvements

  • f-table-schema generics added in types.

[1.3.0] - 2023-08-23

Features

  • f-table-schema : header-cell-template prop added for a common header-cell template.

[1.2.4] - 2023-08-21

Bug Fixes

  • f-table-schema : When a cell contains a large amount of text content and is used without a template, the table will display a scrollbar.

[1.2.3] - 2023-08-18

Bug Fixes

  • f-tcell : text and content not rendering while exporting using jspdf.

[1.2.2] - 2023-07-20

Improvements

  • f-tcell : In actions callback, passing additional parameter as element for further implementation (like opening popover).

[1.2.1] - 2023-07-20

Improvements

  • f-table-schema : @row-click event emitted with row object

Bug Fixes

  • f-table-schema : show-search-bar not working in vue

[1.2.0] - 2023-07-18

Features

  • f-table-schema : expandIconPosition position made configurable.
  • f-trow now supports expand-icon-position attribute.
  • f-tcell actions now supports tooltip

Improvements

  • part="cell" added f-table-schema to support external styles.

Bug fixes

  • f-table-schema : external template alignment fixed.

[1.1.1] - 2023-07-13

Bug Fixes

  • f-table-schema : details slot width issue fixed.

[1.1.0] - 2023-07-11

Features

  • f-table-schema : Search on a specific column

Improvements

  • Action in the cell requires id (in case of displaying popover)
  • Disable row selection for a specific rows
  • Hide sort on a specific columns

Bug Fixes

  • Sort doesn’t work if we have the search term
  • Highlight row not changing the background of the sticky column

[1.0.2] - 2023-06-13

Bug Fixes

  • f-table-schema : duplicate vue3 types export bug fixed.

[1.0.1] - 2023-06-13

Improvements

  • f-table-schema : data property options doc added.
  • More stories added to understand properties and events of f-table-schema.

Bug Fixes

  • f-table-schema : alignment fixed when used inside f-div.
  • f-table-schema : background color fixed when variant="stripped" with sticy column combination.

[1.0.0] - 2023-06-08

Improvements

  • f-table-schema : api updated
  • f-table-schema : @row-input event added whenever row is checked/unchecked.
  • f-table-schema : @toggle-row-details event added whenever row details open or closed.
  • f-table-schema : @header-selected event added whenever row column header is selected.
  • f-table-schema : showSearchBar property added to disable or enable searchbar.
  • f-table-schema : searchTerm property added to accept searchTerm externally.

[0.1.0-beta2] - 2023-06-08

Note : Published for testing

Features

  • f-table-schema : Sticky row and column feture added.
  • f-table-schema : Search, sort, infinite scroll features added.

[0.0.1] - 2023-05-02

Improvements

  • First release

@ollion/[email protected]

27 May 08:34
f09af98
Compare
Choose a tag to compare

Release Notes

Change Log

[2.9.12] - 2024-05-27

Improvements

  • disabled attribute added in f-tab-node.
  • f-select chevron clikable area increased

[2.9.11] - 2024-05-17

Bug Fixes

  • f-select open on left side when rendered on extreme right of the window.

[2.9.10] - 2024-04-15

Bug Fixes

  • f-select : call updateDimentions only while opening.

[2.9.9] - 2024-04-04

Bug Fixes

  • File extension validation logic added when the user drops files

[2.9.8] - 2024-04-01

Bug Fixes

  • font tokens updated

[2.9.7] - 2024-03-28

Improvements

  • Added category property to f-tag to support both fill and outline values. Default value set to fill.
  • Added max-width property to f-tag.

[2.9.6] - 2024-03-28

Improvements

  • f-tab : variant="no-border" added.
  • color tokens updated.

[2.9.5] - 2024-03-21

Bug Fixes

  • f-search & f-suggest overlay got displayed even we don't have results or suggestions.

[2.9.4] - 2024-03-20

Improvements

  • f-checkbox label line-height fixed.

[2.9.3] - 2024-03-20

Improvements

  • f-icon-button box-sizing updated.

[2.9.2] - 2024-03-19

Improvements

  • color-tokens updates.

[2.9.1] - 2024-03-10

Improvements

  • Externalise lodash-es to reduce bundle size.

[2.9.0] - 2024-03-01

Features

  • a11y support added.

[2.8.7] - 2024-02-22

Improvements

  • The f-select virtualizer has been made optional and can be controlled using the use-virtualizer flag. This change will resolve the Cypress test case failure issue.

[2.8.6] - 2024-02-22

Bug Fixes

  • f-select create-option api not working in firefox.

[2.8.5] - 2024-02-13

Improvements

  • f-ollion-dark theme colors updated.

[2.8.4] - 2024-02-13

Bug Fixes

  • The issue with highlighting suggestions in f-suggest has been resolved.

[2.8.3] - 2024-02-12

Improvements

  • Updated f-progress-bar dimentions of circle variant.

[2.8.2] - 2024-02-12

Improvements

  • f-select: A virtualizer is utilized to render options, thereby enhancing rendering performance, particularly in scenarios where there are over 3K+ options available.
  • f-select : max-options-width support added to customize options width.

Note

  • We previously rendered f-select options in the DOM regardless of its visibility. Starting from this release, options will only appear when f-select is open. Please update test cases accordingly.

[2.8.1] - 2024-02-07

Improvements

  • circle variant added in f-progress-bar to show progress in circle.

[2.8.0] - 2024-02-06

Features

  • Implemented the effect attribute within the f-icon-button component to enhance user engagement and draw attention effectively.

[2.7.8] - 2024-01-25

Improvements

  • Added show-scrollbar property to f-div.

Bug Fixes

  • Updated f-div to accommodate changes in Chrome v121, which now supports the scrollbar-width property. Default behavior adjusted accordingly.

Note

  • Removed hide-scrollbar property from f-div. Existing usage won't cause any issues.

[2.7.7] - 2024-01-22

Improvements

  • f-button : icon-left and icon-right sizes updated.

[2.7.6] - 2024-01-16

Improvements

  • f-div : Added hide-scrollbar property.
  • (Note: The hide-scrollbar property will only hide the scrollbar; users can still scroll through the content.)

[2.7.5] - 2024-01-11

Improvements

  • f-text : x-large tokens added for para and code variant.

[2.7.4] - 2024-01-08

Bug Fixes

  • f-input types fixed.
  • f-div highlight feature optimized.

[2.7.3] - 2023-12-20

Improvements

  • f-ollion-* theme font tokens updated.
  • Check docs directory for how to apply ollion theme.

[2.7.2] - 2023-12-19

Improvements

  • f-button: packed category added.

[2.7.1] - 2023-12-18

Bug fixes

  • 🚫 Removed HTML string execution from the tooltip attribute.
  • 🔇 Temporarily removed the ability to pass slots as arguments in Storybook stories.We're on the lookout for a better way to document slots.
  • ⛔ f-suggest no longer accepts markup in suggestions.
  • ✨ In f-text, keyword highlighting now utilizes mark.js instead of unsafeHTML.
  • 🎨 Enhanced CSS specificity for color tokens.

[2.7.0] - 2023-12-11

Features

  • f-countdown: component added

[2.6.3] - 2023-12-12

Improvements

  • disable-result attribute added on f-search to disable showing autocomplete results.
  • disable-suggestions attribute added on f-suggest to disable showing autocomplete results.

[2.6.2] - 2023-12-12

Bug fixes

  • f-color-picker alignment fix when used in row direction with other inputs.

[2.6.1] - 2023-12-04

Bug fixes

  • re-exporting types of f-input-base from f-input. (To fix component type generation bug).

[2.6.0] - 2023-12-04

Minor Changes

  • f-color-picker element added.

[2.5.0] - 2023-11-27

Minor Changes

  • lit upgraded to v3.

[2.4.0] - 2023-11-22

Improvements

  • The 1Password manager does not currently support Shadow DOM for autofill, and a timeline for its implementation has not been provided. Consequently, we are introducing f-input-light as a light DOM alternative to f-input.
  • Login form story added here. It uses f-input-light and validation module from @ollion/flow-form-builder.
  • f-form-field wrapper elements added to support lable, subtitle,help slots.
  • Note : f-input-light won't support lable, subtitle,help slots.

[2.3.1] - 2023-11-22

Features

  • font-weights for <f-text variant="heading"></f-text> updated in text-tokens received from figma API.

[2.3.0] - 2023-11-15

Features

  • Added themes for ollion named as f-ollion-dark & f-ollion-light.

[2.2.4] - 2023-11-21

Bug Fixes

  • f-date-time-picker : date parsing error message logic updated.

[2.2.3] - 2023-11-20

Bug Fixes

  • f-date-time-picker : prevent the blur event from propagating when the date picker is open and date is selected. (It was validating value before input event in f-form-builder)

[2.2.2] - 2023-11-10

Bug Fixes

  • f-popover : reset max-height issue fixed.

[2.2.1] - 2023-11-08

Improvements

  • f-popover : state attribute introduced with transparent option.

Bug Fixes

  • f-text : <a> tag is not displaying cursor pointer.

[2.2.0] - 2023-10-30

Features

  • f-document-viewer : component designed for document viewing, accepting JSON schema as input.

[2.1.8] - 2023-10-20

Patch Changes

  • f-tooltip : closable="true" not working

[2.1.7] - 2023-10-20

Patch Changes

  • f-date-time-picker : clear icon taking 2 clicks to clear date value.

[2.1.6] - 2023-10-19

Patch Changes

  • f-popover : overlay-click event not working.
  • f-search : clear icon adding undefined in input box.

[2.1.5] - 2023-10-19

Bug Fixes

  • f-accordion: max-width bug fixed for f-aacordion when direction="row"

[2.1.4] - 2023-10-18

Patch Changes

  • Duplicate type import fixed

[2.1.3] - 2023-10-18

Improvements

  • tooltip property now accepts object

    {
    text: string;
    closable?: boolean;
    placement?: FTooltipPlacement;
    }

[2.1.2] - 2023-10-18

Bug Fixes

  • f-picotgram: auto-bg dynamic colors for text source fixed.

[2.1.1] - 2023-10-17

Bug Fixes

  • f-popover: z-index issue with target , overlay and popover fixed.

[2.1.0] - 2023-10-16

Features

  • f-breadcrumb: added variant property which includes text and icon to display breadcrumbs in two different variants.

[2.0.5] - 2023-10-16

Bug fixes

  • f-tag: width inherting issue fixed.

[2.0.4] - 2023-10-13

Improvements

  • f-pictogram: added category prop having two types fill and outline.

[2.0.3] - 2023-10-12

Patch Changes

  • Remove sideEffects because the components require registration via import
  • Updated dependencies
  • @ollion/[email protected]

[2.0.2] - 2023-10-10

Patch Changes

[2.0.1-beta.0] - 2023-10-10

Patch Changes

[2.0.0] - 2023-10-10

Major Changes

  • Migrated to monorepo structure and removed the need for custom CSS

Patch Changes

  • Updated dependencies
  • @ollion/[email protected]

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

[1.26.4] - 2023-10-06

Improvements

  • f-tag displays a tooltip only when it has an ellipsis.

[1.26.3] - 2023-10-03

Bug Fixes

  • f-select incrorrect vue2 types generation fixed.

[1.26.2] - 2023-10-03

Improvements

  • f-popover placement warning removed since it is not necessary for user to know.

Bug Fixes

  • f-select : setting object to value has an issue with vue2.

[1.26.1] - 2023-09-27

Improvements

  • f-popover: Added a shadow flag for displaying shadows (Note: it functions only when overlay="false").

[1.26.0] - 2023-09-26

Features

  • f-select : options navigation through arrow keys.
  • f-select : Enter key to select option
  • f-select : Esc to close f-select.

[1.25.5] - 2023-09-25

Bug Fixes

  • f-search result reactivity issue

[1.25.4] - 2023-09-25

Bug Fixes

  • f-select value type fixed.
  • f-select value renderin...
Read more

@ollion/[email protected]

20 May 09:02
21c10b5
Compare
Choose a tag to compare

Release Notes

Change Log

[2.4.5] - 2024-05-20

Bug Fixes

  • Sorting issue for number column in f-table-schema

[2.4.4] - 2024-05-17

Bug Fixes

  • Searchbar dropdown not opening.

[2.4.3] - 2024-05-03

Improvements

  • Made the search bar sticky.
  • Implemented a loader for infinite scroll.

Bug Fixes

  • f-table-schema infinie scroll issue fixed.

[2.4.2] - 2024-03-20

Bug Fixes

  • f-tcell aligment in f-table-schema fixed.

[2.4.1] - 2024-03-20

Bug Fixes

  • f-tcell aligment in f-table-schema fixed.

[2.4.0] - 2024-03-01

Features

  • a11y support added.

[2.2.5] - 2024-02-09

Bug Fixes

  • f-table-schema : First cell content with checkbox is getting wrapped when content is large ot external template.

[2.2.4] - 2024-01-16

Improvements

  • f-table-schema : Added sticky-cell-background property.
  • (Note: Any sticky element requires a background color; therefore, sometimes adjustments to this property may be needed when used with different surface backgrounds.)

[2.2.3] - 2023-12-14

Bug Fixes

  • :scope > querySelector not working in some browser

[2.2.2] - 2023-12-13

Bug Fixes

  • f-table-schema : header checkbox not updating state when rows selection updated.
  • @row-click emitted when checkbox clicked.

[2.2.1] - 2023-12-12

Improvements

  • f-table-schema : @header-input emitted when checkbox from header is clicked.

[2.2.0] - 2023-11-28

Minor Changes

  • align property introduced on f-tcell.

[2.1.0] - 2023-11-28

Minor Changes

  • lit upgraded to v3.

[2.0.8] - 2023-11-28

Improvements

  • f-trow : chevron reference added to trigger click externally using JS.

[2.0.7] - 2023-11-20

Improvements

  • f-table-schema : slot="no-data" support added to customize message when there are 0 rows.

[2.0.6] - 2023-11-08

Improvements

  • f-table-schema : @sort event emitted when clicked on sort icon in header cell.

[2.0.5] - 2023-11-01

Bug Fixes

  • Vue : f-table gridTemplate creation fixed

[2.0.4] - 2023-10-16

Improvements

  • disabled added for f-table-cell actions.

[2.0.3] - 2023-10-12

Patch Changes

[2.0.2] - 2023-10-10

Patch Changes

[2.0.1-beta.0] - 2023-10-10

Patch Changes

[2.0.0] - 2023-10-10

Major Changes

  • Migrated to monorepo structure and removed the need for custom CSS

Patch Changes

[1.3.4] - 2023-10-05

Bug Fixes

  • f-tcell : options are aligned in middle.
  • f-table-schema : string sort issue fixed.

[1.3.3] - 2023-09-29

Bug Fixes

  • f-tcell : gap and aligment issue fixed.

[1.3.2] - 2023-09-13

Bug Fixes

  • f-table-schema : cell with template not taking full width.

[1.3.1] - 2023-09-13

Improvements

  • f-table-schema generics added in types.

[1.3.0] - 2023-08-23

Features

  • f-table-schema : header-cell-template prop added for a common header-cell template.

[1.2.4] - 2023-08-21

Bug Fixes

  • f-table-schema : When a cell contains a large amount of text content and is used without a template, the table will display a scrollbar.

[1.2.3] - 2023-08-18

Bug Fixes

  • f-tcell : text and content not rendering while exporting using jspdf.

[1.2.2] - 2023-07-20

Improvements

  • f-tcell : In actions callback, passing additional parameter as element for further implementation (like opening popover).

[1.2.1] - 2023-07-20

Improvements

  • f-table-schema : @row-click event emitted with row object

Bug Fixes

  • f-table-schema : show-search-bar not working in vue

[1.2.0] - 2023-07-18

Features

  • f-table-schema : expandIconPosition position made configurable.
  • f-trow now supports expand-icon-position attribute.
  • f-tcell actions now supports tooltip

Improvements

  • part="cell" added f-table-schema to support external styles.

Bug fixes

  • f-table-schema : external template alignment fixed.

[1.1.1] - 2023-07-13

Bug Fixes

  • f-table-schema : details slot width issue fixed.

[1.1.0] - 2023-07-11

Features

  • f-table-schema : Search on a specific column

Improvements

  • Action in the cell requires id (in case of displaying popover)
  • Disable row selection for a specific rows
  • Hide sort on a specific columns

Bug Fixes

  • Sort doesn’t work if we have the search term
  • Highlight row not changing the background of the sticky column

[1.0.2] - 2023-06-13

Bug Fixes

  • f-table-schema : duplicate vue3 types export bug fixed.

[1.0.1] - 2023-06-13

Improvements

  • f-table-schema : data property options doc added.
  • More stories added to understand properties and events of f-table-schema.

Bug Fixes

  • f-table-schema : alignment fixed when used inside f-div.
  • f-table-schema : background color fixed when variant="stripped" with sticy column combination.

[1.0.0] - 2023-06-08

Improvements

  • f-table-schema : api updated
  • f-table-schema : @row-input event added whenever row is checked/unchecked.
  • f-table-schema : @toggle-row-details event added whenever row details open or closed.
  • f-table-schema : @header-selected event added whenever row column header is selected.
  • f-table-schema : showSearchBar property added to disable or enable searchbar.
  • f-table-schema : searchTerm property added to accept searchTerm externally.

[0.1.0-beta2] - 2023-06-08

Note : Published for testing

Features

  • f-table-schema : Sticky row and column feture added.
  • f-table-schema : Search, sort, infinite scroll features added.

[0.0.1] - 2023-05-02

Improvements

  • First release

@ollion/[email protected]

17 May 05:28
3b94874
Compare
Choose a tag to compare

Release Notes

Change Log

[2.4.4] - 2024-05-17

Bug Fixes

  • Searchbar dropdown not opening.

[2.4.3] - 2024-05-03

Improvements

  • Made the search bar sticky.
  • Implemented a loader for infinite scroll.

Bug Fixes

  • f-table-schema infinie scroll issue fixed.

[2.4.2] - 2024-03-20

Bug Fixes

  • f-tcell aligment in f-table-schema fixed.

[2.4.1] - 2024-03-20

Bug Fixes

  • f-tcell aligment in f-table-schema fixed.

[2.4.0] - 2024-03-01

Features

  • a11y support added.

[2.2.5] - 2024-02-09

Bug Fixes

  • f-table-schema : First cell content with checkbox is getting wrapped when content is large ot external template.

[2.2.4] - 2024-01-16

Improvements

  • f-table-schema : Added sticky-cell-background property.
  • (Note: Any sticky element requires a background color; therefore, sometimes adjustments to this property may be needed when used with different surface backgrounds.)

[2.2.3] - 2023-12-14

Bug Fixes

  • :scope > querySelector not working in some browser

[2.2.2] - 2023-12-13

Bug Fixes

  • f-table-schema : header checkbox not updating state when rows selection updated.
  • @row-click emitted when checkbox clicked.

[2.2.1] - 2023-12-12

Improvements

  • f-table-schema : @header-input emitted when checkbox from header is clicked.

[2.2.0] - 2023-11-28

Minor Changes

  • align property introduced on f-tcell.

[2.1.0] - 2023-11-28

Minor Changes

  • lit upgraded to v3.

[2.0.8] - 2023-11-28

Improvements

  • f-trow : chevron reference added to trigger click externally using JS.

[2.0.7] - 2023-11-20

Improvements

  • f-table-schema : slot="no-data" support added to customize message when there are 0 rows.

[2.0.6] - 2023-11-08

Improvements

  • f-table-schema : @sort event emitted when clicked on sort icon in header cell.

[2.0.5] - 2023-11-01

Bug Fixes

  • Vue : f-table gridTemplate creation fixed

[2.0.4] - 2023-10-16

Improvements

  • disabled added for f-table-cell actions.

[2.0.3] - 2023-10-12

Patch Changes

[2.0.2] - 2023-10-10

Patch Changes

[2.0.1-beta.0] - 2023-10-10

Patch Changes

[2.0.0] - 2023-10-10

Major Changes

  • Migrated to monorepo structure and removed the need for custom CSS

Patch Changes

[1.3.4] - 2023-10-05

Bug Fixes

  • f-tcell : options are aligned in middle.
  • f-table-schema : string sort issue fixed.

[1.3.3] - 2023-09-29

Bug Fixes

  • f-tcell : gap and aligment issue fixed.

[1.3.2] - 2023-09-13

Bug Fixes

  • f-table-schema : cell with template not taking full width.

[1.3.1] - 2023-09-13

Improvements

  • f-table-schema generics added in types.

[1.3.0] - 2023-08-23

Features

  • f-table-schema : header-cell-template prop added for a common header-cell template.

[1.2.4] - 2023-08-21

Bug Fixes

  • f-table-schema : When a cell contains a large amount of text content and is used without a template, the table will display a scrollbar.

[1.2.3] - 2023-08-18

Bug Fixes

  • f-tcell : text and content not rendering while exporting using jspdf.

[1.2.2] - 2023-07-20

Improvements

  • f-tcell : In actions callback, passing additional parameter as element for further implementation (like opening popover).

[1.2.1] - 2023-07-20

Improvements

  • f-table-schema : @row-click event emitted with row object

Bug Fixes

  • f-table-schema : show-search-bar not working in vue

[1.2.0] - 2023-07-18

Features

  • f-table-schema : expandIconPosition position made configurable.
  • f-trow now supports expand-icon-position attribute.
  • f-tcell actions now supports tooltip

Improvements

  • part="cell" added f-table-schema to support external styles.

Bug fixes

  • f-table-schema : external template alignment fixed.

[1.1.1] - 2023-07-13

Bug Fixes

  • f-table-schema : details slot width issue fixed.

[1.1.0] - 2023-07-11

Features

  • f-table-schema : Search on a specific column

Improvements

  • Action in the cell requires id (in case of displaying popover)
  • Disable row selection for a specific rows
  • Hide sort on a specific columns

Bug Fixes

  • Sort doesn’t work if we have the search term
  • Highlight row not changing the background of the sticky column

[1.0.2] - 2023-06-13

Bug Fixes

  • f-table-schema : duplicate vue3 types export bug fixed.

[1.0.1] - 2023-06-13

Improvements

  • f-table-schema : data property options doc added.
  • More stories added to understand properties and events of f-table-schema.

Bug Fixes

  • f-table-schema : alignment fixed when used inside f-div.
  • f-table-schema : background color fixed when variant="stripped" with sticy column combination.

[1.0.0] - 2023-06-08

Improvements

  • f-table-schema : api updated
  • f-table-schema : @row-input event added whenever row is checked/unchecked.
  • f-table-schema : @toggle-row-details event added whenever row details open or closed.
  • f-table-schema : @header-selected event added whenever row column header is selected.
  • f-table-schema : showSearchBar property added to disable or enable searchbar.
  • f-table-schema : searchTerm property added to accept searchTerm externally.

[0.1.0-beta2] - 2023-06-08

Note : Published for testing

Features

  • f-table-schema : Sticky row and column feture added.
  • f-table-schema : Search, sort, infinite scroll features added.

[0.0.1] - 2023-05-02

Improvements

  • First release

@ollion/[email protected]

17 May 05:28
3b94874
Compare
Choose a tag to compare

Release Notes

Change Log

[2.9.11] - 2024-05-17

Bug Fixes

  • f-select open on left side when rendered on extreme right of the window.

[2.9.10] - 2024-04-15

Bug Fixes

  • f-select : call updateDimentions only while opening.

[2.9.9] - 2024-04-04

Bug Fixes

  • File extension validation logic added when the user drops files

[2.9.8] - 2024-04-01

Bug Fixes

  • font tokens updated

[2.9.7] - 2024-03-28

Improvements

  • Added category property to f-tag to support both fill and outline values. Default value set to fill.
  • Added max-width property to f-tag.

[2.9.6] - 2024-03-28

Improvements

  • f-tab : variant="no-border" added.
  • color tokens updated.

[2.9.5] - 2024-03-21

Bug Fixes

  • f-search & f-suggest overlay got displayed even we don't have results or suggestions.

[2.9.4] - 2024-03-20

Improvements

  • f-checkbox label line-height fixed.

[2.9.3] - 2024-03-20

Improvements

  • f-icon-button box-sizing updated.

[2.9.2] - 2024-03-19

Improvements

  • color-tokens updates.

[2.9.1] - 2024-03-10

Improvements

  • Externalise lodash-es to reduce bundle size.

[2.9.0] - 2024-03-01

Features

  • a11y support added.

[2.8.7] - 2024-02-22

Improvements

  • The f-select virtualizer has been made optional and can be controlled using the use-virtualizer flag. This change will resolve the Cypress test case failure issue.

[2.8.6] - 2024-02-22

Bug Fixes

  • f-select create-option api not working in firefox.

[2.8.5] - 2024-02-13

Improvements

  • f-ollion-dark theme colors updated.

[2.8.4] - 2024-02-13

Bug Fixes

  • The issue with highlighting suggestions in f-suggest has been resolved.

[2.8.3] - 2024-02-12

Improvements

  • Updated f-progress-bar dimentions of circle variant.

[2.8.2] - 2024-02-12

Improvements

  • f-select: A virtualizer is utilized to render options, thereby enhancing rendering performance, particularly in scenarios where there are over 3K+ options available.
  • f-select : max-options-width support added to customize options width.

Note

  • We previously rendered f-select options in the DOM regardless of its visibility. Starting from this release, options will only appear when f-select is open. Please update test cases accordingly.

[2.8.1] - 2024-02-07

Improvements

  • circle variant added in f-progress-bar to show progress in circle.

[2.8.0] - 2024-02-06

Features

  • Implemented the effect attribute within the f-icon-button component to enhance user engagement and draw attention effectively.

[2.7.8] - 2024-01-25

Improvements

  • Added show-scrollbar property to f-div.

Bug Fixes

  • Updated f-div to accommodate changes in Chrome v121, which now supports the scrollbar-width property. Default behavior adjusted accordingly.

Note

  • Removed hide-scrollbar property from f-div. Existing usage won't cause any issues.

[2.7.7] - 2024-01-22

Improvements

  • f-button : icon-left and icon-right sizes updated.

[2.7.6] - 2024-01-16

Improvements

  • f-div : Added hide-scrollbar property.
  • (Note: The hide-scrollbar property will only hide the scrollbar; users can still scroll through the content.)

[2.7.5] - 2024-01-11

Improvements

  • f-text : x-large tokens added for para and code variant.

[2.7.4] - 2024-01-08

Bug Fixes

  • f-input types fixed.
  • f-div highlight feature optimized.

[2.7.3] - 2023-12-20

Improvements

  • f-ollion-* theme font tokens updated.
  • Check docs directory for how to apply ollion theme.

[2.7.2] - 2023-12-19

Improvements

  • f-button: packed category added.

[2.7.1] - 2023-12-18

Bug fixes

  • 🚫 Removed HTML string execution from the tooltip attribute.
  • 🔇 Temporarily removed the ability to pass slots as arguments in Storybook stories.We're on the lookout for a better way to document slots.
  • ⛔ f-suggest no longer accepts markup in suggestions.
  • ✨ In f-text, keyword highlighting now utilizes mark.js instead of unsafeHTML.
  • 🎨 Enhanced CSS specificity for color tokens.

[2.7.0] - 2023-12-11

Features

  • f-countdown: component added

[2.6.3] - 2023-12-12

Improvements

  • disable-result attribute added on f-search to disable showing autocomplete results.
  • disable-suggestions attribute added on f-suggest to disable showing autocomplete results.

[2.6.2] - 2023-12-12

Bug fixes

  • f-color-picker alignment fix when used in row direction with other inputs.

[2.6.1] - 2023-12-04

Bug fixes

  • re-exporting types of f-input-base from f-input. (To fix component type generation bug).

[2.6.0] - 2023-12-04

Minor Changes

  • f-color-picker element added.

[2.5.0] - 2023-11-27

Minor Changes

  • lit upgraded to v3.

[2.4.0] - 2023-11-22

Improvements

  • The 1Password manager does not currently support Shadow DOM for autofill, and a timeline for its implementation has not been provided. Consequently, we are introducing f-input-light as a light DOM alternative to f-input.
  • Login form story added here. It uses f-input-light and validation module from @ollion/flow-form-builder.
  • f-form-field wrapper elements added to support lable, subtitle,help slots.
  • Note : f-input-light won't support lable, subtitle,help slots.

[2.3.1] - 2023-11-22

Features

  • font-weights for <f-text variant="heading"></f-text> updated in text-tokens received from figma API.

[2.3.0] - 2023-11-15

Features

  • Added themes for ollion named as f-ollion-dark & f-ollion-light.

[2.2.4] - 2023-11-21

Bug Fixes

  • f-date-time-picker : date parsing error message logic updated.

[2.2.3] - 2023-11-20

Bug Fixes

  • f-date-time-picker : prevent the blur event from propagating when the date picker is open and date is selected. (It was validating value before input event in f-form-builder)

[2.2.2] - 2023-11-10

Bug Fixes

  • f-popover : reset max-height issue fixed.

[2.2.1] - 2023-11-08

Improvements

  • f-popover : state attribute introduced with transparent option.

Bug Fixes

  • f-text : <a> tag is not displaying cursor pointer.

[2.2.0] - 2023-10-30

Features

  • f-document-viewer : component designed for document viewing, accepting JSON schema as input.

[2.1.8] - 2023-10-20

Patch Changes

  • f-tooltip : closable="true" not working

[2.1.7] - 2023-10-20

Patch Changes

  • f-date-time-picker : clear icon taking 2 clicks to clear date value.

[2.1.6] - 2023-10-19

Patch Changes

  • f-popover : overlay-click event not working.
  • f-search : clear icon adding undefined in input box.

[2.1.5] - 2023-10-19

Bug Fixes

  • f-accordion: max-width bug fixed for f-aacordion when direction="row"

[2.1.4] - 2023-10-18

Patch Changes

  • Duplicate type import fixed

[2.1.3] - 2023-10-18

Improvements

  • tooltip property now accepts object

    {
    text: string;
    closable?: boolean;
    placement?: FTooltipPlacement;
    }

[2.1.2] - 2023-10-18

Bug Fixes

  • f-picotgram: auto-bg dynamic colors for text source fixed.

[2.1.1] - 2023-10-17

Bug Fixes

  • f-popover: z-index issue with target , overlay and popover fixed.

[2.1.0] - 2023-10-16

Features

  • f-breadcrumb: added variant property which includes text and icon to display breadcrumbs in two different variants.

[2.0.5] - 2023-10-16

Bug fixes

  • f-tag: width inherting issue fixed.

[2.0.4] - 2023-10-13

Improvements

  • f-pictogram: added category prop having two types fill and outline.

[2.0.3] - 2023-10-12

Patch Changes

  • Remove sideEffects because the components require registration via import
  • Updated dependencies
  • @ollion/[email protected]

[2.0.2] - 2023-10-10

Patch Changes

[2.0.1-beta.0] - 2023-10-10

Patch Changes

[2.0.0] - 2023-10-10

Major Changes

  • Migrated to monorepo structure and removed the need for custom CSS

Patch Changes

  • Updated dependencies
  • @ollion/[email protected]

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

[1.26.4] - 2023-10-06

Improvements

  • f-tag displays a tooltip only when it has an ellipsis.

[1.26.3] - 2023-10-03

Bug Fixes

  • f-select incrorrect vue2 types generation fixed.

[1.26.2] - 2023-10-03

Improvements

  • f-popover placement warning removed since it is not necessary for user to know.

Bug Fixes

  • f-select : setting object to value has an issue with vue2.

[1.26.1] - 2023-09-27

Improvements

  • f-popover: Added a shadow flag for displaying shadows (Note: it functions only when overlay="false").

[1.26.0] - 2023-09-26

Features

  • f-select : options navigation through arrow keys.
  • f-select : Enter key to select option
  • f-select : Esc to close f-select.

[1.25.5] - 2023-09-25

Bug Fixes

  • f-search result reactivity issue

[1.25.4] - 2023-09-25

Bug Fixes

  • f-select value type fixed.
  • f-select value rendering fixed if user pass value as array for single selection.

[1.25.3] - 2023-09-22

Bug Fixes

  • f-file-upload : mapping `MIME Type...
Read more

@ollion/[email protected]

15 May 05:53
2b1ea4e
Compare
Choose a tag to compare

Release Notes

Change Log

[2.4.2] - 2024-05-15

Patch Changes

  • optionsMaxHeight property added for suggest field.

[2.4.1] - 2024-04-22

Bug Fixes

  • Validation rules are triggered multiple times when multiple fields utilize the showWhen property.

[2.4.0] - 2024-03-27

Features

  • validation support for array and object field

[2.3.1] - 2024-03-12

Bug Fixes

  • showWhen not working for layout:'label-left' fields.
  • layout:'label-left' fields alignment fixed when used in object in horizontal direction.

[2.3.0] - 2024-03-01

Features

  • a11y support added.

[2.2.5] - 2024-02-13

Patch Changes

  • The useVirtualizer property has been added to the select field to enable smooth search and selection for a large number of options.

[2.2.4] - 2024-02-13

Patch Changes

  • layout property added to field which currently supports label-left value.

[2.2.3] - 2024-02-13

Patch Changes

  • suggestWhen property support added to suggest field.

[2.2.2] - 2024-02-12

Patch Changes

  • maxOptionsWidth property added to select field.

[2.2.1] - 2023-12-18

Patch Changes

  • Markup support for the option title in f-checkbox-group and f-radio-group has been deprecated and is no longer accepted.

[2.2.0] - 2023-12-04

Minor Changes

  • f-color-picker field integrated

[2.1.0] - 2023-11-27

Minor Changes

  • lit upgraded to v3.

[2.0.8] - 2023-10-20

Patch Changes

  • The validateField function has been exported.

[2.0.7] - 2023-10-20

Patch Changes

  • console.log removed

[2.0.6] - 2023-10-18

Patch Changes

  • Duplicate type import fixed

[2.0.5] - 2023-10-18

Patch Changes

  • iconTooltip type changed.
  • min-value and max-value default messages updated.

[2.0.4] - 2023-10-16

Patch Changes

  • v1.8.0 and v1.8.1 commits merged.

[2.0.3] - 2023-10-12

Patch Changes

[2.0.2] - 2023-10-10

Patch Changes

[2.0.1-beta.0] -2023-10-10

Patch Changes

[2.0.0] - 2023-10-10

Major Changes

  • Migrated to monorepo structure and removed the need for custom CSS

Patch Changes

  • Updated dependencies
  • @ollion/[email protected]

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

[1.8.1] - 2023-09-13

Improvements

  • Array field description font size fixed.

[1.8.0] - 2023-09-13

Features

  • Custom validation message using callback function for dynamic messages.

[1.7.8] - 2023-09-08

Improvements

  • Validation and Input event sequence swapped to avoid race condition in f-form-array and f-form-object
  • Async validator last value caching logic updated.

[1.7.7] - 2023-09-08

Improvements

  • Validation and Input event sequence swapped to avoid race condition.

[1.7.6] - 2023-09-07

Improvements

  • Async validator last value caching logic updated.
  • Multiple Async Custom Validator story added

[1.7.5] - 2023-09-07

Bug fix

  • Multiple custom validation rules are not triggering.

[1.7.4] - 2023-09-05

Bug fix

  • f-select width issue fixed in object with direction horizontal.

[1.7.3] - 2023-08-09

Bug fix

  • async silent validator blocking render while first update.

[1.7.2] - 2023-08-09

Bug fix

  • async validator wrong result issue.

[1.7.1] - 2023-08-08

Improvements

  • loading added to element if it has async custom validator. (Note : loading only works for supported fields)
  • loading property added for select field.

Bug fix

  • async validator called multiple times

[1.7.0] - 2023-08-08

Features

  • async validate function support in custom validator.

[1.6.1] - 2023-07-21

Improvements

  • Individual options from checkboxes and radio buttons can be disabled.

Bug Fixes

  • checkbox and radio group disabled css fixed.

[1.6.0] - 2023-06-26

Features

  • datetime field support added.

[1.5.21] - 2023-06-22

Bug fix

  • Duplicate css import when used with mutliple flow dependecies

[1.5.20] - 2023-06-14

Improvements

  • textarea field now supports maskValue peoperty.
  • Text based tooltip max-width improved.

[1.5.20-beta1] - 2023-05-29

Warning: Use only to test vue3 object reactivity and event emission.

Improvements

  • input and state-change event now emitting new object/ deep copy of the object.
  • state-change event emission optimised

[1.5.19] - 2023-05-25

Bug fix

  • checkbox and radio helper text not displayed if used with markup.

[1.5.18] - 2023-05-23

Bug fix

  • Passed missing fileType prop to f-file-input component

[1.5.17] - 2023-05-18

Improvements

  • Slack notifications integrated

[1.5.16] - 2023-05-16

Improvements

  • qaId added in checkbox and radio options

[1.5.15] - 2023-05-10

Bug fixes

  • f-select : optionTemplate type fixed.

[1.5.14] - 2023-05-10

Bug fixes

  • radio field tooltip not displaying fixed.

[1.5.13] - 2023-05-03

Bug fixes

  • required validation rule message fixed.

[1.5.12] - 2023-04-18

Improvements

  • types updated
  • console.log cleanup
  • schema doc md file added

[1.5.11] - 2023-04-10

Improvements

  • We can now pass html`` markup with event binding in label.title, label.subTitle and helperText.
  • autofocus, autocomplete support added to text fields.
  • submit on enter feature.
  • html function rexported for consumer.

[1.5.10] - 2023-04-07

Improvements

  • subTitle clickable feature.

[1.5.9] - 2023-04-07

Bug fixes

  • hidden field validation.

[1.5.8] - 2023-04-07

Bug fixes

  • clear property not working in select field.
  • Vue : overridden variant, category, size not working.
  • Typescript : button, icon-button custom state not working.

[1.5.7] - 2023-04-04

Bug fixes

  • subTitle not working in select fixed.

[1.5.6] - 2023-04-04

Improvements

  • subTitle filed added to support right side text of input.
  • helperText now supports html markup.

Bug fixes

  • helperText not wrapping issue fixed.

[1.5.5] - 2023-03-31

Bug fixes

  • umd : undefined check added on validation state.

[1.5.4] - 2023-03-31

Bug fixes

  • undefined check added on field.

[1.5.3] - 2023-03-31

Improvements

  • umd bundle added in package.

[1.5.2] - 2023-03-23

Bug fixes

  • emoji category selection closes popover.

[1.5.1] - 2023-03-23

Bug fixes

  • state-change does not emit deep inner element's validation messages.

[1.5.0] - 2023-03-23

Features

  • hidden field type support added.

Improvements

  • showWhen updated to more generic typescript type.
  • button,icon-button updated to support variant,category,size.

[1.4.4] - 2023-03-21

Improvements

  • Typescript types error fixed forFDividerState.

[1.4.3] - 2023-03-20

Improvements

  • data-qa- updated on + - button in f-form-array.

[1.4.2] - 2023-03-17

Bug fixes

  • form render bug fixed.

[1.4.1] - 2023-03-17

Bug fixes

  • label.title not used in error messages.

[1.4.0] - 2023-03-13

Features

  • emoji field added.

[1.3.0] - 2023-03-13

Features

  • separator field added.

[1.2.11] - 2023-03-09

Improvements

  • Alignment of +, - actions in array field fixed.

[1.2.10] - 2023-03-09

Improvements

  • Alignment of +, - actions in array field fixed.

[1.2.9] - 2023-03-09

Improvements

  • Alignment of +, - actions in array field fixed.

[1.2.8-beta] - 2023-03-07

Improvements

  • data-qa-* testing.

[1.2.7] - 2023-03-07

Improvements

  • UX improvements.

[1.2.6] - 2023-03-06

Improvements

  • InfoIcon tooltip behavior updated.

[1.2.5] - 2023-03-02

Improvements

  • allowEmpty added for array field.

[1.2.4] - 2023-03-02

Features

  • suggest and file field implemented.

Improvements

  • data-qa-* attributes added.

[1.2.3] - 2023-02-27

Improvements

  • value assignemnt logic updated.

[1.2.2] - 2023-02-26

Improvements

  • debounce added in input event.

[1.2.1] - 2023-02-26

Improvements

  • f-form-object, f-form-array css fixed.

[1.2.0] - 2023-02-23

Improvements

  • id made mandatory in checbox and radio options.

[1.1.9] - 2023-02-22

Improvements

  • min, max,min-value,max-value, regex validation rules added.

[1.1.8] - 2023-02-22

Improvements

  • f-radio-group and f-checkbox-group options and value types updated.

[1.1.7] - 2023-02-22

Improvements

  • default validations added for url and email fields.

[1.1.6] - 2023-02-21

Improvements

  • variant, category, size, gap propogation to all inputs.

[1.1.5] - 2023-02-21

Improvements

  • label property added
  • suffixWhen implementation for text fields.

[1.1.4] - 2023-02-21

Bug Fix

  • value property renamed to values for vue2 bug

[1.1.3] - 2023-02-20

Bug Fix

  • setting reflect false on value prop of formbuilder

[1.1.2] - 2023-02-20

Bug Fix

  • setting reflect false on value prop of formbuilder

[1.1.1] - 2023-02-20

Improvements

...

Read more