-
Notifications
You must be signed in to change notification settings - Fork 19
/
CHANGELOG
84 lines (48 loc) · 1.29 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
## Changelog
All notable changes to the "Bloom" project will be documented in this file.
### [0.0.8] - 2024-05-11
#### Added
- Gradient blob component
- Tailwind class formatting
#### Changed
- Updated hero component
### [0.0.7] - 2024-05-01
#### Added
- Avatar component
- Ability to add JS to components
#### Changed
- Utilising @doc from components in Storybook
### [0.0.6] - 2024-05-01
#### Changed
- Bento box dark mode
### [0.0.5] - 2024-05-01
#### Added
- Marquee component
- Card component
### [0.0.4] - 2024-04-30
#### Added
- Bento grid component
### [0.0.2] - 2024-04-29
#### Added
- Mix tasks for generating templates from Bloom component files
- Code snippet component
- Gradient text component
- Hero component
#### Changed
- Changed generation to use templates instead of manually copying files
- Updated read me to account for Tailwind safelisting fix
- Fixed tests
### [0.0.1] - 2024-04-28
#### Added
- Initial release of the Bloom extension for Phoenix.
- Components added:
- Glow Button component with customisable colors and effects.
- Mix tasks for installing components (`mix bloom.install`).
#### Changed
- N/A
#### Fixed
- N/A
#### Removed
- N/A
### [Unreleased]
- Planning to add more interactive components and enhance existing features based on user feedback.