Fixed export servers to ensure autoConnect is not included

This commit is contained in:
Alejandro Celaya
2021-11-20 09:44:12 +01:00
parent 7db9974e8d
commit 14b2ee53b5
4 changed files with 13 additions and 6 deletions

View File

@@ -6,10 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]
### Added
* [#520](https://github.com/shlinkio/shlink-web-client/issues/520) Allowed to select "all visits" as the default interval for visits.
* *Nothing*
### Changed
* Moved ci workflow to external repo and reused
* *Nothing*
### Deprecated
* *Nothing*
@@ -18,7 +18,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
* *Nothing*
### Fixed
* *Nothing*
* [#520](https://github.com/shlinkio/shlink-web-client/issues/520) Fixed landing page scroll on mobile devices and improved its design.
* [#526](https://github.com/shlinkio/shlink-web-client/issues/526) Ensured exported servers do not include the `autoConnect` prop.
## [3.4.0] - 2021-11-11