Géry Debongnie
d249f50d09
[REL] v1.0.0-alpha3
2019-11-13 15:43:47 +01:00
Géry Debongnie
bd3c1265d3
[REL] v1.0.0-alpha2
2019-11-01 09:12:33 +01:00
Géry Debongnie
2fc71cfb62
[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
2019-10-30 16:35:45 +01:00
Géry Debongnie
e7967d0779
[FIX] package.json: improve prettier task
...
to take into account files at more than one level
2019-10-29 16:02:51 +01:00
Géry Debongnie
b0e2ef82f7
[REL] bump to v0.24.1
2019-10-28 14:58:52 +01:00
Géry Debongnie
c2adb429bd
[FIX] package.json: update node and typescript version
...
closes #414
2019-10-28 13:58:44 +01:00
Géry Debongnie
f0b5a55ad1
[REL] bump to v0.24.0
2019-10-25 17:07:51 +02:00
Géry Debongnie
caa9ac5cb2
[ADD] project: add prettier task to package.json
2019-10-25 16:01:52 +02:00
Géry Debongnie
9e65b0686f
[REL] bump to v0.23.0
2019-10-16 22:31:04 +02:00
Géry Debongnie
b859fcb8f0
[REL] bump to v0.22.0
2019-10-01 21:05:04 +02:00
Géry Debongnie
14ceb382ef
[REL] bump to v0.21.0
2019-09-12 14:21:36 +02:00
Géry Debongnie
1c0dd79955
[MISC] update package.json
2019-09-05 21:44:29 +02:00
Géry Debongnie
9fad164c79
[REL] bump to v0.20.0
2019-09-05 14:41:12 +02:00
Géry Debongnie
f289cb17ec
[REL] bump to v0.19.0
2019-08-28 11:55:36 +02:00
Géry Debongnie
2294c1967f
[IMP] qweb: allow xml documents as template definition
...
Before this commit, the addTemplates method only accepts a string. But
whenever we perform a $.get call, we get a parsed xml document. So, to
make Owl more convenient to use in that situation, we simply accept xml
documents in addition to strings.
2019-08-23 15:17:28 +02:00
Géry Debongnie
70a70161e7
[REL] bump to v0.18.0
2019-08-22 14:56:39 +02:00
Géry Debongnie
3db6f0a643
[IMP] owl: add commonjs build script
2019-08-22 14:26:34 +02:00
Géry Debongnie
5382e824b1
[REF] owl: reorganize src code in sub files
2019-07-16 13:12:08 +02:00
Géry Debongnie
9f9b6b174e
[REL] bump to v0.17.0
2019-07-13 17:06:43 +02:00
Géry Debongnie
d381e85d94
[REL] bump to v0.16.0
2019-06-28 11:20:29 +02:00
Géry Debongnie
af7520d869
[REF] *: reformat with prettier and printWidth=100
...
closes #214
2019-06-28 10:33:13 +02:00
Géry Debongnie
609c108607
[REL] bump to v0.15.0
2019-06-17 15:59:15 +02:00
Géry Debongnie
2701a7d861
[REL] bump to v0.14.0
2019-06-13 12:10:52 +02:00
Géry Debongnie
e1bcea77b5
[REF] tools: rename extras into tools
2019-06-10 09:31:06 +02:00
Géry Debongnie
7d3c374b78
[REL] bump to v0.13.0
2019-06-05 10:47:39 +02:00
Vincent Schippefilt
1206afe6be
[FIX] base: compile correctly on windows
...
Fix package.json and tsconfig.json to build correctly on windows:
the extention scr/* doesn't expand on windows, so I removed it.
Added a precompilation step on npm run extras:watch
2019-06-05 10:31:18 +02:00
Vincent Schippefilt
5842ed51b0
[IMP] extras: update server to python3, disable cache
2019-06-05 10:31:18 +02:00
Géry Debongnie
f60904b740
[REL] bump to v0.12.0
2019-05-29 11:26:21 +02:00
Géry Debongnie
24c569e6d5
[CLEANUP] owl: remove useless dependencies (package.json)
2019-05-27 12:10:30 +02:00
Géry Debongnie
671965026d
[REL] bump to v0.11.0
2019-05-17 23:34:14 +02:00
Géry Debongnie
c2c7997df3
[IMP] owl: add extras:watch task
...
closes #118
2019-05-17 23:22:54 +02:00
Géry Debongnie
e04c5b1c6b
[REL] bump to v0.10.0
2019-05-10 12:19:25 +02:00
Géry Debongnie
5b9abb6785
[REL] bump to v0.9.0
2019-05-03 12:05:46 +02:00
Géry Debongnie
10ab97e3c6
[REF] extras: improve code
2019-05-03 11:39:01 +02:00
Géry Debongnie
e060130655
[REF] extras: move benchmarks and playground into extras
...
closes #76
closes #73
2019-05-03 10:56:43 +02:00
Géry Debongnie
eb910193d7
[ADD] benchmarks: add benchmarks in main branch
...
this will make it easier to compare various situations.
2019-04-29 23:09:13 +02:00
Géry Debongnie
b14d264718
[REL] bump to v0.8.0
2019-04-24 10:11:32 +02:00
Géry Debongnie
de04ed2339
[MISC] update a few dependencies in package.json
2019-04-18 22:44:00 +02:00
Géry Debongnie
85418043f4
[MISC] update .gitignore and package.json
2019-04-18 18:15:25 +02:00
Géry Debongnie
d9d109c9a2
[REF] owl: rename Lab into Library
...
closes #25
2019-04-18 10:18:53 +02:00
Géry Debongnie
d07f396578
[REF] move jest.config.js into package.json
2019-04-18 07:40:56 +02:00
Géry Debongnie
4807389012
[REL] bump to v0.7.0
2019-04-17 11:00:29 +02:00
Géry Debongnie
a22dcdaddf
[REF] owl: reorganize exports, remove registry, remove web example
...
closes #38
2019-04-16 17:20:23 +02:00
Géry Debongnie
afc94c51a8
bump to v0.6.0
2019-04-11 10:24:37 +02:00
Géry Debongnie
5a75e5ec19
bump to v0.5.0
2019-04-04 14:19:40 +02:00
Géry Debongnie
fd26775a0f
imp: adapt build scripts to allow ES5 output
2019-04-04 13:55:46 +02:00
Géry Debongnie
cb2e76498b
fix: update build scripts: core.js -> owl.js
2019-03-28 10:57:12 +01:00
Géry Debongnie
c5951cc98e
bump to v0.4.0
...
- rebranding to OWL
- much better documentation
- qweb compiler optimizations/cleanup
- many bug fixes
2019-03-28 09:51:40 +01:00
Géry Debongnie
80e2124cbf
imp: rename library into owl
2019-03-27 15:26:20 +01:00
Géry Debongnie
4326d18961
imp: update build scripts
2019-03-21 14:51:54 +01:00