diff --git a/CHANGELOG.md b/CHANGELOG.md index e4909493..c746d429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 2.0.0 - 2020-03-23 + +* Complete from to use Feliz and Feliz.Bulma +* Fix https://github.com/fable-compiler/Fable/issues/1954: Add FABLE_COMPILER directive + ## 1.0.6 - 2020-03-09 * Fix #106: Model should be updated in the update function not recreated from scratch diff --git a/src/App/Loader.fs b/src/App/Loader.fs index c791634a..cf741e24 100644 --- a/src/App/Loader.fs +++ b/src/App/Loader.fs @@ -105,6 +105,7 @@ let private view (model: Model) dispatch = ] #if !DEBUG +open Fable.Core open Fable.Core.JsInterop let [] navigator: obj = jsNative diff --git a/src/App/Prelude.fs b/src/App/Prelude.fs index 03f47d9b..059e4ab6 100644 --- a/src/App/Prelude.fs +++ b/src/App/Prelude.fs @@ -6,7 +6,7 @@ open Fable.Core [] module Literals = - let [] REPL_VERSION = "1.0.6" // Do not edit manually + let [] REPL_VERSION = "2.0.0" // Do not edit manually let [] FABLE_VERSION = "2.4.18" // Do not edit manually let [] STORAGE_KEY = "fable-repl" let [] MAX_LOGS_LENGTH = 200