Skip to content

Releases: OSSPhilippines/temple

0.0.7

29 May 12:24
Compare
Choose a tag to compare

Compiler logic adjustments

Full Changelog: 0.0.6...0.0.7

0.0.6

27 May 15:33
Compare
Choose a tag to compare
  • Fixed out of order parsing error
  • Components do not need script or style 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

27 May 00:33
Compare
Choose a tag to compare

Full Changelog: 0.0.4...0.0.5

0.0.4

26 May 17:01
Compare
Choose a tag to compare

Full Changelog: 0.0.3...0.0.4

0.0.3

26 May 16:01
Compare
Choose a tag to compare

Full Changelog: 0.0.2...0.0.3

0.0.2

26 May 15:47
Compare
Choose a tag to compare

Full Changelog: 0.0.1...0.0.2

Genesis Version

24 May 14:55
Compare
Choose a tag to compare