[REL] v1.2.0

# Owl v1.2.0

## Changes

- translation fix for terms surrounded by spaces
- fix: properly remount components with shouldUpdate=false
- add: add two new generic hooks:  and
- fix: do not skip rendering in components using store and local state (in some cases)

Note that the last change is a pretty significant change: component connected to
a store should be very careful if the data that they represent is deleted, because
they will always be rendered with the current state of the store.
This commit is contained in:
Géry Debongnie
2020-12-14 13:23:46 +01:00
parent bb64e87634
commit 144b323d2b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# 🦉 OWL Roadmap 🦉
- Current version: 1.1.1
- Current version: 1.2.0
- Status: stable
This roadmap is only an attempt at predicting Owl's future. Everything may