You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGES.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,16 @@
5
5
Breaking Changes
6
6
~~~~~~~~~~~~~~~~
7
7
8
-
+++Big breaking upgrade changing the build system. Read Upgrade-from-2-to-3.txt for details.+++
8
+
+++Big breaking upgrade changing the build system. Read the [version 2 to 3 upgrade guide](./UPGRADE-2-TO-3.md) for details.+++
9
9
10
10
- Switched fully to npm for package retrieval, deprecating bower (pilz)
11
11
- Introduce webpack to create the bundle and deprecate require.js (pilz)
12
-
Read Upgrade-from-2-to-3.txt for details.
12
+
Read [version 2 to 3 upgrade guide](./UPGRADE-2-TO-3.md) for details.
13
13
- Tests are upgraded to Jasmine 2.8.0 syntax
14
14
- Testrunner is now karma 1.7
15
15
- Coverage reports are generated
16
16
- Removed deprecated packages
17
-
- jquery.tinymce
17
+
- jquery.tinymce
18
18
Very big and unmaintained. We have never advertised it so we don't include it anymore to clean up.
19
19
- requirejs
20
20
No longer required
@@ -30,7 +30,7 @@ Breaking Changes
30
30
Has been superceeded by pat-validation and is no longer maintained.
31
31
- fixed path to spectrum-colorpicker
32
32
- fixed #512 by also setting the data-option-value attribute
33
-
33
+
34
34
35
35
## 2.1.2 - Aug. 29, 2017
36
36
@@ -39,17 +39,17 @@ Breaking Changes
39
39
40
40
## 2.1.1 - Aug. 28, 2017
41
41
42
-
Fixes
42
+
Fixes
43
43
~~~~~
44
44
45
45
- pat-modal: Only add a panel-header to the first panel-content element within pat-modal, not everyone. Otherwise this may collide with pat-collapsible which also creates a panel-content class further down the DOM (pilz)
46
-
- pat-modal: Fix an issue where chrome is so quick that a modal is closed before the actual injection call can be sent.
46
+
- pat-modal: Fix an issue where chrome is so quick that a modal is closed before the actual injection call can be sent.
47
47
48
48
49
49
## 2.1.1 - Aug. 28, 2017
50
50
51
51
- pat-modal: Only add a panel-header to the first panel-content element within pat-modal, not everyone. Otherwise this may collide with pat-collapsible which also creates a panel-content class further down the DOM (pilz)
52
-
- pat-modal: Fix an issue where chrome is so quick that a modal is closed before the actual injection call can be sent.
52
+
- pat-modal: Fix an issue where chrome is so quick that a modal is closed before the actual injection call can be sent.
0 commit comments