mirror of
https://github.com/IT4Change/ohmyform-ui.git
synced 2025-12-13 09:45:50 +00:00
add changelog for 0.9.4 release
This commit is contained in:
parent
e124aa1d67
commit
d6132170b3
@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [Unreleased]
|
||||
## UNRELEASED
|
||||
|
||||
### Added
|
||||
### Changed
|
||||
### Fixed
|
||||
### Security
|
||||
|
||||
## [0.9.4] - 2020-06-09
|
||||
|
||||
### Added
|
||||
|
||||
|
||||
@ -18,9 +18,7 @@ const Index: NextPage = () => {
|
||||
const router = useRouter()
|
||||
const { t } = useTranslation()
|
||||
const [loading, setLoading] = useState<boolean>(
|
||||
publicRuntimeConfig.spa ||
|
||||
(process.browser &&
|
||||
router.pathname !== window.location.pathname)
|
||||
publicRuntimeConfig.spa || (process.browser && router.pathname !== window.location.pathname)
|
||||
)
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user