Releases: OsmiCSX/osmicsx
Releases · OsmiCSX/osmicsx
Update Minor v0.2.0
Changelog
Fix Minor Bugs
Some bugs in Border Style has been fixed.
Refactor Flex Direction Namespace
Here's the new namespace for the flex direction:
row
row-reverse
col
col-reverse
Add more border style
In the previous version, border style only have 4 kind. Now we expand more styling for the border style
Update Official Documentation
Official documentation of OsmiCSX has been updated and can be access on https://osmicsx.github.io/docs
Update Patch v0.1.3
Changelog
- Fix Text Alignment bug
- Update custom style method
- Add new helper method family
family() helper
family() is a custom fontFamily style helper. You just need to put the font name from your project
Example:
apply([
"text-white",
"text-lg",
family("Roboto-Medium")
])
Update Custom Style Method
Now for custom style you just need put an object in the apply() array instead of second params
.
Example:
apply([
"flex",
"p-5",
"rounded-lg",
{ backgroundColor: "red" } // custom style
])
Critical Minor Patch v0.1.2
Changelog
- Update typo
Minor Patch v0.1.1
Changelog
- Refactoring Colors Name
- Add Scaling Lib
Initial Release v0.1.0
This is the initial release for OsmiCSX. We still develop more features and working on the documentation