Skip to content

Commit

Permalink
chore: bump version, add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaskuske committed Jun 11, 2019
1 parent 12334a7 commit f63c548
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.0] - 2019-06-12

### Added

- Support Css variable `scroll-behavior`
- UMD/AMD module with `define()`

### Changed

- Deprecated `window.__forceSmoothscrollAnchorPolyfill__` (use `polyfill({ force: true })` instead)

### Fixed

- After focusing a scroll target, the outline is only forcefully removed if it wasn't set by the user

## [1.3.0-beta.1] - 2019-06-11

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smoothscroll-anchor-polyfill",
"version": "1.3.0-beta.1",
"version": "1.3.0",
"description": "Apply smooth scroll to anchor links to replicate CSS scroll-behavior",
"main": "dist/index.js",
"unpkg": "dist/index.min.js",
Expand Down

0 comments on commit f63c548

Please sign in to comment.