This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
Releases: ollionorg/flow-core
Releases · ollionorg/flow-core
@ollion/flow-text-editor@0.0.1
Release Notes
Change Log
[0.0.1] - 2024-07-08
Features
f-text-editor
: component added
@ollion/flow-md-editor@2.1.2
Release Notes
Change Log
[2.1.2] - 2024-07-08
Patch Changes
f-md-editor
stories added.- minor css changes when used inside
f-div
.
[2.1.1] - 2024-07-08
Patch Changes
f-md-editor
type fixed.vue
component types updated.
[2.1.0] - 2023-11-27
Minor Changes
lit
upgraded to v3.
[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.0.0] - 2023-07-20
Feature
- BREAKING : Using lightDom for markdown customization (This change will apply gloabl or userAgent styles in md viewer)
[0.0.2] - 2023-07-18
Improvements
f-md-editor
: edit mode css updated
[0.0.1] - 2023-07-12
Features
f-md-editor
: component added
@ollion/flow-core@2.10.0
Release Notes
Change Log
[2.10.0] - 2024-07-10
Minor Changes
actions
property added inf-button
, it will be displayed under chevron
[2.9.15] - 2024-07-08
Patch Changes
vue
component types updated.
[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 inf-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
: callupdateDimentions
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 tof-tag
to support bothfill
andoutline
values. Default value set tofill
. - Added
max-width
property tof-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 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 (N...
@ollion/flow-table@2.4.8
Release Notes
Change Log
[2.4.8] - 2024-07-08
Patch Changes
vue
component types updated.
[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 whenselectable="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 inf-table-schema
fixed.
[2.4.1] - 2024-03-20
Bug Fixes
f-tcell
aligment inf-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
: 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-md-editor@2.1.1
Release Notes
Change Log
[2.1.1] - 2024-07-08
Patch Changes
f-md-editor
type fixed.vue
component types updated.
[2.1.0] - 2023-11-27
Minor Changes
lit
upgraded to v3.
[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.0.0] - 2023-07-20
Feature
- BREAKING : Using lightDom for markdown customization (This change will apply gloabl or userAgent styles in md viewer)
[0.0.2] - 2023-07-18
Improvements
f-md-editor
: edit mode css updated
[0.0.1] - 2023-07-12
Features
f-md-editor
: component added
@ollion/flow-log@2.1.1
Release Notes
Change Log
[2.1.1] - 2024-07-08
Patch Changes
vue
component types updated.
[2.1.0] - 2024-03-28
Features
- f-log :
label
property introduced to display label at top-left. - f-log :
header
slot introduced to display meta info after search bar. - f-log :
actions
slot introduced to display additional actions menu or icons at top-right. - f-log : formatting colors updated.
- f-log : search bar and log level selection elements style updated.
[2.0.6] - 2024-03-23
Bug Fixes
- Not clearing highlight of last search
[2.0.5] - 2024-03-23
Bug Fixes
- Scroll to searchKeyword when available.
[2.0.4] - 2024-03-21
Bug Fixes
- Scroll to searchKeyword when available.
[2.0.3] - 2024-02-12
Improvements
- Scrollbar visibility enabled in F-log element.
[2.0.2] - 2024-02-07
Improvements
search-keyword
added tof-log
element, to control search externally.
[2.0.1] - 2023-12-18
Patch Changes
- Updated ES6 import syntax for
mark.js
[2.0.0] - 2023-12-11
Major/Breaking Changes
- 🚫 Removed show-search and show-scrollbar attributes.
- 🪓 Dropped the internal dependency on xterm.js. (We're more independent now!)
Features
- 🎨 Now rocking native HTML for log display. (Goodbye, unnecessary complexity!)
- 🚀 Handling logs like a champ with batch processing for over 1,000 lines. (Performance boost!)
- 🧰 Say hello to the show-toolbar attribute, bringing you filter, search, and Jump to Line tools. (Tools at your fingertips!)
- 🔍 Introducing the highlight-keywords property. Customize word highlighting to your heart's content. (Show off those important terms!)
- 🔄 Added the wrap-text attribute for toggling line wrapping. (Readability, you're in control!)
[1.1.0] - 2023-11-27
Minor Changes
lit
upgraded to v3.
[1.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
[1.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
[1.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
[1.0.0] - 2023-10-10
Minor Changes
- Migrated to monorepo structure and removed the need for custom CSS
Patch Changes
- Updated dependencies
@ollion/flow-core@2.0.0
[0.0.1] - 2023-05-29
Features
f-log
package added.
@ollion/flow-lineage@3.2.2
Release Notes
Change Log
[3.2.2] - 2024-07-08
Patch Changes
vue
component types updated.
[3.2.1] - 2024-03-19
Improvements
fClick
callback added in the link.label
property added to display a label on the link.showLabelOn
property added to customize label displaying behaviour either on click or hover;- The
tooltip
property was added to display more information about the link
[3.2.0] - 2024-03-19
Features
direction="vertical"
implemented inf-lineage
.
[3.1.1] - 2023-12-19
Patch Changes
- 🔄 Updated the template rendering logic of d3's
foreignObject
for enhanced security against HTML injection. 🛡️
[3.1.0] - 2023-11-27
Minor Changes
lit
upgraded to v3.
[3.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
[3.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
[3.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
[3.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.
[2.0.1] - 2023-09-11
Improvements
ResizeObserver
used instead of window'sresize
event for better accuracy.- Re-size debounce timeout updated for better user experience.
[2.0.0] - 2023-07-05
BREAKING CHANGES :alert: :alert:
- We have recently addressed a security hotspot that had the potential for Code Injection. In our previous implementation, we were utilizing eval for the node template functionality. As a result, we strongly recommend that you update your existing node template APIs to the latest version.
- By updating to the latest version, you will benefit from the security improvements we have implemented, mitigating the risk of Code Injection vulnerabilities. Please refer (here)[https://github.com/ollionorg/flow-core#script] to update
node-template
.
[1.4.6] - 2023-07-04
Improvements
- Debugging console.log removed.
- Snapshot test added.
Bug fixes
- Typescript error in
curve-steps.js
. - Empty links not plotting lineage.
[1.4.5] - 2023-06-19
Bug fixes
flow-core
css duplication fixed.
[1.4.3] - 2023-06-19
Improvements
flow-core
css updated.
[1.4.2] - 2023-05-18
Improvements
- Slack notifications integrated
[1.4.1] - 2023-05-16
Improvements
- Sonar scan fixes
[1.4.0] - 2023-03-09
Improvements
sourceMap
included.- dependecies excluded from bundling.
[1.3.9] - 2023-02-21
Bug fixes
nodeMeta
event name for opening meta-data changed tonode-meta
[1.3.8] - 2023-02-20
Improvements
fNodeMeta
is added, and when it is provided, then on right click of any node, popover opens displaying the node-meta data.
[1.3.7] - 2023-02-14
Bug fixes
- open/close children bug in storybook canvas tab.
[1.3.6] - 2023-02-06
Improvements
- Following node properties renamed :
nodeTemplate
->fNodeTemplate
templateData
->fData
children
->fChildren
hideChildren
->fHideChildren
click
->fClick
rightClick
->fRightClick
- Error displayed on console + in node when
fData
is undefined.
[1.3.5] - 2023-02-03
Bug fixes
- Browser crash issue due to application of Proxy on Proxy fixed.
[1.3.4] - 2023-02-03
Bug fixes
- Debounce added on resize event
[1.3.3] - 2023-02-01
Bug fixes
- Proxy set bug fixed
[1.3.2] - 2023-02-01
Improvements
- debug statements removed.
[1.3.1] - 2023-01-30
Improvements
- Hot update feature improved and new object assignment support added.
[1.3.0] - 2023-01-30
Features
- 🔥 Hot update when user changes
templateData
.
[1.2.3] - 2023-01-28
Improvements
- Primary outline added when node is highlighted.
data
from node schema is renamed totemplateData
.background
propetry added to customize background off-lineage
.
[1.2.2] - 2023-01-24
Improvements
- Show dashed hidden children links when node is focused.
[1.2.1] - 2023-01-24
Bug Fix
- Background link not shifting when we toggle children.
[1.2.0] - 2023-01-23
Improvements
- Outgoing backward connection's gap delta logic updated.
[1.1.9] - 2023-01-23
Improvements
- Same-level link logic implemented.
Bug fixes
- Backward connection going though node
- Curve angle glitch fixed.
- When we exapnd collapse nodes were overlapping.
- Chart is dragged if root has backward connection. (Logic updated)
[1.1.8] - 2023-01-20
Improvements
- links plotting algorithm updated
[1.1.7] - 2023-01-18
Bug Fixes
- Retain zoom and drag levels if nodes or links updated.
- Extra gap issue fixed while plotting distant links.
- Chart is dragged if root has backward connection.
[1.1.6] - 2023-01-17
Bug Fixes
- Safari: zoom in/zoom out fixed
[1.1.5] - 2023-01-17
Bug Fixes
children
typescript type updated.
[1.1.4] - 2023-01-17
Bug Fixes
children
typescript type updated.
[1.1.3] - 2023-01-17
Improvements
children
data typeArray
converted toObject
.
[1.1.2] - 2023-01-12
Bug Fixes
- Storybook control update not updating lineage component.
[1.1.1] - 2023-01-11
Bug Fixes
- Vue 2 : property name with hyphen support added.
[1.1.0] - 2023-01-11
Bug Fixes
links
vanishing bug resolved.
[1.0.9] - 2023-01-10
Bug Fixes
width
andheight
isssue solved when rendred other thanf-div
.
[1.0.8] - 2023-01-9
Bug Fixes
width
andheight
isssue solved when rendred other thanf-div
.
[1.0.7] - 2023-01-9
Improvements
max-childrens
renamed tomax-children
.width
andheight
isssue solved when rendred inf-div
.
[1.0.6] - 2023-01-9
Features
- Default node templates updated.
[1.0.5] - 2023-01-4
Features
rightClick
event support added in node schema.
Improvements
isChildrenVisible
property changed tohideChildren
with default valuetrue.
degree
property changed tostagger-load
.template
field changed tonodeTemplate
in node schema.
[1.0.2] - 2023-01-4
Improvements
- version added in console to debug
[1.0.1] - 2023-01-4
Improvements
README.md
updated with usage
[1.0.0] - 2023-01-3
Features
- Emitting
ready
event when plotting finishes.
[0.2.3] - 2022-12-9
Features
click
event support added in node schema.- template updated to support multiple tags.
[0.2.2] - 2022-12-8
Improvements
- reposition nodes when children collpased.
- update flow-core and add
f-tag
. - add node specific template.
[0.2.1] - 2022-12-5
Improvements
- show dot only for children links
[0.2.0] - 2022-12-5
Features
- Collapssible children in node
[0.1.9] - 2022-12-2
Features
- Auto load degree after intial render
- Show percentage of loaded
[0.1.8] - 2022-12-2
Improvements
Links
generation logic improved.- Large data lineage story added for performance testing.
[0.1.7] - 2022-11-28
Improvements
- Throttle and
degree
implementation updated.
[0.1.6] - 2022-11-28
Improvements
center-node
anddegree
property added to support throttling.
[0.1.5] - 2022-11-28
Bug fixes
- Any node to root coonection bug fixed
[0.1.4] - 2022-11-25
Features
- Birectional link if
from
andto
are swapped and added as additional link.
[0.1.3] - 2022-11-25
Bug fixes
- Incoming child connection error fixed.
[0.1.2] - 2022-11-25
Features
links
andnode
property support added for flat data structure.
[0.1.1] - 2022-11-18
Features
children-node-template
property support added.- We can specify template on individual node as well (for more customization and advanced usecases)
[0.1.0] - 2022-11-18
Features
children
links features added.- Whenever children scrolled their respective links removed.
[0.0.9] - 2022-11-16
Improvements
links
logic improved and it is not overlapping with any node
[0.0.8] - 2022-11-15
Features
links
added in node schema to support additional link to connect nth level node.node-template
property added to customize node template.
[0.0.7] - 2022-11-14
Features
- Highlight on click of node.
console.time
,console.group
added for better debugging metrices.
[0.0.6] - 2022-11-09
Improvements
children
pagination logic updated.
[0.0.5] - 2022-11-08
Features
children
with scrollbar support added.
[0.0.4] - 2022-11-07
Features
children
support added indata
property.
[0.0.3] - 2022-11-04
Features
data
,padding
,gap
,node-size
properties added.- scroll to zoom in/out added.
[0.0.2] - 2022-11-04
Improvements
direction
feature added.
[0.0.1] - 2022-11-01
Improvements
- Initial release.
@ollion/flow-form-builder@2.4.4
Release Notes
Change Log
[2.4.4] - 2024-07-08
Patch Changes
vue
component types updated.
[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
andobject
field
[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
-...
@ollion/flow-core@2.9.15
Release Notes
Change Log
[2.9.15] - 2024-07-08
Patch Changes
vue
component types updated.
[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 inf-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
: callupdateDimentions
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 tof-tag
to support bothfill
andoutline
values. Default value set tofill
. - Added
max-width
property tof-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 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 ...
@ollion/flow-code-editor@1.1.1
Release Notes
Change Log
[1.1.1] - 2024-07-08
Patch Changes
vue
component types updated.
[1.1.0] - 2023-11-27
Minor Changes
lit
upgraded to v3.
[1.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
[1.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
[1.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
[1.0.0] - 2023-10-10
Minor Changes
- Migrated to monorepo structure and removed the need for custom CSS
Patch Changes
- Updated dependencies
@ollion/flow-core@2.0.0
[0.2.0] - 2023-08-03
Features
title
prop added to display title in the header.comments
prop added to display comment toggling button in the header.copy-button
prop added to display copy button in the header, which on click copies the entire code.show-line-numbers
prop added to toggle line no.'s'.state
prop introduced, for changing the background-color of the code-editor.read-only
prop added for edit and read-only mode in code-editor.
[0.1.0] - 2023-06-09
Features
content-change
event added to listen on updates in editor.
[0.0.9] - 2023-05-30
Note
- This package uses
Workers
so please go though installation instruction from README
Improvements
- First release