This repository was 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-editorstories added.- minor css changes when used inside
f-div.
[2.1.1] - 2024-07-08
Patch Changes
f-md-editortype fixed.vuecomponent types updated.
[2.1.0] - 2023-11-27
Minor Changes
litupgraded 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
actionsproperty added inf-button, it will be displayed under chevron
[2.9.15] - 2024-07-08
Patch Changes
vuecomponent types updated.
[2.9.14] - 2024-06-14
Bug Fixes
f-selectoutside click detection improved
[2.9.13] - 2024-06-11
Improvements
getComputedStyleapi usage removed, since it might cause render delay.
[2.9.12] - 2024-05-27
Improvements
disabledattribute added inf-tab-node.f-selectchevron clikable area increased
[2.9.11] - 2024-05-17
Bug Fixes
f-selectopen on left side when rendered on extreme right of the window.
[2.9.10] - 2024-04-15
Bug Fixes
f-select: callupdateDimentionsonly 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
categoryproperty tof-tagto support bothfillandoutlinevalues. Default value set tofill. - Added
max-widthproperty 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-suggestoverlay got displayed even we don't have results or suggestions.
[2.9.4] - 2024-03-20
Improvements
f-checkboxlabel line-height fixed.
[2.9.3] - 2024-03-20
Improvements
f-icon-buttonbox-sizing updated.
[2.9.2] - 2024-03-19
Improvements
color-tokensupdates.
[2.9.1] - 2024-03-10
Improvements
- Externalise
lodash-esto reduce bundle size.
[2.9.0] - 2024-03-01
Features
- a11y support added.
[2.8.7] - 2024-02-22
Improvements
- The
f-selectvirtualizer has been made optional and can be controlled using theuse-virtualizerflag. This change will resolve the Cypress test case failure issue.
[2.8.6] - 2024-02-22
Bug Fixes
f-selectcreate-option api not working in firefox.
[2.8.5] - 2024-02-13
Improvements
f-ollion-darktheme colors updated.
[2.8.4] - 2024-02-13
Bug Fixes
- The issue with highlighting suggestions in
f-suggesthas been resolved.
[2.8.3] - 2024-02-12
Improvements
- Updated
f-progress-bardimentions 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-widthsupport added to customize options width.
Note
- We previously rendered
f-selectoptions in the DOM regardless of its visibility. Starting from this release, options will only appear whenf-selectis open. Please update test cases accordingly.
[2.8.1] - 2024-02-07
Improvements
circlevariant added inf-progress-barto show progress in circle.
[2.8.0] - 2024-02-06
Features
- Implemented the
effectattribute within thef-icon-buttoncomponent to enhance user engagement and draw attention effectively.
[2.7.8] - 2024-01-25
Improvements
- Added
show-scrollbarproperty tof-div.
Bug Fixes
- Updated
f-divto accommodate changes in Chrome v121, which now supports thescrollbar-widthproperty. Default behavior adjusted accordingly.
Note
- Removed
hide-scrollbarproperty fromf-div. Existing usage won't cause any issues.
[2.7.7] - 2024-01-22
Improvements
f-button:icon-leftandicon-rightsizes updated.
[2.7.6] - 2024-01-16
Improvements
f-div: Addedhide-scrollbarproperty.- (Note: The
hide-scrollbarproperty will only hide the scrollbar; users can still scroll through the content.)
[2.7.5] - 2024-01-11
Improvements
f-text:x-largetokens added forparaandcodevariant.
[2.7.4] - 2024-01-08
Bug Fixes
f-inputtypes fixed.f-divhighlight feature optimized.
[2.7.3] - 2023-12-20
Improvements
f-ollion-*theme font tokens updated.- Check
docsdirectory for how to apply ollion theme.
[2.7.2] - 2023-12-19
Improvements
f-button:packedcategory added.
[2.7.1] - 2023-12-18
Bug fixes
- 🚫 Removed HTML string execution from the
tooltipattribute. - 🔇 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-resultattribute added onf-searchto disable showing autocomplete results.disable-suggestionsattribute added onf-suggestto disable showing autocomplete results.
[2.6.2] - 2023-12-12
Bug fixes
f-color-pickeralignment fix when used in row direction with other inputs.
[2.6.1] - 2023-12-04
Bug fixes
- re-exporting types of
f-input-basefromf-input. (To fix component type generation bug).
[2.6.0] - 2023-12-04
Minor Changes
f-color-pickerelement added.
[2.5.0] - 2023-11-27
Minor Changes
litupgraded 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-lightas a light DOM alternative tof-input. - Login form story added here. It uses
f-input-lightand validation module from@ollion/flow-form-builder. f-form-fieldwrapper elements added to supportlable,subtitle,helpslots.- Note :
f-input-lightwon't supportlable,subtitle,helpslots.
[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-heightissue fixed.
[2.2.1] - 2023-11-08
Improvements
f-popover: state attribute introduced withtransparentoption.
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-clickevent 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-aacordionwhen direction="row"
[2.1.4] - 2023-10-18
Patch Changes
- Duplicate type import fixed
[2.1.3] - 2023-10-18
Improvements
-
tooltipproperty now accepts object{
text: string;
closable?: boolean;
placement?: FTooltipPlacement;
}
[2.1.2] - 2023-10-18
Bug Fixes
f-picotgram:auto-bgdynamic 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: addedvariantproperty which includestextandiconto 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: addedcategoryprop having two typesfillandoutline.
[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-tagdisplays a tooltip only when it has an ellipsis.
[1.26.3] - 2023-10-03
Bug Fixes
f-selectincrorrect vue2 types generation fixed.
[1.26.2] - 2023-10-03
Improvements
f-popoverplacement warning removed since it is not necessary for user to know.
Bug Fixes
f-select: setting object tovaluehas an issue with vue2.
[1.26.1] - 2023-09-27
Improvements
f-popover: Added ashadowflag for displaying shadows (N...
@ollion/flow-table@2.4.8
Release Notes
Change Log
[2.4.8] - 2024-07-08
Patch Changes
vuecomponent types updated.
[2.4.7] - 2024-06-11
Improvements
f-table-schema300ms debounce added in search to avoid browser freeze.
[2.4.6] - 2024-05-27
Bug Fixes
f-table-schemais 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-schemainfinie scroll issue fixed.
[2.4.2] - 2024-03-20
Bug Fixes
f-tcellaligment inf-table-schemafixed.
[2.4.1] - 2024-03-20
Bug Fixes
f-tcellaligment inf-table-schemafixed.
[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-backgroundproperty.- (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-clickemitted when checkbox clicked.
[2.2.1] - 2023-12-12
Improvements
f-table-schema:@header-inputemitted when checkbox from header is clicked.
[2.2.0] - 2023-11-28
Minor Changes
alignproperty introduced onf-tcell.
[2.1.0] - 2023-11-28
Minor Changes
litupgraded to v3.
[2.0.8] - 2023-11-28
Improvements
f-trow:chevronreference 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:@sortevent emitted when clicked on sort icon in header cell.
[2.0.5] - 2023-11-01
Bug Fixes
- Vue :
f-tablegridTemplate creation fixed
[2.0.4] - 2023-10-16
Improvements
disabledadded 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-schemagenerics added in types.
[1.3.0] - 2023-08-23
Features
f-table-schema:header-cell-templateprop 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-clickevent emitted with row object
Bug Fixes
f-table-schema:show-search-barnot working in vue
[1.2.0] - 2023-07-18
Features
f-table-schema: expandIconPosition position made configurable.f-trownow supportsexpand-icon-positionattribute.f-tcellactions now supports tooltip
Improvements
part="cell"addedf-table-schemato 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:dataproperty 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-inputevent added whenever row is checked/unchecked.f-table-schema:@toggle-row-detailsevent added whenever row details open or closed.f-table-schema:@header-selectedevent added whenever row column header is selected.f-table-schema:showSearchBarproperty added to disable or enable searchbar.f-table-schema:searchTermproperty 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-editortype fixed.vuecomponent types updated.
[2.1.0] - 2023-11-27
Minor Changes
litupgraded 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
vuecomponent types updated.
[2.1.0] - 2024-03-28
Features
- f-log :
labelproperty introduced to display label at top-left. - f-log :
headerslot introduced to display meta info after search bar. - f-log :
actionsslot 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-keywordadded tof-logelement, 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
litupgraded 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-logpackage added.
@ollion/flow-lineage@3.2.2
Release Notes
Change Log
[3.2.2] - 2024-07-08
Patch Changes
vuecomponent types updated.
[3.2.1] - 2024-03-19
Improvements
fClickcallback added in the link.labelproperty added to display a label on the link.showLabelOnproperty added to customize label displaying behaviour either on click or hover;- The
tooltipproperty 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
foreignObjectfor enhanced security against HTML injection. 🛡️
[3.1.0] - 2023-11-27
Minor Changes
litupgraded 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
ResizeObserverused instead of window'sresizeevent 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-corecss duplication fixed.
[1.4.3] - 2023-06-19
Improvements
flow-corecss 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
sourceMapincluded.- dependecies excluded from bundling.
[1.3.9] - 2023-02-21
Bug fixes
nodeMetaevent name for opening meta-data changed tonode-meta
[1.3.8] - 2023-02-20
Improvements
fNodeMetais 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->fNodeTemplatetemplateData->fDatachildren->fChildrenhideChildren->fHideChildrenclick->fClickrightClick->fRightClick
- Error displayed on console + in node when
fDatais 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.
datafrom node schema is renamed totemplateData.backgroundpropetry 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
childrentypescript type updated.
[1.1.4] - 2023-01-17
Bug Fixes
childrentypescript type updated.
[1.1.3] - 2023-01-17
Improvements
childrendata typeArrayconverted 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
linksvanishing bug resolved.
[1.0.9] - 2023-01-10
Bug Fixes
widthandheightisssue solved when rendred other thanf-div.
[1.0.8] - 2023-01-9
Bug Fixes
widthandheightisssue solved when rendred other thanf-div.
[1.0.7] - 2023-01-9
Improvements
max-childrensrenamed tomax-children.widthandheightisssue solved when rendred inf-div.
[1.0.6] - 2023-01-9
Features
- Default node templates updated.
[1.0.5] - 2023-01-4
Features
rightClickevent support added in node schema.
Improvements
isChildrenVisibleproperty changed tohideChildrenwith default valuetrue.degreeproperty changed tostagger-load.templatefield changed tonodeTemplatein node schema.
[1.0.2] - 2023-01-4
Improvements
- version added in console to debug
[1.0.1] - 2023-01-4
Improvements
README.mdupdated with usage
[1.0.0] - 2023-01-3
Features
- Emitting
readyevent when plotting finishes.
[0.2.3] - 2022-12-9
Features
clickevent 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
Linksgeneration logic improved.- Large data lineage story added for performance testing.
[0.1.7] - 2022-11-28
Improvements
- Throttle and
degreeimplementation updated.
[0.1.6] - 2022-11-28
Improvements
center-nodeanddegreeproperty 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
fromandtoare 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
linksandnodeproperty support added for flat data structure.
[0.1.1] - 2022-11-18
Features
children-node-templateproperty support added.- We can specify template on individual node as well (for more customization and advanced usecases)
[0.1.0] - 2022-11-18
Features
childrenlinks features added.- Whenever children scrolled their respective links removed.
[0.0.9] - 2022-11-16
Improvements
linkslogic improved and it is not overlapping with any node
[0.0.8] - 2022-11-15
Features
linksadded in node schema to support additional link to connect nth level node.node-templateproperty added to customize node template.
[0.0.7] - 2022-11-14
Features
- Highlight on click of node.
console.time,console.groupadded for better debugging metrices.
[0.0.6] - 2022-11-09
Improvements
childrenpagination logic updated.
[0.0.5] - 2022-11-08
Features
childrenwith scrollbar support added.
[0.0.4] - 2022-11-07
Features
childrensupport added indataproperty.
[0.0.3] - 2022-11-04
Features
data,padding,gap,node-sizeproperties added.- scroll to zoom in/out added.
[0.0.2] - 2022-11-04
Improvements
directionfeature 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
vuecomponent types updated.
[2.4.3] - 2024-06-14
Patch Changes
selectwith multiple selection empty array validation fixed
[2.4.2] - 2024-05-15
Patch Changes
optionsMaxHeightproperty added for suggest field.
[2.4.1] - 2024-04-22
Bug Fixes
- Validation rules are triggered multiple times when multiple fields utilize the
showWhenproperty.
[2.4.0] - 2024-03-27
Features
- validation support for
arrayandobjectfield
[2.3.1] - 2024-03-12
Bug Fixes
showWhennot 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
useVirtualizerproperty has been added to theselectfield to enable smooth search and selection for a large number of options.
[2.2.4] - 2024-02-13
Patch Changes
layoutproperty added to field which currently supportslabel-leftvalue.
[2.2.3] - 2024-02-13
Patch Changes
suggestWhenproperty support added tosuggestfield.
[2.2.2] - 2024-02-12
Patch Changes
maxOptionsWidthproperty added toselectfield.
[2.2.1] - 2023-12-18
Patch Changes
- Markup support for the option title in
f-checkbox-groupandf-radio-grouphas been deprecated and is no longer accepted.
[2.2.0] - 2023-12-04
Minor Changes
f-color-pickerfield integrated
[2.1.0] - 2023-11-27
Minor Changes
litupgraded to v3.
[2.0.8] - 2023-10-20
Patch Changes
- The
validateFieldfunction has been exported.
[2.0.7] - 2023-10-20
Patch Changes
console.logremoved
[2.0.6] - 2023-10-18
Patch Changes
- Duplicate type import fixed
[2.0.5] - 2023-10-18
Patch Changes
iconTooltiptype changed.min-valueandmax-valuedefault 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 Validatorstory added
[1.7.5] - 2023-09-07
Bug fix
- Multiple
customvalidation rules are not triggering.
[1.7.4] - 2023-09-05
Bug fix
f-selectwidth issue fixed in object with direction horizontal.
[1.7.3] - 2023-08-09
Bug fix
asyncsilent validator blocking render while first update.
[1.7.2] - 2023-08-09
Bug fix
asyncvalidator 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)
loadingproperty added forselectfield.
Bug fix
asyncvalidator called multiple times
[1.7.0] - 2023-08-08
Features
asyncvalidate function support in custom validator.
[1.6.1] - 2023-07-21
Improvements
- Individual options from checkboxes and radio buttons can be disabled.
Bug Fixes
checkboxandradiogroup disabled css fixed.
[1.6.0] - 2023-06-26
Features
datetimefield 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
textareafield now supportsmaskValuepeoperty.- Text based
tooltipmax-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
checkboxandradiohelper text not displayed if used with markup.
[1.5.18] - 2023-05-23
Bug fix
- Passed missing
fileTypeprop tof-file-inputcomponent
[1.5.17] - 2023-05-18
Improvements
- Slack notifications integrated
[1.5.16] - 2023-05-16
Improvements
qaIdadded in checkbox and radio options
[1.5.15] - 2023-05-10
Bug fixes
f-select:optionTemplatetype fixed.
[1.5.14] - 2023-05-10
Bug fixes
radiofield tooltip not displaying fixed.
[1.5.13] - 2023-05-03
Bug fixes
requiredvalidation 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.subTitleandhelperText. autofocus,autocompletesupport added to text fields.submiton enter feature.htmlfunction rexported for consumer.
[1.5.10] - 2023-04-07
Improvements
subTitleclickable feature.
[1.5.9] - 2023-04-07
Bug fixes
- hidden field validation.
[1.5.8] - 2023-04-07
Bug fixes
clearproperty not working in select field.- Vue : overridden variant, category, size not working.
- Typescript :
button,icon-buttoncustom state not working.
[1.5.7] - 2023-04-04
Bug fixes
subTitlenot working in select fixed.
[1.5.6] - 2023-04-04
Improvements
subTitlefiled added to support right side text of input.helperTextnow supportshtmlmarkup.
Bug fixes
helperTextnot wrapping issue fixed.
[1.5.5] - 2023-03-31
Bug fixes
- umd :
undefinedcheck added on validation state.
[1.5.4] - 2023-03-31
Bug fixes
undefinedcheck added on field.
[1.5.3] - 2023-03-31
Improvements
umdbundle added in package.
[1.5.2] - 2023-03-23
Bug fixes
emojicategory selection closes popover.
[1.5.1] - 2023-03-23
Bug fixes
state-changedoes not emit deep inner element's validation messages.
[1.5.0] - 2023-03-23
Features
hiddenfield type support added.
Improvements
showWhenupdated to more generic typescript type.button,icon-buttonupdated 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.titlenot used in error messages.
[1.4.0] - 2023-03-13
Features
emojifield added.
[1.3.0] - 2023-03-13
Features
separatorfield 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
InfoIcontooltip behavior updated.
[1.2.5] - 2023-03-02
Improvements
allowEmptyadded for array field.
[1.2.4] - 2023-03-02
Features
suggestandfilefield implemented.
Improvements
data-qa-*attributes added.
[1.2.3] - 2023-02-27
Improvements
valueassignemnt logic updated.
[1.2.2] - 2023-02-26
Improvements
debounceadded in input event.
[1.2.1] - 2023-02-26
Improvements
f-form-object,f-form-arraycss fixed.
[1.2.0] - 2023-02-23
Improvements
idmade mandatory in checbox and radio options.
[1.1.9] - 2023-02-22
Improvements
min,max,min-value,max-value,regexvalidation rules added.
[1.1.8] - 2023-02-22
Improvements
f-radio-groupandf-checkbox-groupoptions and value types updated.
[1.1.7] - 2023-02-22
Improvements
- default validations added for
urlandemailfields.
[1.1.6] - 2023-02-21
Improvements
variant,category,size,gappropogation to all inputs.
[1.1.5] - 2023-02-21
Improvements
labelproperty addedsuffixWhenimplementation 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
vuecomponent types updated.
[2.9.14] - 2024-06-14
Bug Fixes
f-selectoutside click detection improved
[2.9.13] - 2024-06-11
Improvements
getComputedStyleapi usage removed, since it might cause render delay.
[2.9.12] - 2024-05-27
Improvements
disabledattribute added inf-tab-node.f-selectchevron clikable area increased
[2.9.11] - 2024-05-17
Bug Fixes
f-selectopen on left side when rendered on extreme right of the window.
[2.9.10] - 2024-04-15
Bug Fixes
f-select: callupdateDimentionsonly 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
categoryproperty tof-tagto support bothfillandoutlinevalues. Default value set tofill. - Added
max-widthproperty 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-suggestoverlay got displayed even we don't have results or suggestions.
[2.9.4] - 2024-03-20
Improvements
f-checkboxlabel line-height fixed.
[2.9.3] - 2024-03-20
Improvements
f-icon-buttonbox-sizing updated.
[2.9.2] - 2024-03-19
Improvements
color-tokensupdates.
[2.9.1] - 2024-03-10
Improvements
- Externalise
lodash-esto reduce bundle size.
[2.9.0] - 2024-03-01
Features
- a11y support added.
[2.8.7] - 2024-02-22
Improvements
- The
f-selectvirtualizer has been made optional and can be controlled using theuse-virtualizerflag. This change will resolve the Cypress test case failure issue.
[2.8.6] - 2024-02-22
Bug Fixes
f-selectcreate-option api not working in firefox.
[2.8.5] - 2024-02-13
Improvements
f-ollion-darktheme colors updated.
[2.8.4] - 2024-02-13
Bug Fixes
- The issue with highlighting suggestions in
f-suggesthas been resolved.
[2.8.3] - 2024-02-12
Improvements
- Updated
f-progress-bardimentions 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-widthsupport added to customize options width.
Note
- We previously rendered
f-selectoptions in the DOM regardless of its visibility. Starting from this release, options will only appear whenf-selectis open. Please update test cases accordingly.
[2.8.1] - 2024-02-07
Improvements
circlevariant added inf-progress-barto show progress in circle.
[2.8.0] - 2024-02-06
Features
- Implemented the
effectattribute within thef-icon-buttoncomponent to enhance user engagement and draw attention effectively.
[2.7.8] - 2024-01-25
Improvements
- Added
show-scrollbarproperty tof-div.
Bug Fixes
- Updated
f-divto accommodate changes in Chrome v121, which now supports thescrollbar-widthproperty. Default behavior adjusted accordingly.
Note
- Removed
hide-scrollbarproperty fromf-div. Existing usage won't cause any issues.
[2.7.7] - 2024-01-22
Improvements
f-button:icon-leftandicon-rightsizes updated.
[2.7.6] - 2024-01-16
Improvements
f-div: Addedhide-scrollbarproperty.- (Note: The
hide-scrollbarproperty will only hide the scrollbar; users can still scroll through the content.)
[2.7.5] - 2024-01-11
Improvements
f-text:x-largetokens added forparaandcodevariant.
[2.7.4] - 2024-01-08
Bug Fixes
f-inputtypes fixed.f-divhighlight feature optimized.
[2.7.3] - 2023-12-20
Improvements
f-ollion-*theme font tokens updated.- Check
docsdirectory for how to apply ollion theme.
[2.7.2] - 2023-12-19
Improvements
f-button:packedcategory added.
[2.7.1] - 2023-12-18
Bug fixes
- 🚫 Removed HTML string execution from the
tooltipattribute. - 🔇 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-resultattribute added onf-searchto disable showing autocomplete results.disable-suggestionsattribute added onf-suggestto disable showing autocomplete results.
[2.6.2] - 2023-12-12
Bug fixes
f-color-pickeralignment fix when used in row direction with other inputs.
[2.6.1] - 2023-12-04
Bug fixes
- re-exporting types of
f-input-basefromf-input. (To fix component type generation bug).
[2.6.0] - 2023-12-04
Minor Changes
f-color-pickerelement added.
[2.5.0] - 2023-11-27
Minor Changes
litupgraded 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-lightas a light DOM alternative tof-input. - Login form story added here. It uses
f-input-lightand validation module from@ollion/flow-form-builder. f-form-fieldwrapper elements added to supportlable,subtitle,helpslots.- Note :
f-input-lightwon't supportlable,subtitle,helpslots.
[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-heightissue fixed.
[2.2.1] - 2023-11-08
Improvements
f-popover: state attribute introduced withtransparentoption.
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-clickevent 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-aacordionwhen direction="row"
[2.1.4] - 2023-10-18
Patch Changes
- Duplicate type import fixed
[2.1.3] - 2023-10-18
Improvements
-
tooltipproperty now accepts object{
text: string;
closable?: boolean;
placement?: FTooltipPlacement;
}
[2.1.2] - 2023-10-18
Bug Fixes
f-picotgram:auto-bgdynamic 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: addedvariantproperty which includestextandiconto 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: addedcategoryprop having two typesfillandoutline.
[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-tagdisplays a tooltip only when it has an ellipsis.
[1.26.3] - 2023-10-03
Bug Fixes
f-selectincrorrect vue2 types generation fixed.
[1.26.2] - 2023-10-03
Improvements
f-popoverplacement warning removed since it is not necessary for user to know.
Bug Fixes
f-select: setting object tovaluehas an issue with vue2.
[1.26.1] - 2023-09-27
Improvements
f-popover: Added ashadowflag 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
vuecomponent types updated.
[1.1.0] - 2023-11-27
Minor Changes
litupgraded 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
titleprop added to display title in the header.commentsprop added to display comment toggling button in the header.copy-buttonprop added to display copy button in the header, which on click copies the entire code.show-line-numbersprop added to toggle line no.'s'.stateprop introduced, for changing the background-color of the code-editor.read-onlyprop added for edit and read-only mode in code-editor.
[0.1.0] - 2023-06-09
Features
content-changeevent added to listen on updates in editor.
[0.0.9] - 2023-05-30
Note
- This package uses
Workersso please go though installation instruction from README
Improvements
- First release