Releases: OSSPhilippines/temple
Releases · OSSPhilippines/temple
0.0.7
Compiler logic adjustments
Full Changelog: 0.0.6...0.0.7
0.0.6
- Fixed out of order parsing error
- Components do not need
script
orstyle tags
(just markup) - For components without script tag, you can access props in markup using
props
property ie.<a href={props.href}>{props.children}</a>
- By default all component tag names will be prefixed with
temple
or any custom brand you set in the options. Now if you set the brand option to an empty string{ brand: '' }
it wont prefix components with anything. (This also puts the responsibility of naming conventions back to the user)
Full Changelog: 0.0.5...0.0.6
0.0.5
Full Changelog: 0.0.4...0.0.5
0.0.4
Full Changelog: 0.0.3...0.0.4
0.0.3
Full Changelog: 0.0.2...0.0.3
0.0.2
Full Changelog: 0.0.1...0.0.2