-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
55 lines (50 loc) · 1.47 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
# Change Log
All notable changes in the "Ceap" project will be documented in this file.
#### How does versioning work?
- Version tag (v)
- [Major].[Deploy].[Patch]
- `v1.10.100`
Check [Keep a Changelog](https://keepachangelog.com/pt-BR/1.0.0/) for recommendations on how to structure this file.
## [0.0.1, 0.1.2, 0.2.3] - 2023-12-14
### Added
- Fav icon `public/favicon.svg`
- Init `src/index.html`
- Init `src/script.js`
- Init `src/styles.css`
- Set configs `.editorconfig`
- Set configs `.gitignore`
- `CHANGELOG`
- `CONTRIBUTING`
- `LICENSE`
---
### Added
- Arrow icon `public/assets/arrow.svg`
- Full white logo `public/assets/logo-icon.svg`
### Changed
- Structuring html `src/index.html`
- Toggle functions (section login / password visibility) `src/script.js`
- Basic test styling `src/styles.css`
---
### Removed
- `src/index.html`
### Added
- Content not changed `index.html`
## [0.3.4, 0.4.5, 0.5.6] - 2023-12-15
### Added
- Background `public/assets/background.jpeg`
- Full white logo `public/assets/logo-icon-full-white.svg`
### Changed
- Logo colored `public/assets/logo-icon.svg`
- Adapting interactions with the layout `src/script.js`
- Creating all the necessary stylization `src/styles.css`
- Add `.temp` in `.gitignore`
- Add `.html` in `.editorconfig`
- Restructuring the logo image in `index.html`
---
### Removed
- `public/assets/background.jpg`
### Added
- Content not changed `public/assets/background.jpeg`
---
### Changed
- Using absolute path for get image in `src/styles.css`