Skip to content

Commit

Permalink
🚀 Updates!!
Browse files Browse the repository at this point in the history
  • Loading branch information
LUK3D committed Jun 15, 2022
1 parent d3c17cc commit 5e40c6b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# v0.2.4-alpha-1 (2022-06-15)

This version comes with Some Features, Updates and Enhancements
## Feature
* 🚀 State Management - Now we have a basic state Management.
* Added `Image` Widget.
* Added `Painting` Class with `BlendMode` list.
* Added `BoxFit` Class with `BoxFit` list.
* Added `BoxShadow` Class.


* Now we have the (flut-hero)[https://www.npmjs.com/package/@luk3d/flut-hero] package for icons
* Added `Offset` Class.

## Enhancements
Expand Down
2 changes: 0 additions & 2 deletions dist/example.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/example.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/flutjs.min.js → dist/index.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luk3d/flutjs",
"version": "0.2.3",
"version": "0.2.4",
"description": "Javascript framework for flutter lovers",
"scripts": {
"build": "yarn tsc -p tsconfig.browser.json",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const path = require('path');
module.exports = {
entry: './dist/index.js',
output: {
filename: 'flutjs.min.js',
filename: 'index.min.js',
path: path.resolve(__dirname, 'dist'),

},
Expand Down

0 comments on commit 5e40c6b

Please sign in to comment.