# Change Log
All notable version changes would be documented in this file.

## 4.2.0
> Minor version updated at 2026.04.30
- Chores: Updated dependencies
- Performance Improvements: Each share module gets children as a function, so you can customize the button's appearance

## 4.1.1 ~ 4.1.5
> Patch version updated at 2025.07.07 ~ 12
- Chores: Updated dependencies
- Performance Improvements: Added ESM build options

## 4.1.0
> Minor version updated at 2024.04.12
- Performance Improvements: Since the `KakaoStory` sharing service has ended, related modules have been removed

## 4.0.3
> Patch version updated at 2024.02.27
- Chores
  - Update dependencies
  - Update configurations

## 4.0.2
> Patch version updated at 2023.08.31
- Chores: Update dependencies
- Bug Fixes: `Clipboard` share button styling
- Performance Improvements: `Clipboard` share can be provided with a `title` extra

## 4.0.1
> Patch version updated at 2023.08.22
- Chores: Update dependencies
- Bug Fixes: `Facebook` and `Kakao` sharing initialization errors when moving routes

## 4.0.0
> Major version released at 2023.08.10
- Chores: Update documents
- Performance Improvements
  - Removed `GoogleBookmarks` share module
  - Removed `GoogleHangouts` widget module
  - Added `Reddit` share module
  - Added `Skype` share module
  - Automatically reads the `keyword` meta tag value and uses it as the hashtag value
- Bug Fixes: Update bugs in outdated share/widget modules

## 3.1.0
> Minor version updated at 2023.08.07
- Chores
  - All source codes cleanup
  - Update dependencies
  - Update documents
- Bug Fixes: The problem that components cannot be used when SDK Loader is called after `window.onLoad`
- Performance Improvements
  - Updated some logo images
  - No need to call SDK Loader anymore

## 3.0.6
> Patch version updated at 2021.09.01
- Chores
  - Update dependencies
  - Fixes lint errors

## 3.0.5
> Patch version updated at 2020.09.19
- Chores: Update document

## 3.0.4
> Minor version updated at 2020.09.19
- Chores
  - All source codes cleanup
  - Update dependencies
- Bug Fixes: Correspond to Next.js

## 3.0.3
> Patch version updated at 2020.03.06
- Bug Fixes: Re-render was not executed

## 3.0.2
> Patch version updated at 2020.03.06
- Chores
  - Source code cleanup with applied vessel@3.3.0 template
  - Update dependencies
- Bug Fixes: Modified event listener type
- Performance Improvements: Modified some code to respond to React SSR

## 3.0.1
> Patch version updated at 2020.01.08
- Chores: Update dependencies
- Bug Fixes: Modify the problem that API can not be used normally when loading Kakao and Facebook SDK

## 3.0.0
> Major version released at 2019.12.29
- Chores
  - All source codes cleanup
  - Update README.md file
  - Update dependencies
- New Features
  - Update `KakaoTalk` share module now uses v2 API (see [here](https://developers.kakao.com/docs/js/kakaotalklink))
  - Add `Clipboard` share module (copy text)
  - Add types for each modules

## 2.0.6
> Patch version updated at 2019.05.10
- Chores: Update dependencies

## 2.0.5
> Patch version updated at 2019.04.17
- Bug Fixes: Adds protocol to SDK / link URL

## 2.0.4
> Patch version updated at 2019.04.02
- Bug Fixes: Changes image file path

## 2.0.3
> Patch version updated at 2019.04.02
- Chores: Modify testcase settings

## 2.0.2
> Patch version updated at 2019.04.01
- Chores: Modify testcase settings

## 2.0.1
> Patch version updated at 2019.04.01
- Performance Improvements: Replaces `dist/share.scss` with compiled CSS `dist/share.css`

## 2.0.0
> Major version released at 2019.03.28
- Chores
  - Source code cleanup
  - Generate document files
- New Features
  - Add new widgets `TumblrFollow` and `TumblrPost`
  - Add SCSS file with image (removes `default.css`)
- Performance Improvements: Correspond to Next.js
- Deprecated
  - Removes `GooglePlus` share / `GoogleFollow` and `GooglePlusOne` widgets

## 1.1.0
> Minor version updated at 2019.03.21
- Performance Improvements: Correspond to Next.js

## 1.0.0
> Major version released at 2019.03.15
- New Features
  - Add initialization code
