Commit Graph

  • 96de801fa5 [IMP] playground: update code to last version of master gh-pages Géry Debongnie 2023-04-17 12:59:34 +02:00
  • 930f8e3343 [IMP] update owl to v2.1.1 Géry Debongnie 2023-04-17 11:09:50 +02:00
  • 4b9e6bad0b [REL] v2.1.1 v2.1.1 Géry Debongnie 2023-04-17 11:08:57 +02:00
  • 9a5ff7a619 [FIX] components: solve missing update (concurrency issue) Géry Debongnie 2023-04-17 10:12:16 +02:00
  • 5d40cc112d [DOC] remove old references to comp for useRef hook Géry Debongnie 2023-04-13 09:43:36 +02:00
  • aa19897031 [FIX] devtools: Fix build commands for windows users Julien Carion (juca) 2023-04-13 10:04:07 +02:00
  • afd7f957df [FIX] devtools: Fix devtools in detached window Julien Carion (juca) 2023-04-13 09:21:17 +02:00
  • cca4b4bb8e [IMP] devtools: Add a button to navigate to the doc Julien Carion (juca) 2023-04-12 13:14:56 +02:00
  • b848a83777 [IMP] devtools: Add devtools documentation Julien Carion (juca) 2023-04-06 13:18:31 +02:00
  • c0c40c0387 [IMP] Allow app to be mounted in shadow DOM tsm-odoo 2023-04-06 10:41:01 +02:00
  • 606421776b [IMP] playground: allow sharing playground links Samuel Degueldre 2023-04-06 11:43:28 +02:00
  • 47009912df [IMP] runtime: allow validating object values using a type description Samuel Degueldre 2023-04-05 08:18:11 +02:00
  • fea8fcaf61 [FIX] devtools: Increase vertical padding of the search bar Julien Carion (juca) 2023-03-30 15:02:09 +02:00
  • e562f6a24f [FIX] devtools: Hide the collapse all button Julien Carion (juca) 2023-03-30 14:51:29 +02:00
  • 23acf203e9 [FIX] devtools: Fix bad computation of highlight boxes on the page Julien Carion (juca) 2023-03-30 14:29:47 +02:00
  • 94ae940e82 [FIX] package: Auto-update package-lock.json Julien Carion (juca) 2023-03-31 11:53:54 +02:00
  • 64de716b91 [REL] v2.1.0 v2.1.0 Géry Debongnie 2023-03-30 13:05:25 +02:00
  • 1b1597c49e [IMP] tools: Include the devtools into the release system Julien Carion (juca) 2023-03-30 10:27:00 +02:00
  • ef5e4a0637 [ADD] tools: create owl-devtools extension Julien Carion 2023-01-20 13:59:27 +01:00
  • a9323c3fcd [REF] hooks: avoid confusion for sync hooks Lucas Lefèvre 2023-03-24 10:22:53 +01:00
  • ce61e90135 [FIX] doc: add missing brackets Louis Wicket 2023-03-22 15:13:20 +01:00
  • cf02319c34 [REF] app: move app specific error handling code master-improve-error-ged Géry Debongnie 2023-03-16 15:33:59 +01:00
  • e5a08024cc [IMP] update owl to v2.0.9 Géry Debongnie 2023-03-13 10:55:36 +01:00
  • 8893e026d3 [REL] v2.0.9 v2.0.9 Géry Debongnie 2023-03-13 10:55:05 +01:00
  • 0024f33fa1 [FIX] components: do not crash when binding anonymous function Géry Debongnie 2023-03-09 15:21:12 +01:00
  • 29fe04e645 [IMP] update owl to v2.0.8 Géry Debongnie 2023-03-09 13:11:52 +01:00
  • 532ab7fae0 [REL] v2.0.8 v2.0.8 Géry Debongnie 2023-03-09 13:11:21 +01:00
  • a51b286671 [IMP] implement .alike suffix on props Géry Debongnie 2023-02-27 07:57:33 +01:00
  • aadc9eafa3 [IMP] release: add version number on App Géry Debongnie 2023-03-05 07:21:37 +01:00
  • 1f60bc79c5 [IMP] app: add name as a config option Géry Debongnie 2023-03-05 07:48:07 +01:00
  • 975ed32f0b [FIX] runtime, compiler: fix refs getting set or unset incorrectly Samuel Degueldre 2023-03-06 13:24:39 +01:00
  • 7ac81ed5fe [FIX] compiler: call translate function with correct string Géry Debongnie 2023-03-06 12:00:25 +01:00
  • 79ea50aab9 [FIX] compiler: throw if using t-slot on a htmlelement tag issue-1354-t-slot-tag-ged Géry Debongnie 2023-03-05 09:04:42 +01:00
  • 6c6d024be9 [IMP] .gitignore: ignore tools/devtools build folder master-gitignore-build-ged Géry Debongnie 2023-03-05 07:49:25 +01:00
  • cdad48d3a6 [FIX] compiler: properly handle readonly attribute/readOnly property Géry Debongnie 2023-03-01 12:21:40 +01:00
  • f892929c80 [REF] blockdom,compiler: implement properties Géry Debongnie 2023-03-01 11:50:30 +01:00
  • f0fb3ab64e [REF] tests: move properties tests in own file Géry Debongnie 2023-03-01 11:44:05 +01:00
  • a35b9814c0 [FIX] compiler: dynamic value on inputs doesn't turn 0 into empty string Samuel Degueldre 2023-02-24 13:53:21 +01:00
  • 3ae81e9bee wip master-slots-fix-issue-1269-ged Géry Debongnie 2023-02-21 15:12:19 +01:00
  • 56cfc6403d wip Géry Debongnie 2023-02-20 17:04:49 +01:00
  • c63cda8ec1 [IMP] update owl to v2.0.7 Géry Debongnie 2023-02-20 09:45:04 +01:00
  • 276c8a0295 [REL] v2.0.7 v2.0.7 Géry Debongnie 2023-02-20 09:44:36 +01:00
  • 0717fe241d [FIX] compiler: t-key and t-ref together Lucas Perais 2023-02-13 11:51:17 +01:00
  • 32849c98dd [IMP] update owl to v2.0.6 Géry Debongnie 2023-02-17 14:31:42 +01:00
  • 1291f1f175 [REL] v2.0.6 v2.0.6 Géry Debongnie 2023-02-17 14:31:18 +01:00
  • 6c0a3525c8 [IMP] devtools: provide access to Fiber and RootFiber Géry Debongnie 2023-02-17 11:38:13 +01:00
  • 13241422e9 Bump shelljs and git-rev-sync dependabot[bot] 2023-01-11 14:48:13 +00:00
  • 8f2c7f24d7 [FIX] props validation: do not subscribe to props keys Géry Debongnie 2023-02-09 12:46:11 +01:00
  • fed9cc467f [FIX] reactivity: only show key in subscription if observed by callback Samuel Degueldre 2023-02-09 09:54:16 +01:00
  • 33174b301b [FIX] components: stop rendering stale t-component when delayed Samuel Degueldre 2023-02-06 10:09:28 +01:00
  • a38c53419a [REl] v1.4.11 v1.4.11.1 owl-1.x Samuel Degueldre 2023-01-30 13:53:57 +01:00
  • 0d0f64c0ed [FIX] hooks: fix useRef in Firefox 109+ owl-1.4.10 Julien (jula) 2023-01-27 16:24:07 +01:00
  • abd704f6fd [IMP] update owl to v2.0.5 Samuel Degueldre 2023-01-27 15:29:41 +01:00
  • ea5d2be502 [REL] v2.0.5 v2.0.5 v1.4.11 Samuel Degueldre 2023-01-27 15:29:07 +01:00
  • 4a761a7403 [FIX] reactivity: improve performance for long-lived reactives Samuel Degueldre 2023-01-27 08:57:16 +01:00
  • 8702db03fb [FIX] tools: allow to pre-compile templates with - in their name Lucas Lefèvre 2023-01-24 14:12:29 +01:00
  • b2685b6709 [IMP] tools: pull playground before trying to publish Samuel Degueldre 2023-01-23 12:28:29 +01:00
  • 3925e81b05 [IMP] update owl to v2.0.4 Samuel Degueldre 2023-01-23 12:21:54 +01:00
  • c30678f3ea [REL] v2.0.4 v2.0.4 Samuel Degueldre 2023-01-23 12:21:13 +01:00
  • 6ca6717965 [IMP] tools: release scripts creates a template for release notes Samuel Degueldre 2023-01-12 17:15:11 +01:00
  • ad4adb930e [IMP] app: expose live apps for the devtools Julien Carion 2023-01-20 16:00:28 +01:00
  • cea82e945d [FIX] compiler: t-model supports radio group in t-foreach Lucas Perais 2023-01-18 15:46:16 +01:00
  • a69f8a39e7 [IMP] runtime: improve useExternalListener typing Samuel Degueldre 2023-01-18 12:59:24 +01:00
  • 8187bc9273 [FIX] compiler: stop event handlers looking up __owl__ in render context master-handlers-wrong-this-sad Samuel Degueldre 2023-01-16 08:34:43 +01:00
  • 2285e0d60c [IMP] update owl to v2.0.3 Géry Debongnie 2023-01-12 16:29:42 +01:00
  • 316eb06279 [REL] v2.0.3 v2.0.3 Géry Debongnie 2023-01-12 16:29:11 +01:00
  • df59ec49ae [FIX] t-call-context: make this unavailable in rendering context Samuel Degueldre 2022-12-02 13:37:51 +01:00
  • 2a008a8679 [IMP] tooling: add eslint ci step to avoid stray .only and debugger Samuel Degueldre 2023-01-11 14:10:39 +01:00
  • 7ad08a6825 [TEST] experiment qith queuemicrotask master-test-queuemicrotask-ged Géry Debongnie 2023-01-11 14:52:35 +01:00
  • abd2b42307 [IMP] slots: make defaultContent of slot available to slot as zero master-make-zero-available-in-slots-sad Samuel Degueldre 2023-01-09 10:50:57 +01:00
  • 3d40533de1 [FIX] t-call-context: fix capture making component available in ctx Samuel Degueldre 2023-01-04 13:45:18 +01:00
  • 39329f80b2 [FIX] reactivity: don't subscribe to keys when making reactive Samuel Degueldre 2022-12-08 13:55:01 +01:00
  • b1d95eae11 [FIX] runtime/fibers: render a parent when self is in error master-error-rerender-parent-lpe Lucas Perais 2022-11-30 15:22:51 +01:00
  • 203ac7ac66 [IMP] doc: avoid future tense aab-odoo 2022-12-05 11:08:13 +01:00
  • 530c2f9e4c [FIX] compiler: correctly escape backslashes when emitting block string Samuel Degueldre 2022-12-02 13:45:54 +01:00
  • ef8baa23d7 [REL] v2.0.2 v2.0.2 Bruno Boi 2022-11-29 15:10:51 +01:00
  • acfcc5677a [FIX] documentation, incorrect example of toRaw poma-odoo 2022-11-17 15:03:16 +01:00
  • f6e8aff725 [FIX] reactivity: fix issues with reactive objects in proto chain Samuel Degueldre 2022-11-29 10:03:08 +01:00
  • 4a5316ced5 [FIX] t-model takes precedence over t-on-input Géry Debongnie 2022-11-22 12:52:06 +01:00
  • 9a5edb4590 [FIX] compiler: do not look up ComponentNode in the context Samuel Degueldre 2022-11-18 10:13:57 +01:00
  • 3d49daedcd [IMP] app: throw error when static components key is missing in parent tom hunkapiller 2022-10-29 14:12:49 -05:00
  • 620e41daa1 [IMP] doc: improve reactivity documentation Samuel Degueldre 2022-10-28 15:09:02 +02:00
  • de84075c11 [DOC] Add a notice to step 9 Ronald Portier 2022-08-21 12:18:39 +02:00
  • 9fe8e93980 [REL] v2.0.1 v2.0.1 Bruno Boi 2022-10-21 10:00:06 +02:00
  • bd199971bd [FIX] blockdom: fix event_catcher traceback Bruno Boi 2022-10-21 09:47:39 +02:00
  • 6f23b18cab [FIX] portal: correctly move portal content when target is after it Samuel Degueldre 2022-10-20 09:00:39 +02:00
  • 545d40b211 [FIX] portal: correctly mount portal content in target created by mount master-portal-fix-sad Samuel Degueldre 2022-10-19 13:31:09 +02:00
  • b2cfefd008 [FIX] portal: correctly mount portal content in target created by mount master-vtoggler-fix-boi Samuel Degueldre 2022-10-19 13:31:09 +02:00
  • 2c244aa31a [FIX] blockdom: correctly reorder children in heterogeneous t-foreach Samuel Degueldre 2022-10-19 09:14:20 +02:00
  • 30d6994836 [FIX] blockdom: correctly reorder children in heterogeneous t-foreach Samuel Degueldre 2022-10-19 09:14:20 +02:00
  • ba1a270c93 [FIX] parser: give t-set-slot="default" priority over the content Samuel Degueldre 2022-10-10 13:54:20 +02:00
  • d546244fc3 [FIX] runtime: correctly throw an error for duplicate object keys Samuel Degueldre 2022-10-10 12:10:52 +02:00
  • f8cc9afd69 [IMP] update owl to v2.0.0 Géry Debongnie 2022-10-07 15:28:25 +02:00
  • a1f22829c1 [REL] v2.0.0 v2.0.0 Géry Debongnie 2022-10-07 15:27:58 +02:00
  • 328f320bc5 [IMP] update owl to v2.0.0-beta-22 Géry Debongnie 2022-09-29 09:17:32 +02:00
  • 64bad25762 [REL] v2.0.0-beta-22 v2.0.0-beta-22 Géry Debongnie 2022-09-29 09:17:06 +02:00
  • 7ab34c5ca5 [FIX] prevent crash in case with t-foreach and t-out with components Géry Debongnie 2022-09-28 09:34:30 +02:00
  • 669fd622ec [FIX] t-call: nested t-call with magic variable 0 Géry Debongnie 2022-09-27 09:56:26 +02:00
  • 4ada971c51 [IMP] update owl to v2.0.0-beta-21 Géry Debongnie 2022-09-26 15:44:36 +02:00
  • ab72cdddde [REL] v2.0.0-beta-21 v2.0.0-beta-21 Géry Debongnie 2022-09-26 15:44:11 +02:00