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