Skip to content

Commit 337fa05

Browse files
driesvintsactions-user
authored andcommitted
Update CHANGELOG.md
1 parent 64a0f43 commit 337fa05

File tree

1 file changed

+41
-27
lines changed

1 file changed

+41
-27
lines changed

CHANGELOG.md

Lines changed: 41 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,195 +1,209 @@
11
# Release Notes
22

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)
44

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))
510

611
## [v3.4.2 (2021-12-25)](https://github.com/laravel/ui/compare/v3.4.1...v3.4.2)
712

813
### Fixed
14+
915
- Update app.stub with correct Bootstrap 5 class ([#215](https://github.com/laravel/ui/pull/215))
1016
- Fix bug where special characters can be used when generating throttle key ([#216](https://github.com/laravel/ui/pull/216))
1117

12-
1318
## [v3.4.1 (2021-12-22)](https://github.com/laravel/ui/compare/v3.4.0...v3.4.1)
1419

1520
### Fixed
16-
- Fix Bootstrap 5 text alignment ([#213](https://github.com/laravel/ui/pull/213))
1721

22+
- Fix Bootstrap 5 text alignment ([#213](https://github.com/laravel/ui/pull/213))
1823

1924
## [v3.4.0 (2021-11-30)](https://github.com/laravel/ui/compare/v3.3.3...v3.4.0)
2025

2126
### Changed
22-
- Update library to Boostrap 5 ([#212](https://github.com/laravel/ui/pull/212))
2327

28+
- Update library to Boostrap 5 ([#212](https://github.com/laravel/ui/pull/212))
2429

2530
## [v3.3.3 (2021-11-21)](https://github.com/laravel/ui/compare/v3.3.2...v3.3.3)
2631

2732
### Added
28-
- Laravel 9 Support ([08ea313](https://github.com/laravel/ui/commit/08ea313a35dfc89ff0cd9916ca0bcef9715d0ed6))
2933

34+
- Laravel 9 Support ([08ea313](https://github.com/laravel/ui/commit/08ea313a35dfc89ff0cd9916ca0bcef9715d0ed6))
3035

3136
## [v3.3.2 (2021-11-05)](https://github.com/laravel/ui/compare/v3.3.1...v3.3.2)
3237

3338
### Fixed
34-
- Fix session issue ([9fbdf77](https://github.com/laravel/ui/commit/9fbdf7751119aa6b5047607266a7c0f6e0e24905))
3539

40+
- Fix session issue ([9fbdf77](https://github.com/laravel/ui/commit/9fbdf7751119aa6b5047607266a7c0f6e0e24905))
3641

3742
## [v3.3.1 (2021-11-02)](https://github.com/laravel/ui/compare/v3.3.0...v3.3.1)
3843

3944
### Fixed
40-
- Set `password_confirmed_at` on login ([#208](https://github.com/laravel/ui/pull/208))
4145

46+
- Set `password_confirmed_at` on login ([#208](https://github.com/laravel/ui/pull/208))
4247

4348
## [v3.3.0 (2021-05-25)](https://github.com/laravel/ui/compare/v3.2.1...v3.3.0)
4449

4550
### Added
46-
- Use new Password::defaults() feature ([#204](https://github.com/laravel/ui/pull/204))
4751

52+
- Use new Password::defaults() feature ([#204](https://github.com/laravel/ui/pull/204))
4853

4954
## [v3.2.1 (2021-04-27)](https://github.com/laravel/ui/compare/v3.2.0...v3.2.1)
5055

5156
### Changed
57+
5258
- Use trans helper instead of Lang Facade ([#201](https://github.com/laravel/ui/pull/201))
5359
- Update NPM dependencies ([#203](https://github.com/laravel/ui/pull/203))
5460

55-
5661
## [v3.2.0 (2021-01-06)](https://github.com/laravel/ui/compare/v3.1.0...v3.2.0)
5762

5863
### Changed
59-
- Tweak stubs for Mix 6 ([#193](https://github.com/laravel/ui/pull/193))
6064

65+
- Tweak stubs for Mix 6 ([#193](https://github.com/laravel/ui/pull/193))
6166

6267
## [v3.1.0 (2020-11-03)](https://github.com/laravel/ui/compare/v3.0.0...v3.1.0)
6368

6469
### Added
70+
6571
- Added PHP 8 Support ([#178](https://github.com/laravel/ui/pull/178))
6672

6773
### Changed
74+
6875
- Add sourcemaps to webpack config ([#168](https://github.com/laravel/ui/pull/168))
6976

7077
### Fixed
71-
- Wrap login link in app.stub with a route check ([#177](https://github.com/laravel/ui/pull/177))
7278

79+
- Wrap login link in app.stub with a route check ([#177](https://github.com/laravel/ui/pull/177))
7380

7481
## [v3.0.0 (2020-09-11)](https://github.com/laravel/ui/compare/v2.4.0...v3.0.0)
7582

7683
### Added
84+
7785
- Laravel 8 support ([#155](https://github.com/laravel/ui/pull/155))
7886

7987
### Fixed
80-
- Fetch reset token explicitly ([#130](https://github.com/laravel/ui/pull/130))
8188

89+
- Fetch reset token explicitly ([#130](https://github.com/laravel/ui/pull/130))
8290

8391
## [v2.4.1 (2020-09-22)](https://github.com/laravel/ui/compare/v2.4.0...v2.4.1)
8492

8593
### Changed
86-
- Revert "Add namespace check to Auth routes" ([#160](https://github.com/laravel/ui/pull/160))
8794

95+
- Revert "Add namespace check to Auth routes" ([#160](https://github.com/laravel/ui/pull/160))
8896

8997
## [v2.4.0 (2020-09-11)](https://github.com/laravel/ui/compare/v2.3.0...v2.4.0)
9098

9199
### Removed
100+
92101
- Remove Laravel 8 support ([#154](https://github.com/laravel/ui/pull/154))
93102

94103
### Fixed
95-
- Fix Bootstrap preset ([#146](https://github.com/laravel/ui/pull/146))
96104

105+
- Fix Bootstrap preset ([#146](https://github.com/laravel/ui/pull/146))
97106

98107
## [v2.3.0 (2020-09-09)](https://github.com/laravel/ui/compare/v2.2.1...v2.3.0)
99108

100109
### Fixed
101-
- Add namespace check to Auth routes ([#143](https://github.com/laravel/ui/pull/143))
102110

111+
- Add namespace check to Auth routes ([#143](https://github.com/laravel/ui/pull/143))
103112

104113
## [v2.2.1 (2020-09-08)](https://github.com/laravel/ui/compare/v2.2.0...v2.2.1)
105114

106115
### Fixed
116+
107117
- Use proper json responses ([#139](https://github.com/laravel/ui/pull/139))
108118
- Ensure sass directory exists ([456daa3](https://github.com/laravel/ui/commit/456daa330a32483b0fa9794334e60af6b2db3bf6))
109119

110-
111120
## [v2.2.0 (2020-08-25)](https://github.com/laravel/ui/compare/v2.1.0...v2.2.0)
112121

113122
### Added
123+
114124
- Laravel 8 support ([4a0db5b](https://github.com/laravel/ui/commit/4a0db5b2e5d3c032b0f213e847008d39c8c7ce45))
115125

116126
### Fixed
117-
- Remove caret and replace `display: none` with `d-none` ([#135](https://github.com/laravel/ui/pull/135))
118127

128+
- Remove caret and replace `display: none` with `d-none` ([#135](https://github.com/laravel/ui/pull/135))
119129

120130
## [v2.1.0 (2020-06-30)](https://github.com/laravel/ui/compare/v2.0.3...v2.1.0)
121131

122132
### Added
133+
123134
- Allow for optional login and logout routes ([#113](https://github.com/laravel/ui/pull/113))
124135

125136
### Fixed
126-
- Missed localizable strings ([#105](https://github.com/laravel/ui/pull/105))
127137

138+
- Missed localizable strings ([#105](https://github.com/laravel/ui/pull/105))
128139

129140
## [v2.0.3 (2020-04-29)](https://github.com/laravel/ui/compare/v2.0.2...v2.0.3)
130141

131142
### Fixed
132-
- Fix confirm controller overwrite ([#100](https://github.com/laravel/ui/pull/100))
133143

144+
- Fix confirm controller overwrite ([#100](https://github.com/laravel/ui/pull/100))
134145

135146
## [v2.0.2 (2020-04-28)](https://github.com/laravel/ui/compare/v2.0.1...v2.0.2)
136147

137148
### Fixed
138-
- Confirm controller overwrite ([#95](https://github.com/laravel/ui/pull/95))
139149

150+
- Confirm controller overwrite ([#95](https://github.com/laravel/ui/pull/95))
140151

141152
## [v2.0.1 (2020-03-03)](https://github.com/laravel/ui/compare/v2.0.0...v2.0.1)
142153

143154
### Fixed
144-
- Make `auth` options empty by default ([47a0a1d](https://github.com/laravel/ui/commit/47a0a1dac76f5e73803c86e1f38b2c7e0ae7fa83))
145155

156+
- Make `auth` options empty by default ([47a0a1d](https://github.com/laravel/ui/commit/47a0a1dac76f5e73803c86e1f38b2c7e0ae7fa83))
146157

147158
## [v2.0.0 (2020-03-03)](https://github.com/laravel/ui/compare/v1.2.0...v2.0.0)
148159

149160
### Changed
150-
- The UI package now contains all auth scaffolding from the laravel skeleton
151161

162+
- The UI package now contains all auth scaffolding from the laravel skeleton
152163

153164
## [v1.2.0 (2020-02-18)](https://github.com/laravel/ui/compare/v1.1.2...v1.2.0)
154165

155166
### Changed
156-
- Use `sass-loader` v8 for Vue preset ([bb64fca](https://github.com/laravel/ui/commit/bb64fca681566ca94457d490a00f899516e75664))
157167

168+
- Use `sass-loader` v8 for Vue preset ([bb64fca](https://github.com/laravel/ui/commit/bb64fca681566ca94457d490a00f899516e75664))
158169

159170
## [v1.1.2 (2019-10-20)](https://github.com/laravel/ui/compare/v1.1.1...v1.1.2)
160171

161172
### Changed
162-
- Removed Laravel 7.0 support ([0287d4ee](https://github.com/laravel/ui/commit/0287d4eee80aad718bdf7f90117cfe720c493064))
163173

174+
- Removed Laravel 7.0 support ([0287d4ee](https://github.com/laravel/ui/commit/0287d4eee80aad718bdf7f90117cfe720c493064))
164175

165176
## [v1.1.1 (2019-10-11)](https://github.com/laravel/ui/compare/v1.1.0...v1.1.1)
166177

167178
### Changed
179+
168180
- Change the specified time until re-authentication ([#37](https://github.com/laravel/ui/pull/37))
169181

170182
### Fixed
171-
- Add `auth.passwords.confirm` to exported views ([#36](https://github.com/laravel/ui/pull/36))
172183

184+
- Add `auth.passwords.confirm` to exported views ([#36](https://github.com/laravel/ui/pull/36))
173185

174186
## [v1.1.0 (2019-10-08)](https://github.com/laravel/ui/compare/v1.0.1...v1.1.0)
175187

176188
### Added
189+
177190
- Add password confirmation screen ([#34](https://github.com/laravel/ui/pull/34))
178191

179192
### Changed
193+
180194
- Remove X-CSRF-TOKEN header from Axios instance ([#23](https://github.com/laravel/ui/pull/23))
181195

182196
### Fixed
197+
183198
- Replace tab to space ([#28](https://github.com/laravel/ui/pull/28))
184199
- Add missing semicolon to avoid unnecessary diff ([#32](https://github.com/laravel/ui/pull/32))
185200
- Update resolve-url-loader dependency constraint ([#33](https://github.com/laravel/ui/pull/33))
186201

187-
188202
## [v1.0.1 (2019-09-02)](https://github.com/laravel/ui/compare/v1.0.0...v1.0.1)
189203

190204
### Added
191-
- Add macro check on ui:auth command ([#16](https://github.com/laravel/ui/pull/16))
192205

206+
- Add macro check on ui:auth command ([#16](https://github.com/laravel/ui/pull/16))
193207

194208
## v1.0.0 (2019-08-13)
195209

0 commit comments

Comments
 (0)