From 2fc71cfb627e80a641a9b95d75a61801150d402f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9ry=20Debongnie?= Date: Wed, 30 Oct 2019 16:19:52 +0100 Subject: [PATCH] [REL] v1.0.0-alpha v1.0alpha The Alpha release! Owl is finally getting stable. This relase is all about cleaning Owl API. We are pretty happy with the current state, and hopefully, we won't have to make any non trivial change for a while. QWeb - add an option to setup a translate function - implement `t-key` with a directive (it now works on `t` tags) Component - properly handle errors in `mount` and `render` - fix: make sure props are validated in all cases - fix: make sure default props are applied at the proper time - fix: better error handling with sub components - imp: simplify constructor API: does not take an `env` - imp: do not set `props` in root components - remove `t-keepalive` directive Context - update components concurrently, instead of sequentially Observer - remove `revNumber` (and rename `deepRevNumber` into `revNumber`) Router - fix: preserve pathname in hash mode Config - create new config object, with `mode` and `env` keys Playground - log git commit hash in console --- README.md | 4 ++-- package.json | 2 +- roadmap.md | 22 ++++++++++++---------- 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index fd09fcfc..2e4c5c5c 100644 --- a/README.md +++ b/README.md @@ -103,8 +103,8 @@ Submit a PR! If you want to use a simple `