aboutsummaryrefslogtreecommitdiffstats
path: root/public/projects/react-small-apps/CHANGELOG.md
blob: 5573077971e9f50be77098840b82d2cd837fad93 (plain)
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
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 2.0.0 (2022-02-17)


### ⚠ BREAKING CHANGES

* **todos:** migrate to react router dom v6
* **notebook:** migrate app to react router dom v6
* the repo structure has changed. Apps are under
`/apps` directory.

### Features

* **meme:** add a button to delete each text settings ([6f2a4ce](https://github.com/ArmandPhilippot/react-small-apps/commit/6f2a4ce0c6d3dd82416db6b33af03785f0123283))
* **meme:** add the possibility to enter 4 different texts ([dd81737](https://github.com/ArmandPhilippot/react-small-apps/commit/dd8173778dae5888e3bf973e508c72d9ae604cb7))
* **notebook:** allow user to delete the current page ([2dae7c1](https://github.com/ArmandPhilippot/react-small-apps/commit/2dae7c13f0baaec35c61fc898b5fcab8040bc18e))
* **notebook:** allow users to set a custom page title ([0138c91](https://github.com/ArmandPhilippot/react-small-apps/commit/0138c910e6d099c2f5fb946a291425d5120cd9c5))
* **notebook:** allows user to delete then restore multiple pages ([84b9da2](https://github.com/ArmandPhilippot/react-small-apps/commit/84b9da2ac2683da980d3d3aed5f48f051a1e2ee5))


### Bug Fixes

* **todos:** redirect to login page if user is not logged in ([3e4934b](https://github.com/ArmandPhilippot/react-small-apps/commit/3e4934baecf7bb0e089f2e8602d8502dbd291295))


### build

* setup yarn to use this repo as a monorepo ([885cc3e](https://github.com/ArmandPhilippot/react-small-apps/commit/885cc3e54ad0b6b25ce3ec081f3beb9a2fa5166b))


* **notebook:** migrate app to react router dom v6 ([93df0d0](https://github.com/ArmandPhilippot/react-small-apps/commit/93df0d081500d2c6876c5055b37f8633402a05d6))
* **todos:** migrate to react router dom v6 ([aabdd05](https://github.com/ArmandPhilippot/react-small-apps/commit/aabdd05a8c995537823794674fff2306fcbfe944))