UNPKG

2.47 kBMarkdownView Raw
1# Changes
2
3## 2.1.1
4
5 - BUGFIX: Fix path to passive events for scroll direction (#58)
6 - BUGFIX: Fix passive events path (#57)
7
8## 2.1.0
9
10 - FEATURE: Add scroll direction component (#55)
11 - FEATURE: Add space between mixin (#56)
12
13## 2.0.0
14
15 - FEATURE: Add size parameter for animated link. #51
16 - BUGFIX: Fix corejs options overwrite between components. #50
17 - ENHANCEMENT: Rename to @sulu/web and restructure repository. #49
18 - ENHANCEMENT: Add possibility to extend container link attributes. #48
19 - BUGFIX: Fix menu button for chrome. #47
20 - FEATURE: Add animation link hover scss mixin. #46
21 - FEATURE: Add window scroll js component. #45
22 - FEATURE: Add animated menu button mixin. #44
23 - FEATURE: Add animated link scss mixin. #43
24 - FEATURE: Add default options to register component. #42
25 - BUGFIX: Fix path to index.js of library. #39
26 - ENHANCEMENT: Mark lazy.js implementation as experimental. #38
27 - ENHANCEMENT: Remove jQuery as dependency of web core js. #38
28 - ENHANCEMENT: Change api request to use json instead of html. #37
29 - FEATURE: Add support for multiple arguments in service call. #36
30 - ENHANCEMENT: Rename src folder to js. #35
31
32## 1.5.1
33
34 - ENHANCEMENT: Add package-json.lock file to gitignore. #41
35
36## 1.5.0
37
38 - FEATURE: Added truncate component. #32
39 - FEATURE: Added dot dot dot scss mixin. #31
40
41## 1.4.1
42
43 - FEATURE: Added return of instance in startComponent. #30
44
45## 1.4.0
46
47 - FEATURE: Added mediaOnly mixin. #28
48 - FEATURE: Added contaiiner link scss mixin. #26
49
50## 1.3.1
51
52 - BUGFIX: Define jquery as peer dependency. #23
53 - BUGFIX: Show correct stack trace for failed component start. #24
54 - ENHANCEMENT: Add closeOnEsc to expand and toggle class instead of display. #19
55
56## 1.3.0
57
58 - BUGFIX: Fix media mixin to use the correct pixels and allow multiple lists. #16
59 - FEATURE: Add map math mixin. #14
60 - BUGFIX: Fix expand component when element have multiple classes. #15
61 - FEATURE: Add media scss mixin. #13
62 - FEATURE: Add service to load google map library. #12
63 - FEATURE: Add skew scss mixin. #4
64 - ENHANCEMENT: Add eslint and stylelint with circle ci. #11
65 - FEATURE: Add expand js component. #6
66 - FEATURE: Add container link js component. #7
67
68## 1.2.0
69
70 - BUGFIX: Fix context of call services. #9
71 - FEATURE: Add service to communicate with apis. #5
72 - FEATURE: Sort order of methods in core.js. Added gitignore file. #3
73
74## 1.1.0
75
76 - FEATURE Add lazy load prototype.
77
78## 1.0.0
79
80 - FEATURE Initial component and service logic.