Skip to content

Commit

Permalink
[REL] v1.0.12
Browse files Browse the repository at this point in the history
# Owl v1.0.12

## Bug fixes

- fix: properly handle named t-slots inside named t-slots
- fix: do not render comments as text in t-raw
- fix: allow dynamic template in t-call
- fix: correctly handle top-level t-call with body
- fix: correct cause of non determinism in tests

## Tooling improvements

- setup github actions for CI
- improve owl bundling pipeline
- add  flag in owl configuration
- add prettier to github CI
  • Loading branch information
ged-odoo committed Oct 20, 2020
1 parent 392dc01 commit 392185a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ npm install @odoo/owl

If you want to use a simple `<script>` tag, the last release can be downloaded here:

- [owl-1.0.11](https://github.com/odoo/owl/releases/tag/v1.0.11)
- [owl-1.0.12](https://github.com/odoo/owl/releases/tag/v1.0.12)

## License

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@odoo/owl",
"version": "1.0.11",
"version": "1.0.12",
"description": "Odoo Web Library (OWL)",
"main": "dist/owl.cjs.js",
"browser": "dist/owl.iife.js",
Expand Down
2 changes: 1 addition & 1 deletion roadmap.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🦉 OWL Roadmap 🦉

- Current version: 1.0.11
- Current version: 1.0.12
- Status: stable

This roadmap is only an attempt at predicting Owl's future. Everything may
Expand Down

0 comments on commit 392185a

Please sign in to comment.