|
1 | 1 | # Release Notes
|
2 | 2 |
|
3 |
| -## [Unreleased](https://github.com/laravel/ui/compare/v3.4.2...3.x) |
| 3 | +## [Unreleased](https://github.com/laravel/ui/compare/v3.4.3...3.x) |
4 | 4 |
|
| 5 | +## [v3.4.3](https://github.com/laravel/ui/compare/v3.4.2...v3.4.3) - 2022-02-08 |
| 6 | + |
| 7 | +### Changed |
| 8 | + |
| 9 | +- Replace removeSpecialCharacters method with Str Helper Equivalent ([#219](https://github.com/laravel/ui/pull/219)) |
5 | 10 |
|
6 | 11 | ## [v3.4.2 (2021-12-25)](https://github.com/laravel/ui/compare/v3.4.1...v3.4.2)
|
7 | 12 |
|
8 | 13 | ### Fixed
|
| 14 | + |
9 | 15 | - Update app.stub with correct Bootstrap 5 class ([#215](https://github.com/laravel/ui/pull/215))
|
10 | 16 | - Fix bug where special characters can be used when generating throttle key ([#216](https://github.com/laravel/ui/pull/216))
|
11 | 17 |
|
12 |
| - |
13 | 18 | ## [v3.4.1 (2021-12-22)](https://github.com/laravel/ui/compare/v3.4.0...v3.4.1)
|
14 | 19 |
|
15 | 20 | ### Fixed
|
16 |
| -- Fix Bootstrap 5 text alignment ([#213](https://github.com/laravel/ui/pull/213)) |
17 | 21 |
|
| 22 | +- Fix Bootstrap 5 text alignment ([#213](https://github.com/laravel/ui/pull/213)) |
18 | 23 |
|
19 | 24 | ## [v3.4.0 (2021-11-30)](https://github.com/laravel/ui/compare/v3.3.3...v3.4.0)
|
20 | 25 |
|
21 | 26 | ### Changed
|
22 |
| -- Update library to Boostrap 5 ([#212](https://github.com/laravel/ui/pull/212)) |
23 | 27 |
|
| 28 | +- Update library to Boostrap 5 ([#212](https://github.com/laravel/ui/pull/212)) |
24 | 29 |
|
25 | 30 | ## [v3.3.3 (2021-11-21)](https://github.com/laravel/ui/compare/v3.3.2...v3.3.3)
|
26 | 31 |
|
27 | 32 | ### Added
|
28 |
| -- Laravel 9 Support ([08ea313](https://github.com/laravel/ui/commit/08ea313a35dfc89ff0cd9916ca0bcef9715d0ed6)) |
29 | 33 |
|
| 34 | +- Laravel 9 Support ([08ea313](https://github.com/laravel/ui/commit/08ea313a35dfc89ff0cd9916ca0bcef9715d0ed6)) |
30 | 35 |
|
31 | 36 | ## [v3.3.2 (2021-11-05)](https://github.com/laravel/ui/compare/v3.3.1...v3.3.2)
|
32 | 37 |
|
33 | 38 | ### Fixed
|
34 |
| -- Fix session issue ([9fbdf77](https://github.com/laravel/ui/commit/9fbdf7751119aa6b5047607266a7c0f6e0e24905)) |
35 | 39 |
|
| 40 | +- Fix session issue ([9fbdf77](https://github.com/laravel/ui/commit/9fbdf7751119aa6b5047607266a7c0f6e0e24905)) |
36 | 41 |
|
37 | 42 | ## [v3.3.1 (2021-11-02)](https://github.com/laravel/ui/compare/v3.3.0...v3.3.1)
|
38 | 43 |
|
39 | 44 | ### Fixed
|
40 |
| -- Set `password_confirmed_at` on login ([#208](https://github.com/laravel/ui/pull/208)) |
41 | 45 |
|
| 46 | +- Set `password_confirmed_at` on login ([#208](https://github.com/laravel/ui/pull/208)) |
42 | 47 |
|
43 | 48 | ## [v3.3.0 (2021-05-25)](https://github.com/laravel/ui/compare/v3.2.1...v3.3.0)
|
44 | 49 |
|
45 | 50 | ### Added
|
46 |
| -- Use new Password::defaults() feature ([#204](https://github.com/laravel/ui/pull/204)) |
47 | 51 |
|
| 52 | +- Use new Password::defaults() feature ([#204](https://github.com/laravel/ui/pull/204)) |
48 | 53 |
|
49 | 54 | ## [v3.2.1 (2021-04-27)](https://github.com/laravel/ui/compare/v3.2.0...v3.2.1)
|
50 | 55 |
|
51 | 56 | ### Changed
|
| 57 | + |
52 | 58 | - Use trans helper instead of Lang Facade ([#201](https://github.com/laravel/ui/pull/201))
|
53 | 59 | - Update NPM dependencies ([#203](https://github.com/laravel/ui/pull/203))
|
54 | 60 |
|
55 |
| - |
56 | 61 | ## [v3.2.0 (2021-01-06)](https://github.com/laravel/ui/compare/v3.1.0...v3.2.0)
|
57 | 62 |
|
58 | 63 | ### Changed
|
59 |
| -- Tweak stubs for Mix 6 ([#193](https://github.com/laravel/ui/pull/193)) |
60 | 64 |
|
| 65 | +- Tweak stubs for Mix 6 ([#193](https://github.com/laravel/ui/pull/193)) |
61 | 66 |
|
62 | 67 | ## [v3.1.0 (2020-11-03)](https://github.com/laravel/ui/compare/v3.0.0...v3.1.0)
|
63 | 68 |
|
64 | 69 | ### Added
|
| 70 | + |
65 | 71 | - Added PHP 8 Support ([#178](https://github.com/laravel/ui/pull/178))
|
66 | 72 |
|
67 | 73 | ### Changed
|
| 74 | + |
68 | 75 | - Add sourcemaps to webpack config ([#168](https://github.com/laravel/ui/pull/168))
|
69 | 76 |
|
70 | 77 | ### Fixed
|
71 |
| -- Wrap login link in app.stub with a route check ([#177](https://github.com/laravel/ui/pull/177)) |
72 | 78 |
|
| 79 | +- Wrap login link in app.stub with a route check ([#177](https://github.com/laravel/ui/pull/177)) |
73 | 80 |
|
74 | 81 | ## [v3.0.0 (2020-09-11)](https://github.com/laravel/ui/compare/v2.4.0...v3.0.0)
|
75 | 82 |
|
76 | 83 | ### Added
|
| 84 | + |
77 | 85 | - Laravel 8 support ([#155](https://github.com/laravel/ui/pull/155))
|
78 | 86 |
|
79 | 87 | ### Fixed
|
80 |
| -- Fetch reset token explicitly ([#130](https://github.com/laravel/ui/pull/130)) |
81 | 88 |
|
| 89 | +- Fetch reset token explicitly ([#130](https://github.com/laravel/ui/pull/130)) |
82 | 90 |
|
83 | 91 | ## [v2.4.1 (2020-09-22)](https://github.com/laravel/ui/compare/v2.4.0...v2.4.1)
|
84 | 92 |
|
85 | 93 | ### Changed
|
86 |
| -- Revert "Add namespace check to Auth routes" ([#160](https://github.com/laravel/ui/pull/160)) |
87 | 94 |
|
| 95 | +- Revert "Add namespace check to Auth routes" ([#160](https://github.com/laravel/ui/pull/160)) |
88 | 96 |
|
89 | 97 | ## [v2.4.0 (2020-09-11)](https://github.com/laravel/ui/compare/v2.3.0...v2.4.0)
|
90 | 98 |
|
91 | 99 | ### Removed
|
| 100 | + |
92 | 101 | - Remove Laravel 8 support ([#154](https://github.com/laravel/ui/pull/154))
|
93 | 102 |
|
94 | 103 | ### Fixed
|
95 |
| -- Fix Bootstrap preset ([#146](https://github.com/laravel/ui/pull/146)) |
96 | 104 |
|
| 105 | +- Fix Bootstrap preset ([#146](https://github.com/laravel/ui/pull/146)) |
97 | 106 |
|
98 | 107 | ## [v2.3.0 (2020-09-09)](https://github.com/laravel/ui/compare/v2.2.1...v2.3.0)
|
99 | 108 |
|
100 | 109 | ### Fixed
|
101 |
| -- Add namespace check to Auth routes ([#143](https://github.com/laravel/ui/pull/143)) |
102 | 110 |
|
| 111 | +- Add namespace check to Auth routes ([#143](https://github.com/laravel/ui/pull/143)) |
103 | 112 |
|
104 | 113 | ## [v2.2.1 (2020-09-08)](https://github.com/laravel/ui/compare/v2.2.0...v2.2.1)
|
105 | 114 |
|
106 | 115 | ### Fixed
|
| 116 | + |
107 | 117 | - Use proper json responses ([#139](https://github.com/laravel/ui/pull/139))
|
108 | 118 | - Ensure sass directory exists ([456daa3](https://github.com/laravel/ui/commit/456daa330a32483b0fa9794334e60af6b2db3bf6))
|
109 | 119 |
|
110 |
| - |
111 | 120 | ## [v2.2.0 (2020-08-25)](https://github.com/laravel/ui/compare/v2.1.0...v2.2.0)
|
112 | 121 |
|
113 | 122 | ### Added
|
| 123 | + |
114 | 124 | - Laravel 8 support ([4a0db5b](https://github.com/laravel/ui/commit/4a0db5b2e5d3c032b0f213e847008d39c8c7ce45))
|
115 | 125 |
|
116 | 126 | ### Fixed
|
117 |
| -- Remove caret and replace `display: none` with `d-none` ([#135](https://github.com/laravel/ui/pull/135)) |
118 | 127 |
|
| 128 | +- Remove caret and replace `display: none` with `d-none` ([#135](https://github.com/laravel/ui/pull/135)) |
119 | 129 |
|
120 | 130 | ## [v2.1.0 (2020-06-30)](https://github.com/laravel/ui/compare/v2.0.3...v2.1.0)
|
121 | 131 |
|
122 | 132 | ### Added
|
| 133 | + |
123 | 134 | - Allow for optional login and logout routes ([#113](https://github.com/laravel/ui/pull/113))
|
124 | 135 |
|
125 | 136 | ### Fixed
|
126 |
| -- Missed localizable strings ([#105](https://github.com/laravel/ui/pull/105)) |
127 | 137 |
|
| 138 | +- Missed localizable strings ([#105](https://github.com/laravel/ui/pull/105)) |
128 | 139 |
|
129 | 140 | ## [v2.0.3 (2020-04-29)](https://github.com/laravel/ui/compare/v2.0.2...v2.0.3)
|
130 | 141 |
|
131 | 142 | ### Fixed
|
132 |
| -- Fix confirm controller overwrite ([#100](https://github.com/laravel/ui/pull/100)) |
133 | 143 |
|
| 144 | +- Fix confirm controller overwrite ([#100](https://github.com/laravel/ui/pull/100)) |
134 | 145 |
|
135 | 146 | ## [v2.0.2 (2020-04-28)](https://github.com/laravel/ui/compare/v2.0.1...v2.0.2)
|
136 | 147 |
|
137 | 148 | ### Fixed
|
138 |
| -- Confirm controller overwrite ([#95](https://github.com/laravel/ui/pull/95)) |
139 | 149 |
|
| 150 | +- Confirm controller overwrite ([#95](https://github.com/laravel/ui/pull/95)) |
140 | 151 |
|
141 | 152 | ## [v2.0.1 (2020-03-03)](https://github.com/laravel/ui/compare/v2.0.0...v2.0.1)
|
142 | 153 |
|
143 | 154 | ### Fixed
|
144 |
| -- Make `auth` options empty by default ([47a0a1d](https://github.com/laravel/ui/commit/47a0a1dac76f5e73803c86e1f38b2c7e0ae7fa83)) |
145 | 155 |
|
| 156 | +- Make `auth` options empty by default ([47a0a1d](https://github.com/laravel/ui/commit/47a0a1dac76f5e73803c86e1f38b2c7e0ae7fa83)) |
146 | 157 |
|
147 | 158 | ## [v2.0.0 (2020-03-03)](https://github.com/laravel/ui/compare/v1.2.0...v2.0.0)
|
148 | 159 |
|
149 | 160 | ### Changed
|
150 |
| -- The UI package now contains all auth scaffolding from the laravel skeleton |
151 | 161 |
|
| 162 | +- The UI package now contains all auth scaffolding from the laravel skeleton |
152 | 163 |
|
153 | 164 | ## [v1.2.0 (2020-02-18)](https://github.com/laravel/ui/compare/v1.1.2...v1.2.0)
|
154 | 165 |
|
155 | 166 | ### Changed
|
156 |
| -- Use `sass-loader` v8 for Vue preset ([bb64fca](https://github.com/laravel/ui/commit/bb64fca681566ca94457d490a00f899516e75664)) |
157 | 167 |
|
| 168 | +- Use `sass-loader` v8 for Vue preset ([bb64fca](https://github.com/laravel/ui/commit/bb64fca681566ca94457d490a00f899516e75664)) |
158 | 169 |
|
159 | 170 | ## [v1.1.2 (2019-10-20)](https://github.com/laravel/ui/compare/v1.1.1...v1.1.2)
|
160 | 171 |
|
161 | 172 | ### Changed
|
162 |
| -- Removed Laravel 7.0 support ([0287d4ee](https://github.com/laravel/ui/commit/0287d4eee80aad718bdf7f90117cfe720c493064)) |
163 | 173 |
|
| 174 | +- Removed Laravel 7.0 support ([0287d4ee](https://github.com/laravel/ui/commit/0287d4eee80aad718bdf7f90117cfe720c493064)) |
164 | 175 |
|
165 | 176 | ## [v1.1.1 (2019-10-11)](https://github.com/laravel/ui/compare/v1.1.0...v1.1.1)
|
166 | 177 |
|
167 | 178 | ### Changed
|
| 179 | + |
168 | 180 | - Change the specified time until re-authentication ([#37](https://github.com/laravel/ui/pull/37))
|
169 | 181 |
|
170 | 182 | ### Fixed
|
171 |
| -- Add `auth.passwords.confirm` to exported views ([#36](https://github.com/laravel/ui/pull/36)) |
172 | 183 |
|
| 184 | +- Add `auth.passwords.confirm` to exported views ([#36](https://github.com/laravel/ui/pull/36)) |
173 | 185 |
|
174 | 186 | ## [v1.1.0 (2019-10-08)](https://github.com/laravel/ui/compare/v1.0.1...v1.1.0)
|
175 | 187 |
|
176 | 188 | ### Added
|
| 189 | + |
177 | 190 | - Add password confirmation screen ([#34](https://github.com/laravel/ui/pull/34))
|
178 | 191 |
|
179 | 192 | ### Changed
|
| 193 | + |
180 | 194 | - Remove X-CSRF-TOKEN header from Axios instance ([#23](https://github.com/laravel/ui/pull/23))
|
181 | 195 |
|
182 | 196 | ### Fixed
|
| 197 | + |
183 | 198 | - Replace tab to space ([#28](https://github.com/laravel/ui/pull/28))
|
184 | 199 | - Add missing semicolon to avoid unnecessary diff ([#32](https://github.com/laravel/ui/pull/32))
|
185 | 200 | - Update resolve-url-loader dependency constraint ([#33](https://github.com/laravel/ui/pull/33))
|
186 | 201 |
|
187 |
| - |
188 | 202 | ## [v1.0.1 (2019-09-02)](https://github.com/laravel/ui/compare/v1.0.0...v1.0.1)
|
189 | 203 |
|
190 | 204 | ### Added
|
191 |
| -- Add macro check on ui:auth command ([#16](https://github.com/laravel/ui/pull/16)) |
192 | 205 |
|
| 206 | +- Add macro check on ui:auth command ([#16](https://github.com/laravel/ui/pull/16)) |
193 | 207 |
|
194 | 208 | ## v1.0.0 (2019-08-13)
|
195 | 209 |
|
|
0 commit comments