Releases: muhammad-salem/aurora
Releases · muhammad-salem/aurora
Aurora v3.1.1
What's Changed
Aurora v3.0.0
add more support for Signal,
- add input, output, formValue, view, and viewChild signals
- remove Zone.js dependency
- use manual zone type + signals for input and output plus
signal
,computed
,lazy
andeffect
signals - remove @input, @output, @view, and @ViewChild
- upgrade typescript to latest version v5.7.3
What's Changed
- Zoneless by @muhammad-salem in #14
- Aurora v3.0.0, zoneless by @muhammad-salem in #15
Full Changelog: v2.5.0...v3.0.0
Aurora v2.5.0
What's Changed
main changes
- add
input
,output
,model
,view
, andviewChild
signals factory - upgrade typescript to latest version 5.6.3
- deprecate
@Input
,@Output
,@View
, and@ViewChild
Always use ibyar cli to transpile your project code.
deprecation Note:
- Starting form next release, will remove
@Input
,@Output
,@View
, and@ViewChild
and will depend on signals reactive nodes. - Aurora Zone that use
zone.js
will be removed.
- Aurora v2.5.0 in #13
Full Changelog: v2.4.0...v2.5.0
Aurora v2.4.0
Aurora v2.3.0
v2.2.1
FIX
- fix get inputs from SetAccessorDeclaration node
Rollup
- add rollup typescript transformers
What's Changed
- v2.2.1 in #10
Full Changelog: v2.2.0...v2.2.1
Aurora v2.2.0
Webpack
- add webpack loader
module.exports = {
entry: './src/index.ts',
module: {
exprContextCritical: false,
rules: [
{
test: /\.tsx?$/,
use: ['@ibyar/cli',],
exclude: /node_modules/,
}
]
}
};
What's Changed
- v2.2.0 in #9
Full Changelog: v2.1.2...v2.2.0
Aurora v2.1.2
Aurora v2.1.0
- detect directives useing CLI tool
ibyar
What's Changed
- v2.1.1 by @muhammad-salem in #7
Full Changelog: v2.0.2...v2.1.0
Aurora v2.0.2
Install
npm i --save @ibyar/aurora
yarn add @ibyar/aurora
What's Changed
escape '@' for control flow syntax by adding \ before @
fix pop nodes
fix deserialize StructuralDirectiveSuccessorNode
- Master to dev by @muhammad-salem in #5
- aurora v2.0.2 by @muhammad-salem in #6
Full Changelog: v2.0.1...v2.0.2