Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
FDS-660 changelogs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vikas-cldcvr committed Mar 28, 2024
1 parent 5cd6df6 commit 2954e48
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
7 changes: 7 additions & 0 deletions packages/flow-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

# Change Log

## [2.9.6] - 2024-03-28

### Improvements

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

## [2.9.5] - 2024-03-21

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/flow-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ollion/flow-core",
"version": "2.9.5",
"version": "2.9.6",
"description": "Core package of flow design system",
"module": "dist/flow-core.es.js",
"main": "dist/flow-core.cjs.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/flow-log/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

# Change Log

## [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
Expand Down
2 changes: 1 addition & 1 deletion packages/flow-log/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ollion/flow-log",
"version": "2.0.6",
"version": "2.1.0",
"description": "Code editor component for flow library",
"module": "dist/flow-log.es.js",
"main": "dist/flow-log.es.js",
Expand Down
2 changes: 0 additions & 2 deletions packages/flow-log/src/components/f-log/f-log.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,14 +319,12 @@ export class FLog extends FRoot {
state="neutral"
@click=${this.prevMark}
icon="i-arrow-sm-up"
tooltip="Previous"
></f-icon-button>
<f-icon-button
size="small"
state="neutral"
icon="i-arrow-sm-down"
@click=${this.nextMark}
tooltip="Next"
></f-icon-button>
</f-div>
</f-div>`;
Expand Down

0 comments on commit 2954e48

Please sign in to comment.