Skip to content

Commit

Permalink
Update CHANGELOG.md file with the new release information
Browse files Browse the repository at this point in the history
  • Loading branch information
kudashevs committed Aug 14, 2023
1 parent 1e82b69 commit 0d58a74
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All Notable changes to `laravel-share-buttons` will be documented in this file

## [v4.0.0 - 2023-08-15](https://github.com/kudashevs/laravel-share-buttons/compare/v3.3.0...v4.0.0)
- Add a separate JS function that can be attached to an event manually suggested by @ronald2wing
- Add default styles by @kudashevs in https://github.com/kudashevs/laravel-share-buttons/pull/5
- Change the share buttons block id attribute to `social-buttons`
- Change the default representation of share buttons
- Change the twitter icon by @kudashevs in https://github.com/kudashevs/laravel-share-buttons/pull/4
- Change the publishing assets paths
- Change the publishing assets tags
- Update tests (almost representation independent now)
- Update README.md
- Some improvements

This is a major release. The changes of the block id attribute and default representation break the backward compatibility.

## [v3.3.0 - 2023-04-08](https://github.com/kudashevs/laravel-share-buttons/compare/v3.2.0...v3.3.0)

- Add a plain JavaScript implementation
Expand Down

0 comments on commit 0d58a74

Please sign in to comment.