Skip to content

Commit

Permalink
7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robinweser committed Nov 16, 2022
1 parent 48f661d commit 7040534
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Changelog

## 7.0

### 7.0.0

- remove `backgroundClip` plugin

## 6.0

### 6.0.4

- hotfix bringing back a no-op `backgroundClip` plugin to preserve clients using a custom configuration

### 6.0.3

- Cleanup ( [#225](https://github.com/robinweser/inline-style-prefixer/pull/225) )
Expand Down
3 changes: 0 additions & 3 deletions modules/plugins/backgroundClip.js

This file was deleted.

2 changes: 0 additions & 2 deletions modules/plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ import logical from './logical'
import position from './position'
import sizing from './sizing'
import transition from './transition'
import backgroundClip from './backgroundClip'

export default [
backgroundClip,
calc,
crossFade,
cursor,
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": "inline-style-prefixer",
"version": "6.0.3",
"version": "7.0.0",
"description": "Run-time Autoprefixer for JavaScript style objects",
"module": "es/index.js",
"jsnext:main": "es/index.js",
Expand Down

0 comments on commit 7040534

Please sign in to comment.