@frsource/frs-hide-scrollbar 2.0.6 → 2.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -4
- package/package.json +22 -12
- package/CHANGELOG.md +0 -100
- package/dist/.DS_Store +0 -0
- package/src/.DS_Store +0 -0
- package/yarn.lock +0 -5337
package/README.md
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
# @frsource/frs-hide-scrollbar
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/frs-hide-scrollbar)
|
|
3
|
+
[](https://www.npmjs.com/package/@frsource/frs-hide-scrollbar)
|
|
4
4
|
[](https://github.com/semantic-release/semantic-release)
|
|
5
|
-
|
|
6
|
-
[](https://david-dm.org/frsource/frs-hide-scrollbar)
|
|
7
|
-
[](https://david-dm.org/frsource/frs-hide-scrollbar?type=dev)
|
|
5
|
+

|
|
8
6
|
[](https://bundlephobia.com/result?p=@frsource/frs-hide-scrollbar)
|
|
9
7
|
|
|
10
8
|
**@frsource/frs-hide-scrollbar** is a css-only, cross-browser (IE10+, supports both desktop & mobile devices), simple & lightweight library for hiding scrollbars!
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frsource/frs-hide-scrollbar",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
4
4
|
"description": "CSS-only & easy-to-use solution for cross-browser scrollbar hiding",
|
|
5
5
|
"source": "src/index.scss",
|
|
6
6
|
"main": "dist/frs-hide-scrollbar.css",
|
|
@@ -11,9 +11,10 @@
|
|
|
11
11
|
"build": "yarn build:bundle && yarn build:example",
|
|
12
12
|
"build:bundle": "microbundle --compress -o dist/frs-hide-scrollbar.js -f cjs",
|
|
13
13
|
"postbuild:bundle": "yarn clean:dist:js",
|
|
14
|
-
"build:example": "cpy
|
|
14
|
+
"build:example": "cpy . ../docs --cwd dist",
|
|
15
15
|
"prerelease": "yarn build && git add dist && git add docs",
|
|
16
|
-
"release": "
|
|
16
|
+
"release": "semantic-release",
|
|
17
|
+
"release:ci": "yarn release --yes",
|
|
17
18
|
"postrelease": "git push --follow-tags origin master && yarn publish",
|
|
18
19
|
"clean": "rimraf dist/**/* && rimraf docs/*.{js,mjs,css,map}",
|
|
19
20
|
"clean:dist:js": "rimraf dist/*.{js,mjs,js.map}"
|
|
@@ -36,20 +37,29 @@
|
|
|
36
37
|
"scrollbar"
|
|
37
38
|
],
|
|
38
39
|
"files": [
|
|
39
|
-
"dist/",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
40
|
+
"dist/frs-hide-scrollbar.css",
|
|
41
|
+
"dist/frs-hide-scrollbar.css.map",
|
|
42
|
+
"src/index.scss",
|
|
43
|
+
"package.json"
|
|
43
44
|
],
|
|
44
45
|
"bugs": {
|
|
45
46
|
"url": "https://github.com/FRSource/FRS-hide-scrollbar/issues"
|
|
46
47
|
},
|
|
47
48
|
"devDependencies": {
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
49
|
+
"@semantic-release/changelog": "^6.0.2",
|
|
50
|
+
"@semantic-release/commit-analyzer": "^9.0.2",
|
|
51
|
+
"@semantic-release/git": "^10.0.1",
|
|
52
|
+
"@semantic-release/github": "^8.0.7",
|
|
53
|
+
"@semantic-release/npm": "^9.0.1",
|
|
54
|
+
"@semantic-release/release-notes-generator": "^10.0.3",
|
|
55
|
+
"cpy-cli": "4.2.0",
|
|
56
|
+
"microbundle": "0.15.1",
|
|
57
|
+
"rimraf": "3.0.2",
|
|
58
|
+
"sass": "1.56.2",
|
|
59
|
+
"semantic-release": "^19.0.5"
|
|
60
|
+
},
|
|
61
|
+
"publishConfig": {
|
|
62
|
+
"access": "public"
|
|
53
63
|
},
|
|
54
64
|
"dependencies": {}
|
|
55
65
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
|
-
|
|
5
|
-
### [2.0.6](https://github.com/FRSource/FRS-hide-scrollbar/compare/v2.0.5...v2.0.6) (2021-09-06)
|
|
6
|
-
|
|
7
|
-
### [2.0.5](https://github.com/FRSource/FRS-hide-scrollbar/compare/v2.0.4...v2.0.5) (2021-02-28)
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
### Bug Fixes
|
|
11
|
-
|
|
12
|
-
* security updates
|
|
13
|
-
|
|
14
|
-
### [2.0.4](https://github.com/FRSource/FRS-hide-scrollbar/compare/v2.0.2...v2.0.4) (2021-01-03)
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
### Bug Fixes
|
|
18
|
-
|
|
19
|
-
* security updates
|
|
20
|
-
|
|
21
|
-
### [2.0.2](https://github.com/FRSource/FRS-hide-scrollbar/compare/v2.0.1...v2.0.2) (2021-01-03)
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
### Bug Fixes
|
|
25
|
-
|
|
26
|
-
* security updates
|
|
27
|
-
|
|
28
|
-
### [2.0.1](https://github.com/FRSource/FRS-hide-scrollbar/compare/v2.0.0...v2.0.1) (2021-01-03)
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
### Bug Fixes
|
|
32
|
-
|
|
33
|
-
* security updates
|
|
34
|
-
|
|
35
|
-
## [2.0.0](https://github.com/FRSource/FRS-hide-scrollbar/compare/v2.0.0-alpha.0...v2.0.0) (2021-01-03)
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
### Bug Fixes
|
|
39
|
-
|
|
40
|
-
* security updates
|
|
41
|
-
|
|
42
|
-
## [2.0.0-alpha.0](https://github.com/FRSource/FRS-hide-scrollbar/compare/v1.0.1...v2.0.0-alpha.0) (2021-01-03)
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
### ⚠ BREAKING CHANGES
|
|
46
|
-
|
|
47
|
-
* drop the whole JS API - the package is CSS-only from now on
|
|
48
|
-
|
|
49
|
-
### Features
|
|
50
|
-
|
|
51
|
-
* move to css-only implementation ([39d99ab](https://github.com/FRSource/FRS-hide-scrollbar/commit/39d99ab0819bb39c050a578901eb1c2a7952505f))
|
|
52
|
-
|
|
53
|
-
### [1.0.1](https://github.com/FRSource/FRS-hide-scrollbar/compare/v1.0.0...v1.0.1) (2021-01-02)
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
### Bug Fixes
|
|
57
|
-
|
|
58
|
-
* security updates
|
|
59
|
-
|
|
60
|
-
## [1.0.0](https://github.com/FRSource/FRS-hide-scrollbar/compare/v0.5.0...v1.0.0) (2020-02-06)
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
### Features
|
|
64
|
-
|
|
65
|
-
* Library got stable! 🚀
|
|
66
|
-
|
|
67
|
-
### Bug Fixes
|
|
68
|
-
|
|
69
|
-
* security updates
|
|
70
|
-
|
|
71
|
-
## [0.5.0](https://github.com/FRSource/FRS-hide-scrollbar/compare/v0.4.1...v0.5.0) (2020-02-06)
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
### ⚠ BREAKING CHANGES
|
|
75
|
-
|
|
76
|
-
* .updateStyles method got renamed into .update, also - first argument type now is supposed to be a partial of configuration object
|
|
77
|
-
* createNewChild is no longer exposed - it's part of an private, internal API
|
|
78
|
-
* there is no longer any css file to be included - whole styling is being generated by JS
|
|
79
|
-
|
|
80
|
-
### Features
|
|
81
|
-
|
|
82
|
-
* global refactor: make api more consistent & reliable ([7522a9f](https://github.com/FRSource/FRS-hide-scrollbar/commit/7522a9f168c511f5bb3ea442267a305174c241f0))
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
### Bug Fixes
|
|
86
|
-
|
|
87
|
-
* custom className is not always respected in css ([52cdcf0](https://github.com/FRSource/FRS-hide-scrollbar/commit/52cdcf0ce65e066179872717c13ae09928c5523c))
|
|
88
|
-
|
|
89
|
-
### [0.4.1](https://github.com/FRSource/FRS-hide-scrollbar/compare/v0.4.0...v0.4.1) (2019-11-01)
|
|
90
|
-
|
|
91
|
-
## [0.4.0](https://github.com/FRSource/FRS-hide-scrollbar/compare/v0.3.0...v0.4.0) (2019-10-31)
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
### ⚠ BREAKING CHANGES
|
|
95
|
-
|
|
96
|
-
* FRSHideScrollbar is now shipped via regular export rather than default one
|
|
97
|
-
|
|
98
|
-
* migrate from parcel to microbundle ([#13](https://github.com/FRSource/FRS-hide-scrollbar/issues/13)) ([3f0bafd](https://github.com/FRSource/FRS-hide-scrollbar/commit/3f0bafd4dc800f2c98fef097bbfa8f904a30dec1))
|
|
99
|
-
|
|
100
|
-
### [0.3.1](https://github.com/FRSource/FRS-hide-scrollbar/compare/v0.3.0...v0.3.1) (2019-10-30)
|
package/dist/.DS_Store
DELETED
|
Binary file
|
package/src/.DS_Store
DELETED
|
Binary file
|