Releases: knowankit/trello-clone
Releases · knowankit/trello-clone
Beta release v1.0.1
What's Changed
- Update README.md by @knowankit in #148
- build(deps): bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #146
- build(deps): bump semver from 5.7.1 to 5.7.2 by @dependabot in #151
- build(deps): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #152
- Create .env.example by @knowankit in #155
- build(deps): bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in #156
Full Changelog: v0.9.1...v1.0.1
v0.9.1
What's Changed
- Update README.md by @knowankit in #126
- build(deps): bump tar from 6.1.0 to 6.1.5 by @dependabot in #127
- Update README.md by @knowankit in #128
- build(deps): bump next from 11.0.1 to 11.1.0 by @dependabot in #130
- build(deps): bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #129
- build(deps): bump next from 11.1.0 to 11.1.1 by @dependabot in #132
- build(deps): bump tar from 6.1.5 to 6.1.11 by @dependabot in #131
- build(deps): bump axios from 0.21.1 to 0.21.4 by @dependabot in #133
- Add semantic release by @knowankit in #134
- Update release.yml by @knowankit in #135
- Delete release.yml by @knowankit in #136
- build(deps): bump next from 11.1.1 to 11.1.3 by @dependabot in #137
- build(deps): bump follow-redirects from 1.14.3 to 1.14.8 by @dependabot in #139
- build(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #141
- build(deps): bump semver-regex from 3.1.3 to 3.1.4 by @dependabot in #142
- build(deps-dev): bump semantic-release from 18.0.0 to 19.0.3 by @dependabot in #143
Full Changelog: v0.9.0...v0.9.1
Beta version
This release has: -
- Ability to invite users to the board.
- Ability to assign the card to the user.
- Fixes error while signing and registering
Beta version
This is the beta version of the application.
Features present in this -
- Ability to drag cards
- Ability to drag columns
- Ability to add labels to the card
- Ability to update description in multi formats
- Compact UI for the board page
Halfway release
This release contains the following : -
- New UI changes
- Board will be visible only to the owner now
- Ability to add columns, delete columns, change the column title.
- Now when a board is deleted then all the columns also get deleted.
Basic trello flow
Description: -
This release has the basic working functionality for Trello. This will not store any data on the DB. The operations happen only on the local.