Update changelog

This commit is contained in:
Nikita Karamov 2022-02-10 21:18:45 +01:00
parent 0591f86461
commit c9db249c9c
No known key found for this signature in database
GPG Key ID: 3C8E688C96EEB9C9
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Added
- **BREAKING:** new (auto-)init behaviour, inspired by [petite-vue](https://github.com/vuejs/petite-vue)
- `require`, `import`, or use `<script>` to include Shareon without
initialization
- use exported `initializeShareon` function in Node to initialize Shareon
@ -21,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Changed
- **BREAKING:** default version of the package doesn't auto-initialize buttons
- remove mixins, defining the code/styles directly in the files
- change code style to [Prettier](https://prettier.io/)
### Removed