Releases: ollionorg/flow-core
@ollion/flow-core@2.9.2
Release Notes
Change Log
[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 theuse-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 whenf-select
is open. Please update test cases accordingly.
[2.8.1] - 2024-02-07
Improvements
circle
variant added inf-progress-bar
to show progress in circle.
[2.8.0] - 2024-02-06
Features
- Implemented the
effect
attribute within thef-icon-button
component to enhance user engagement and draw attention effectively.
[2.7.8] - 2024-01-25
Improvements
- Added
show-scrollbar
property tof-div
.
Bug Fixes
- Updated
f-div
to accommodate changes in Chrome v121, which now supports thescrollbar-width
property. Default behavior adjusted accordingly.
Note
- Removed
hide-scrollbar
property fromf-div
. Existing usage won't cause any issues.
[2.7.7] - 2024-01-22
Improvements
f-button
:icon-left
andicon-right
sizes updated.
[2.7.6] - 2024-01-16
Improvements
f-div
: Addedhide-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 forpara
andcode
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 ofunsafeHTML
. - 🎨 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 onf-search
to disable showing autocomplete results.disable-suggestions
attribute added onf-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
fromf-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 tof-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 supportlable
,subtitle
,help
slots.- Note :
f-input-light
won't supportlable
,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
: resetmax-height
issue fixed.
[2.2.1] - 2023-11-08
Improvements
f-popover
: state attribute introduced withtransparent
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 forf-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
: addedvariant
property which includestext
andicon
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
: addedcategory
prop having two typesfill
andoutline
.
[2.0.3] - 2023-10-12
Patch Changes
- Remove sideEffects because the components require registration via import
- Updated dependencies
@ollion/flow-core-config@1.1.3
[2.0.2] - 2023-10-10
Patch Changes
[2.0.1-beta.0] - 2023-10-10
Patch Changes
- Fix platform types
- Updated dependencies
@ollion/flow-core-config@1.1.1-beta.0
[2.0.0] - 2023-10-10
Major Changes
- Migrated to monorepo structure and removed the need for custom CSS
Patch Changes
- Updated dependencies
@ollion/flow-core-config@1.1.0
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 tovalue
has an issue with vue2.
[1.26.1] - 2023-09-27
Improvements
f-popover
: Added ashadow
flag for displaying shadows (Note: it functions only whenoverlay="false"
).
[1.26.0] - 2023-09-26
Features
f-select
: options navigation through arrow keys.f-select
:Enter
key to select optionf-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
: mappingMIME Type
with its extensions, and displaying extension (.docx, .ppt) instead of wholeMIME Type
being displayed.f-search
:data-qa-element-id
added.
[1.25.2] - 2023-09-20
Bug Fixes
f-select
: fixed creation new datasets when we click on “No Options”, when create-new-option isfalse
.
[1.25.1] - 2023-09-15
Bug Fixes
f-tag
: counter suraface color visibility fixed.
[1.25.0] - 2023-09-14
Features
f-popover
: Introducedsize="hug-content"
to support popover sizing based on inner content.f-popover
now supports a custom size using the size property. For example,size="custom(500px, 100vh)"
where the first parameter is width and the second is height.f-popover
can open without a target and with custom placements. For instance,size="custom(500px, 100vh)" placement="right"
will open the popover on the extreme right, similar to a slideout.
Bug Fixes
f-popover
:@overlay-click
not emitted when:overlay="false"
[1.24.9] - 202...
@ollion/flow-form-builder@2.3.1
Release Notes
Change Log
[2.3.1] - 2024-03-12
Bug Fixes
showWhen
not working forlayout:'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 theselect
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 supportslabel-left
value.
[2.2.3] - 2024-02-13
Patch Changes
suggestWhen
property support added tosuggest
field.
[2.2.2] - 2024-02-12
Patch Changes
maxOptionsWidth
property added toselect
field.
[2.2.1] - 2023-12-18
Patch Changes
- Markup support for the option title in
f-checkbox-group
andf-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
andmax-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
- Remove sideEffects because the components require registration via import
- Updated dependencies
@ollion/flow-core-config@1.1.3
@ollion/flow-core@2.0.3
[2.0.2] - 2023-10-10
Patch Changes
a2de106
: Fix platform types- Updated dependencies [a2de106]
@ollion/flow-core-config@1.1.1
@ollion/flow-core@2.0.1
[2.0.1-beta.0] -2023-10-10
Patch Changes
- Fix platform types
- Updated dependencies
@ollion/flow-core-config@1.1.1-beta.0
@ollion/flow-core@2.0.1-beta.0
[2.0.0] - 2023-10-10
Major Changes
- Migrated to monorepo structure and removed the need for custom CSS
Patch Changes
- Updated dependencies
@ollion/flow-core@2.0.0
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 forselect
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
andradio
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 supportsmaskValue
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
andradio
helper text not displayed if used with markup.
[1.5.18] - 2023-05-23
Bug fix
- Passed missing
fileType
prop tof-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
andhelperText
. 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 supportshtml
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 supportvariant
,category
,size
.
[1.4.4] - 2023-03-21
Improvements
- Typescript types error fixed for
FDividerState
.
[1.4.3] - 2023-03-20
Improvements
data-qa-
updated on + - button inf-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
andfile
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
andf-checkbox-group
options and value types updated.
[1.1.7] - 2023-02-22
Improvements
- default validations added for
url
andemail
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 addedsuffixWhen
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
- setting reflect false on value prop of formbuilder
[1.1.0] - 2023-02-20
Improvements
- Schema and architecture changed
[1.0.0] - 2023-02-15
Improvements
button
,icon-button
field types added.canDuplicate
feature implemented.type
property added to group which will have either 2 values `object...
@ollion/flow-core@2.9.1
Release Notes
Change Log
[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 theuse-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 whenf-select
is open. Please update test cases accordingly.
[2.8.1] - 2024-02-07
Improvements
circle
variant added inf-progress-bar
to show progress in circle.
[2.8.0] - 2024-02-06
Features
- Implemented the
effect
attribute within thef-icon-button
component to enhance user engagement and draw attention effectively.
[2.7.8] - 2024-01-25
Improvements
- Added
show-scrollbar
property tof-div
.
Bug Fixes
- Updated
f-div
to accommodate changes in Chrome v121, which now supports thescrollbar-width
property. Default behavior adjusted accordingly.
Note
- Removed
hide-scrollbar
property fromf-div
. Existing usage won't cause any issues.
[2.7.7] - 2024-01-22
Improvements
f-button
:icon-left
andicon-right
sizes updated.
[2.7.6] - 2024-01-16
Improvements
f-div
: Addedhide-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 forpara
andcode
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 ofunsafeHTML
. - 🎨 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 onf-search
to disable showing autocomplete results.disable-suggestions
attribute added onf-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
fromf-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 tof-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 supportlable
,subtitle
,help
slots.- Note :
f-input-light
won't supportlable
,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
: resetmax-height
issue fixed.
[2.2.1] - 2023-11-08
Improvements
f-popover
: state attribute introduced withtransparent
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 forf-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
: addedvariant
property which includestext
andicon
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
: addedcategory
prop having two typesfill
andoutline
.
[2.0.3] - 2023-10-12
Patch Changes
- Remove sideEffects because the components require registration via import
- Updated dependencies
@ollion/flow-core-config@1.1.3
[2.0.2] - 2023-10-10
Patch Changes
[2.0.1-beta.0] - 2023-10-10
Patch Changes
- Fix platform types
- Updated dependencies
@ollion/flow-core-config@1.1.1-beta.0
[2.0.0] - 2023-10-10
Major Changes
- Migrated to monorepo structure and removed the need for custom CSS
Patch Changes
- Updated dependencies
@ollion/flow-core-config@1.1.0
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 tovalue
has an issue with vue2.
[1.26.1] - 2023-09-27
Improvements
f-popover
: Added ashadow
flag for displaying shadows (Note: it functions only whenoverlay="false"
).
[1.26.0] - 2023-09-26
Features
f-select
: options navigation through arrow keys.f-select
:Enter
key to select optionf-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
: mappingMIME Type
with its extensions, and displaying extension (.docx, .ppt) instead of wholeMIME Type
being displayed.f-search
:data-qa-element-id
added.
[1.25.2] - 2023-09-20
Bug Fixes
f-select
: fixed creation new datasets when we click on “No Options”, when create-new-option isfalse
.
[1.25.1] - 2023-09-15
Bug Fixes
f-tag
: counter suraface color visibility fixed.
[1.25.0] - 2023-09-14
Features
f-popover
: Introducedsize="hug-content"
to support popover sizing based on inner content.f-popover
now supports a custom size using the size property. For example,size="custom(500px, 100vh)"
where the first parameter is width and the second is height.f-popover
can open without a target and with custom placements. For instance,size="custom(500px, 100vh)" placement="right"
will open the popover on the extreme right, similar to a slideout.
Bug Fixes
f-popover
:@overlay-click
not emitted when:overlay="false"
[1.24.9] - 2023-09-13
Bug Fixes
f-date-time-picker
: clear property not wo...
@ollion/flow-table@2.4.0
Release Notes
Change Log
[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
: Addedsticky-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 onf-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
- Remove sideEffects because the components require registration via import
- Updated dependencies
@ollion/flow-core-config@1.1.3
@ollion/flow-core@2.0.3
[2.0.2] - 2023-10-10
Patch Changes
- a2de106: Fix platform types
- Updated dependencies [a2de106]
@ollion/flow-core-config@1.1.1
@ollion/flow-core@2.0.1
[2.0.1-beta.0] - 2023-10-10
Patch Changes
- Fix platform types
- Updated dependencies
@ollion/flow-core-config@1.1.1-beta.0
@ollion/flow-core@2.0.1-beta.0
[2.0.0] - 2023-10-10
Major Changes
- Migrated to monorepo structure and removed the need for custom CSS
Patch Changes
- Updated dependencies
@ollion/flow-core@2.0.0
[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 usingjspdf
.
[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 supportsexpand-icon-position
attribute.f-tcell
actions now supports tooltip
Improvements
part="cell"
addedf-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 insidef-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 updatedf-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/flow-form-builder@2.3.0
Release Notes
Change Log
[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 theselect
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 supportslabel-left
value.
[2.2.3] - 2024-02-13
Patch Changes
suggestWhen
property support added tosuggest
field.
[2.2.2] - 2024-02-12
Patch Changes
maxOptionsWidth
property added toselect
field.
[2.2.1] - 2023-12-18
Patch Changes
- Markup support for the option title in
f-checkbox-group
andf-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
andmax-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
- Remove sideEffects because the components require registration via import
- Updated dependencies
@ollion/flow-core-config@1.1.3
@ollion/flow-core@2.0.3
[2.0.2] - 2023-10-10
Patch Changes
a2de106
: Fix platform types- Updated dependencies [a2de106]
@ollion/flow-core-config@1.1.1
@ollion/flow-core@2.0.1
[2.0.1-beta.0] -2023-10-10
Patch Changes
- Fix platform types
- Updated dependencies
@ollion/flow-core-config@1.1.1-beta.0
@ollion/flow-core@2.0.1-beta.0
[2.0.0] - 2023-10-10
Major Changes
- Migrated to monorepo structure and removed the need for custom CSS
Patch Changes
- Updated dependencies
@ollion/flow-core@2.0.0
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 forselect
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
andradio
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 supportsmaskValue
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
andradio
helper text not displayed if used with markup.
[1.5.18] - 2023-05-23
Bug fix
- Passed missing
fileType
prop tof-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
andhelperText
. 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 supportshtml
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 supportvariant
,category
,size
.
[1.4.4] - 2023-03-21
Improvements
- Typescript types error fixed for
FDividerState
.
[1.4.3] - 2023-03-20
Improvements
data-qa-
updated on + - button inf-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
andfile
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
andf-checkbox-group
options and value types updated.
[1.1.7] - 2023-02-22
Improvements
- default validations added for
url
andemail
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 addedsuffixWhen
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
- setting reflect false on value prop of formbuilder
[1.1.0] - 2023-02-20
Improvements
- Schema and architecture changed
[1.0.0] - 2023-02-15
Improvements
button
,icon-button
field types added.canDuplicate
feature implemented.type
property added to group which will have either 2 valuesobject
|array
.iconTooltip
implemented.- All code segregated.
- few unit tests added.
email
,between
validation rules added.- reactivity added for group addition or deletion f...
@ollion/flow-core@2.9.0
Release Notes
Change Log
[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 theuse-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 whenf-select
is open. Please update test cases accordingly.
[2.8.1] - 2024-02-07
Improvements
circle
variant added inf-progress-bar
to show progress in circle.
[2.8.0] - 2024-02-06
Features
- Implemented the
effect
attribute within thef-icon-button
component to enhance user engagement and draw attention effectively.
[2.7.8] - 2024-01-25
Improvements
- Added
show-scrollbar
property tof-div
.
Bug Fixes
- Updated
f-div
to accommodate changes in Chrome v121, which now supports thescrollbar-width
property. Default behavior adjusted accordingly.
Note
- Removed
hide-scrollbar
property fromf-div
. Existing usage won't cause any issues.
[2.7.7] - 2024-01-22
Improvements
f-button
:icon-left
andicon-right
sizes updated.
[2.7.6] - 2024-01-16
Improvements
f-div
: Addedhide-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 forpara
andcode
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 ofunsafeHTML
. - 🎨 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 onf-search
to disable showing autocomplete results.disable-suggestions
attribute added onf-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
fromf-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 tof-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 supportlable
,subtitle
,help
slots.- Note :
f-input-light
won't supportlable
,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
: resetmax-height
issue fixed.
[2.2.1] - 2023-11-08
Improvements
f-popover
: state attribute introduced withtransparent
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 forf-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
: addedvariant
property which includestext
andicon
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
: addedcategory
prop having two typesfill
andoutline
.
[2.0.3] - 2023-10-12
Patch Changes
- Remove sideEffects because the components require registration via import
- Updated dependencies
@ollion/flow-core-config@1.1.3
[2.0.2] - 2023-10-10
Patch Changes
[2.0.1-beta.0] - 2023-10-10
Patch Changes
- Fix platform types
- Updated dependencies
@ollion/flow-core-config@1.1.1-beta.0
[2.0.0] - 2023-10-10
Major Changes
- Migrated to monorepo structure and removed the need for custom CSS
Patch Changes
- Updated dependencies
@ollion/flow-core-config@1.1.0
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 tovalue
has an issue with vue2.
[1.26.1] - 2023-09-27
Improvements
f-popover
: Added ashadow
flag for displaying shadows (Note: it functions only whenoverlay="false"
).
[1.26.0] - 2023-09-26
Features
f-select
: options navigation through arrow keys.f-select
:Enter
key to select optionf-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
: mappingMIME Type
with its extensions, and displaying extension (.docx, .ppt) instead of wholeMIME Type
being displayed.f-search
:data-qa-element-id
added.
[1.25.2] - 2023-09-20
Bug Fixes
f-select
: fixed creation new datasets when we click on “No Options”, when create-new-option isfalse
.
[1.25.1] - 2023-09-15
Bug Fixes
f-tag
: counter suraface color visibility fixed.
[1.25.0] - 2023-09-14
Features
f-popover
: Introducedsize="hug-content"
to support popover sizing based on inner content.f-popover
now supports a custom size using the size property. For example,size="custom(500px, 100vh)"
where the first parameter is width and the second is height.f-popover
can open without a target and with custom placements. For instance,size="custom(500px, 100vh)" placement="right"
will open the popover on the extreme right, similar to a slideout.
Bug Fixes
f-popover
:@overlay-click
not emitted when:overlay="false"
[1.24.9] - 2023-09-13
Bug Fixes
f-date-time-picker
: clear property not working fixed.
[1.24.8] - 2023-09-13
Bug Fixes
- f-input of type number converts zero...
@ollion/flow-form-builder@2.2.5
Release Notes
Change Log
[2.2.5] - 2024-02-13
Patch Changes
- The
useVirtualizer
property has been added to theselect
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 supportslabel-left
value.
[2.2.3] - 2024-02-13
Patch Changes
suggestWhen
property support added tosuggest
field.
[2.2.2] - 2024-02-12
Patch Changes
maxOptionsWidth
property added toselect
field.
[2.2.1] - 2023-12-18
Patch Changes
- Markup support for the option title in
f-checkbox-group
andf-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
andmax-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
- Remove sideEffects because the components require registration via import
- Updated dependencies
@ollion/flow-core-config@1.1.3
@ollion/flow-core@2.0.3
[2.0.2] - 2023-10-10
Patch Changes
a2de106
: Fix platform types- Updated dependencies [a2de106]
@ollion/flow-core-config@1.1.1
@ollion/flow-core@2.0.1
[2.0.1-beta.0] -2023-10-10
Patch Changes
- Fix platform types
- Updated dependencies
@ollion/flow-core-config@1.1.1-beta.0
@ollion/flow-core@2.0.1-beta.0
[2.0.0] - 2023-10-10
Major Changes
- Migrated to monorepo structure and removed the need for custom CSS
Patch Changes
- Updated dependencies
@ollion/flow-core@2.0.0
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 forselect
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
andradio
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 supportsmaskValue
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
andradio
helper text not displayed if used with markup.
[1.5.18] - 2023-05-23
Bug fix
- Passed missing
fileType
prop tof-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
andhelperText
. 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 supportshtml
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 supportvariant
,category
,size
.
[1.4.4] - 2023-03-21
Improvements
- Typescript types error fixed for
FDividerState
.
[1.4.3] - 2023-03-20
Improvements
data-qa-
updated on + - button inf-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
andfile
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
andf-checkbox-group
options and value types updated.
[1.1.7] - 2023-02-22
Improvements
- default validations added for
url
andemail
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 addedsuffixWhen
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
- setting reflect false on value prop of formbuilder
[1.1.0] - 2023-02-20
Improvements
- Schema and architecture changed
[1.0.0] - 2023-02-15
Improvements
button
,icon-button
field types added.canDuplicate
feature implemented.type
property added to group which will have either 2 valuesobject
|array
.iconTooltip
implemented.- All code segregated.
- few unit tests added.
email
,between
validation rules added.- reactivity added for group addition or deletion from consumer.
- multiple event binding issue fixed.
[0.1.1...
@ollion/flow-core@2.8.7
Release Notes
Change Log
[2.8.7] - 2024-02-22
Improvements
- The
f-select
virtualizer has been made optional and can be controlled using theuse-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 whenf-select
is open. Please update test cases accordingly.
[2.8.1] - 2024-02-07
Improvements
circle
variant added inf-progress-bar
to show progress in circle.
[2.8.0] - 2024-02-06
Features
- Implemented the
effect
attribute within thef-icon-button
component to enhance user engagement and draw attention effectively.
[2.7.8] - 2024-01-25
Improvements
- Added
show-scrollbar
property tof-div
.
Bug Fixes
- Updated
f-div
to accommodate changes in Chrome v121, which now supports thescrollbar-width
property. Default behavior adjusted accordingly.
Note
- Removed
hide-scrollbar
property fromf-div
. Existing usage won't cause any issues.
[2.7.7] - 2024-01-22
Improvements
f-button
:icon-left
andicon-right
sizes updated.
[2.7.6] - 2024-01-16
Improvements
f-div
: Addedhide-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 forpara
andcode
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 ofunsafeHTML
. - 🎨 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 onf-search
to disable showing autocomplete results.disable-suggestions
attribute added onf-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
fromf-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 tof-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 supportlable
,subtitle
,help
slots.- Note :
f-input-light
won't supportlable
,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
: resetmax-height
issue fixed.
[2.2.1] - 2023-11-08
Improvements
f-popover
: state attribute introduced withtransparent
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 forf-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
: addedvariant
property which includestext
andicon
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
: addedcategory
prop having two typesfill
andoutline
.
[2.0.3] - 2023-10-12
Patch Changes
- Remove sideEffects because the components require registration via import
- Updated dependencies
@ollion/flow-core-config@1.1.3
[2.0.2] - 2023-10-10
Patch Changes
[2.0.1-beta.0] - 2023-10-10
Patch Changes
- Fix platform types
- Updated dependencies
@ollion/flow-core-config@1.1.1-beta.0
[2.0.0] - 2023-10-10
Major Changes
- Migrated to monorepo structure and removed the need for custom CSS
Patch Changes
- Updated dependencies
@ollion/flow-core-config@1.1.0
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 tovalue
has an issue with vue2.
[1.26.1] - 2023-09-27
Improvements
f-popover
: Added ashadow
flag for displaying shadows (Note: it functions only whenoverlay="false"
).
[1.26.0] - 2023-09-26
Features
f-select
: options navigation through arrow keys.f-select
:Enter
key to select optionf-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
: mappingMIME Type
with its extensions, and displaying extension (.docx, .ppt) instead of wholeMIME Type
being displayed.f-search
:data-qa-element-id
added.
[1.25.2] - 2023-09-20
Bug Fixes
f-select
: fixed creation new datasets when we click on “No Options”, when create-new-option isfalse
.
[1.25.1] - 2023-09-15
Bug Fixes
f-tag
: counter suraface color visibility fixed.
[1.25.0] - 2023-09-14
Features
f-popover
: Introducedsize="hug-content"
to support popover sizing based on inner content.f-popover
now supports a custom size using the size property. For example,size="custom(500px, 100vh)"
where the first parameter is width and the second is height.f-popover
can open without a target and with custom placements. For instance,size="custom(500px, 100vh)" placement="right"
will open the popover on the extreme right, similar to a slideout.
Bug Fixes
f-popover
:@overlay-click
not emitted when:overlay="false"
[1.24.9] - 2023-09-13
Bug Fixes
f-date-time-picker
: clear property not working fixed.
[1.24.8] - 2023-09-13
Bug Fixes
- f-input of type number converts zero to blank string.
[1.24.7] - 2023-09-07
Bug Fixes
- ...
@ollion/flow-table@2.3.0
Release Notes
Change Log
[2.3.0] - 2024-02-23
Feature
f-table
&f-table-schema
:highlight-column-hover
property added to control column header hover behavior.
[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
: Addedsticky-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 onf-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
- Remove sideEffects because the components require registration via import
- Updated dependencies
@ollion/flow-core-config@1.1.3
@ollion/flow-core@2.0.3
[2.0.2] - 2023-10-10
Patch Changes
- a2de106: Fix platform types
- Updated dependencies [a2de106]
@ollion/flow-core-config@1.1.1
@ollion/flow-core@2.0.1
[2.0.1-beta.0] - 2023-10-10
Patch Changes
- Fix platform types
- Updated dependencies
@ollion/flow-core-config@1.1.1-beta.0
@ollion/flow-core@2.0.1-beta.0
[2.0.0] - 2023-10-10
Major Changes
- Migrated to monorepo structure and removed the need for custom CSS
Patch Changes
- Updated dependencies
@ollion/flow-core@2.0.0
[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 usingjspdf
.
[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 supportsexpand-icon-position
attribute.f-tcell
actions now supports tooltip
Improvements
part="cell"
addedf-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 insidef-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 updatedf-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/flow-core@2.8.6
Release Notes
Change Log
[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 whenf-select
is open. Please update test cases accordingly.
[2.8.1] - 2024-02-07
Improvements
circle
variant added inf-progress-bar
to show progress in circle.
[2.8.0] - 2024-02-06
Features
- Implemented the
effect
attribute within thef-icon-button
component to enhance user engagement and draw attention effectively.
[2.7.8] - 2024-01-25
Improvements
- Added
show-scrollbar
property tof-div
.
Bug Fixes
- Updated
f-div
to accommodate changes in Chrome v121, which now supports thescrollbar-width
property. Default behavior adjusted accordingly.
Note
- Removed
hide-scrollbar
property fromf-div
. Existing usage won't cause any issues.
[2.7.7] - 2024-01-22
Improvements
f-button
:icon-left
andicon-right
sizes updated.
[2.7.6] - 2024-01-16
Improvements
f-div
: Addedhide-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 forpara
andcode
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 ofunsafeHTML
. - 🎨 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 onf-search
to disable showing autocomplete results.disable-suggestions
attribute added onf-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
fromf-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 tof-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 supportlable
,subtitle
,help
slots.- Note :
f-input-light
won't supportlable
,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
: resetmax-height
issue fixed.
[2.2.1] - 2023-11-08
Improvements
f-popover
: state attribute introduced withtransparent
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 forf-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
: addedvariant
property which includestext
andicon
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
: addedcategory
prop having two typesfill
andoutline
.
[2.0.3] - 2023-10-12
Patch Changes
- Remove sideEffects because the components require registration via import
- Updated dependencies
@ollion/flow-core-config@1.1.3
[2.0.2] - 2023-10-10
Patch Changes
[2.0.1-beta.0] - 2023-10-10
Patch Changes
- Fix platform types
- Updated dependencies
@ollion/flow-core-config@1.1.1-beta.0
[2.0.0] - 2023-10-10
Major Changes
- Migrated to monorepo structure and removed the need for custom CSS
Patch Changes
- Updated dependencies
@ollion/flow-core-config@1.1.0
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 tovalue
has an issue with vue2.
[1.26.1] - 2023-09-27
Improvements
f-popover
: Added ashadow
flag for displaying shadows (Note: it functions only whenoverlay="false"
).
[1.26.0] - 2023-09-26
Features
f-select
: options navigation through arrow keys.f-select
:Enter
key to select optionf-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
: mappingMIME Type
with its extensions, and displaying extension (.docx, .ppt) instead of wholeMIME Type
being displayed.f-search
:data-qa-element-id
added.
[1.25.2] - 2023-09-20
Bug Fixes
f-select
: fixed creation new datasets when we click on “No Options”, when create-new-option isfalse
.
[1.25.1] - 2023-09-15
Bug Fixes
f-tag
: counter suraface color visibility fixed.
[1.25.0] - 2023-09-14
Features
f-popover
: Introducedsize="hug-content"
to support popover sizing based on inner content.f-popover
now supports a custom size using the size property. For example,size="custom(500px, 100vh)"
where the first parameter is width and the second is height.f-popover
can open without a target and with custom placements. For instance,size="custom(500px, 100vh)" placement="right"
will open the popover on the extreme right, similar to a slideout.
Bug Fixes
f-popover
:@overlay-click
not emitted when:overlay="false"
[1.24.9] - 2023-09-13
Bug Fixes
f-date-time-picker
: clear property not working fixed.
[1.24.8] - 2023-09-13
Bug Fixes
- f-input of type number converts zero to blank string.
[1.24.7] - 2023-09-07
Bug Fixes
- large
f-popover
overflows from screen when target is also big.
[1.24.6] - 2023-09-07
Bug Fixes
- Duplicate typescript type export bug fixed.
[1.24.5] - 2023-09-06
Bug Fixes
f-accordion
: ...