Skip to content

Commit f06624a

Browse files
committed
Update lib
1 parent 9e25e29 commit f06624a

6 files changed

+20
-20
lines changed

lib/rangy-classapplier.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
*
88
* Depends on Rangy core.
99
*
10-
* Copyright 2022, Tim Down
10+
* Copyright 2024, Tim Down
1111
* Licensed under the MIT license.
12-
* Version: 1.3.1
13-
* Build date: 17 August 2022
12+
* Version: 1.3.2
13+
* Build date: 2 November 2024
1414
*/
1515
(function(factory, root) {
1616
if (typeof define == "function" && define.amd) {

lib/rangy-core.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
* Rangy, a cross-browser JavaScript range and selection library
33
* https://github.com/timdown/rangy
44
*
5-
* Copyright 2022, Tim Down
5+
* Copyright 2024, Tim Down
66
* Licensed under the MIT license.
7-
* Version: 1.3.1
8-
* Build date: 17 August 2022
7+
* Version: 1.3.2
8+
* Build date: 2 November 2024
99
*/
1010

1111
(function(factory, root) {
@@ -109,7 +109,7 @@
109109
};
110110

111111
var api = {
112-
version: "1.3.1",
112+
version: "1.3.2",
113113
initialized: false,
114114
isBrowser: isBrowser,
115115
supported: true,
@@ -3896,4 +3896,4 @@
38963896
}
38973897

38983898
return api;
3899-
}, this);
3899+
}, this);

lib/rangy-highlighter.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
*
55
* Depends on Rangy core, ClassApplier and optionally TextRange modules.
66
*
7-
* Copyright 2022, Tim Down
7+
* Copyright 2024, Tim Down
88
* Licensed under the MIT license.
9-
* Version: 1.3.1
10-
* Build date: 17 August 2022
9+
* Version: 1.3.2
10+
* Build date: 2 November 2024
1111
*/
1212
(function(factory, root) {
1313
if (typeof define == "function" && define.amd) {

lib/rangy-selectionsaverestore.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
*
88
* Depends on Rangy core.
99
*
10-
* Copyright 2022, Tim Down
10+
* Copyright 2024, Tim Down
1111
* Licensed under the MIT license.
12-
* Version: 1.3.1
13-
* Build date: 17 August 2022
12+
* Version: 1.3.2
13+
* Build date: 2 November 2024
1414
*/
1515
(function(factory, root) {
1616
if (typeof define == "function" && define.amd) {

lib/rangy-serializer.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
*
99
* Depends on Rangy core.
1010
*
11-
* Copyright 2022, Tim Down
11+
* Copyright 2024, Tim Down
1212
* Licensed under the MIT license.
13-
* Version: 1.3.1
14-
* Build date: 17 August 2022
13+
* Version: 1.3.2
14+
* Build date: 2 November 2024
1515
*/
1616
(function(factory, root) {
1717
if (typeof define == "function" && define.amd) {

lib/rangy-textrange.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
*
2525
* Depends on Rangy core.
2626
*
27-
* Copyright 2022, Tim Down
27+
* Copyright 2024, Tim Down
2828
* Licensed under the MIT license.
29-
* Version: 1.3.1
30-
* Build date: 17 August 2022
29+
* Version: 1.3.2
30+
* Build date: 2 November 2024
3131
*/
3232

3333
/**

0 commit comments

Comments
 (0)