Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@trafilea/afrodita-components
Advanced tools
Reusable ReactJS components for Afrodita Design System.
Afrodita Components is avaiable as an npm package:
npm install @trafilea/afrodita-components
import { ButtonPrimary } from '@trafilea/afrodita-components';
function App() {
return <ButtonPrimary text="Click me!" onClick={() => console.log('Button clicked')} />;
}
Clone the project
git clone https://github.com/trafilea/afrodita-components.git
Go to the project directory
cd afrodita-components
Install dependencies
npm install
Start storybook
npm run storybook
Visit our Storybook deployed in Chromatic.
In this section we define what versioning policy we’re using for this project. We follow Semantic Versioning principles, a well known and simple way of software versioning.
Given a version number MAJOR.MINOR.PATCH, increment the:
Additional labels for pre-release are available as extensions to the MAJOR.MINOR.PATCH format.
Major releases can also contain new features, and any release can include bug fixes.
For more information, visit this confluence document.
Note: In this project we’re using the Gitflow workflow.
Beta versions target the develop branch and they are not required. We’ll release new beta versions on demand. The CI/CD pipelines will take care of the deployment to the NPM repository every time a new version increment is detected.
Production versions target the main branch. Ideally, we want to release new prod versions between medium or small intervals of time to let our consumers adopt the latest versions frequently. The CI/CD pipelines will take care of the deployment to the NPM repository every time a new version increment is detected.
FAQs
Trafilea's Design System
We found that @trafilea/afrodita-components demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.