Skip to content

Releases: ingresse/aphrodite-react

Fix: 'Dropdown' z-index;

12 Jun 18:44
24f73c6
Compare
Choose a tag to compare
Merge pull request #4 from ingresse/fix/dropdown

Fix: 'dropdown z-index'

1.0.0: Merge pull request #2 from ingresse/feature/v1

09 Jun 00:23
e83e75f
Compare
Choose a tag to compare

Update: 'Emotion' to v10;

08 Jun 18:51
e29bee1
Compare
Choose a tag to compare

IMPORTANT

BEFORE

import styled, { keyframes } from 'react-emotion';

AFTER

import styled from '@emotion/styled';
import { keyframes } from '@emotion/core';

Add: 'Accordion' component;

14 Jan 23:54
Compare
Choose a tag to compare
0.1.3

Update: React Scripts as development dependency;

Add: 'Label Button' component;

11 Oct 00:52
Compare
Choose a tag to compare
0.1.2

Add: 'Label Button' component;

First One

02 Oct 22:42
Compare
Choose a tag to compare

Trying to make stuffs exportable to another projects