Skip to content

Commit 2b3b6b2

Browse files
author
Amr Wagdy
committed
chore: release 4.8.3
1 parent a6a8316 commit 2b3b6b2

File tree

75 files changed

+8879
-8875
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+8879
-8875
lines changed

Diff for: .gitignore

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
/node_modules
2-
.DS_Store
3-
.idea
4-
/.idea
5-
dist
6-
npm-debug.log*
7-
yarn-debug.log*
8-
yarn-error.log*
9-
package-lock.json
10-
examples/tests
11-
12-
1+
/node_modules
2+
.DS_Store
3+
.idea
4+
/.idea
5+
dist
6+
npm-debug.log*
7+
yarn-debug.log*
8+
yarn-error.log*
9+
package-lock.json
10+
examples/tests
11+
12+

Diff for: .npmignore

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# .npmignore
2-
src
3-
examples
4-
config
5-
build
6-
.babelrc
7-
.gitignore
1+
# .npmignore
2+
src
3+
examples
4+
config
5+
build
6+
.babelrc
7+
.gitignore
88
.idea

Diff for: CHANGELOG.md

+90-86
Original file line numberDiff line numberDiff line change
@@ -1,86 +1,90 @@
1-
# Changelog
2-
All notable changes to this project will be documented in this file.
3-
4-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6-
7-
Types of changes:
8-
- `Added` for new features.
9-
- `Changed` for changes in existing functionality.
10-
- `Deprecated` for soon-to-be removed features.
11-
- `Removed` for now removed features.
12-
- `Fixed` for any bug fixes.
13-
- `Security` in case of vulnerabilities.
14-
15-
> Date format: YYYY-MM-DD
16-
17-
> If we have some "Breaking changes" we can mark it in message by `**BREAKING**` preffix, like:
18-
> `- **BREAKING**: Some message`
19-
20-
-------------
21-
22-
## TODOs
23-
> Todo list for future
24-
25-
- ...
26-
27-
-------------
28-
## 4.8.2 - 2021-11-08
29-
30-
### Fixed
31-
- possibility to remove API version in blur-hash, low-preview, wp and plain
32-
## 4.8.1 - 2021-08-17
33-
34-
### fixed
35-
36-
- Minifying build in low preview
37-
## 4.8.0 - 2021-06-16
38-
39-
### Deprecated
40-
41-
Property **ignoreNodeImgSize** is deprecated. Use **imageSizeAttributes: 'ignore'** instead
42-
43-
### Added
44-
- new property: **imageSizeAttributes**
45-
## 4.7.0 - 2020-02-23
46-
### added
47-
- add custom root element to process function
48-
- process result coudimage URL before inserting into dom (plain version only)
49-
50-
### fixed
51-
- banners in build files
52-
53-
## 4.6.8 - 2020-02-04
54-
### fixed
55-
- problem with background images with no children
56-
57-
## 4.6.7 - 2020-02-03
58-
### fixed
59-
- problem with rendering images inside background image
60-
61-
## 4.6.6 - 2020-1-20
62-
### updated
63-
- highlight js
64-
65-
## 4.6.5 - 2020-11-09
66-
### updated
67-
- utils version to add src to each size
68-
69-
## 4.6.4 - 2020-11-04
70-
### updated
71-
- utils version to fix getComputed function
72-
## 4.6.3 - 2020-11-02
73-
### updated
74-
- utils version to enable params by queries
75-
76-
## 4.6.2 - 2020-11-02
77-
### updated
78-
- utils version
79-
80-
## 4.6.1 - 2020-09-03
81-
### Fixed
82-
- background images doesn't appear
83-
84-
## 4.6.0 - 2020-07-27
85-
### Added
86-
- possibility to change cloudimage responsive selector
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
Types of changes:
8+
- `Added` for new features.
9+
- `Changed` for changes in existing functionality.
10+
- `Deprecated` for soon-to-be removed features.
11+
- `Removed` for now removed features.
12+
- `Fixed` for any bug fixes.
13+
- `Security` in case of vulnerabilities.
14+
15+
> Date format: YYYY-MM-DD
16+
17+
> If we have some "Breaking changes" we can mark it in message by `**BREAKING**` preffix, like:
18+
> `- **BREAKING**: Some message`
19+
20+
-------------
21+
22+
## TODOs
23+
> Todo list for future
24+
25+
- ...
26+
27+
-------------
28+
## 4.8.3 - 2021-12-09
29+
### Fixed
30+
- img-src starts with "//"
31+
32+
## 4.8.2 - 2021-11-08
33+
34+
### Fixed
35+
- possibility to remove API version in blur-hash, low-preview, wp and plain
36+
## 4.8.1 - 2021-08-17
37+
38+
### fixed
39+
40+
- Minifying build in low preview
41+
## 4.8.0 - 2021-06-16
42+
43+
### Deprecated
44+
45+
Property **ignoreNodeImgSize** is deprecated. Use **imageSizeAttributes: 'ignore'** instead
46+
47+
### Added
48+
- new property: **imageSizeAttributes**
49+
## 4.7.0 - 2020-02-23
50+
### added
51+
- add custom root element to process function
52+
- process result coudimage URL before inserting into dom (plain version only)
53+
54+
### fixed
55+
- banners in build files
56+
57+
## 4.6.8 - 2020-02-04
58+
### fixed
59+
- problem with background images with no children
60+
61+
## 4.6.7 - 2020-02-03
62+
### fixed
63+
- problem with rendering images inside background image
64+
65+
## 4.6.6 - 2020-1-20
66+
### updated
67+
- highlight js
68+
69+
## 4.6.5 - 2020-11-09
70+
### updated
71+
- utils version to add src to each size
72+
73+
## 4.6.4 - 2020-11-04
74+
### updated
75+
- utils version to fix getComputed function
76+
## 4.6.3 - 2020-11-02
77+
### updated
78+
- utils version to enable params by queries
79+
80+
## 4.6.2 - 2020-11-02
81+
### updated
82+
- utils version
83+
84+
## 4.6.1 - 2020-09-03
85+
### Fixed
86+
- background images doesn't appear
87+
88+
## 4.6.0 - 2020-07-27
89+
### Added
90+
- possibility to change cloudimage responsive selector

Diff for: LICENSE

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
MIT License
2-
3-
Copyright (c) 2019 scaleflex
4-
5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
11-
12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
14-
15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
1+
MIT License
2+
3+
Copyright (c) 2019 scaleflex
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)