Skip to content

Commit

Permalink
[REL] bump to v0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ged-odoo committed Oct 25, 2019
1 parent 690d8ed commit f0b5a55
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _A no nonsense web framework for structured, dynamic and maintainable applicatio

## Project Overview

The Odoo Web Library (OWL) is a smallish (~17kb gzipped) UI framework intended to
The Odoo Web Library (OWL) is a smallish (~18kb gzipped) UI framework intended to
be the basis for the [Odoo](https://www.odoo.com/) Web Client. Owl is a modern
framework, written in Typescript, taking the best ideas from React and Vue in a
simple and consistent way. Owl's main features are:
Expand Down Expand Up @@ -107,8 +107,8 @@ Submit a PR!

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

- [owl-0.23.0.js](https://github.com/odoo/owl/releases/download/v0.23.0/owl.js)
- [owl-0.23.0.min.js](https://github.com/odoo/owl/releases/download/v0.23.0/owl.min.js)
- [owl-0.24.0.js](https://github.com/odoo/owl/releases/download/v0.24.0/owl.js)
- [owl-0.24.0.min.js](https://github.com/odoo/owl/releases/download/v0.24.0/owl.min.js)

Some npm scripts are available:

Expand Down
2 changes: 1 addition & 1 deletion doc/comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ than React and Vue. Also, jQuery is not the same kind of framework, but it is in

| Framework | Size (minified, gzipped) |
| ------------------------ | ------------------------ |
| OWL | 16kb |
| OWL | 18kb |
| Vue + VueX | 30kb |
| Vue + VueX + Vue Router | 39kb |
| React + ReactDOM + Redux | 40kb |
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": "owl-framework",
"version": "0.23.0",
"version": "0.24.0",
"description": "Odoo Web Library (OWL)",
"main": "src/index.ts",
"scripts": {
Expand Down
5 changes: 2 additions & 3 deletions roadmap.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🦉 OWL Roadmap 🦉

- Current version: 0.23.0
- Current version: 0.24.0
- Status: mostly stable

This roadmap is only an attempt at predicting Owl's future. Everything may
Expand All @@ -10,9 +10,8 @@ change!

We plan to complete the following tasks:

- make owl asynchronous rendering rock solid (issue #330),
- improve API for root widgets (issue #306),
- replace `t-keepalive`, `t-asyncroot` and maybe `t-transition` by components (issue #295).
- replace `t-keepalive`, and maybe `t-transition` by components (issue #295).

### November 2019

Expand Down

0 comments on commit f0b5a55

Please sign in to comment.