Commit History

作者 SHA1 備註 提交日期
  Falko Schindler c3eabbabd3 fix parsing props with URL parameters (fixes #4453) 2 月之前
  Falko Schindler 1f6e3fb85b Allow toggling classes (#4019) 5 月之前
  Falko Schindler 392e0d0cf2 Provide public API for accessing `_props`, `_classes` and `_style`. (#3588) 8 月之前
  Rodja Trappe b77d9d95da Integration test framework (#3121) 9 月之前
  Niklas Neugebauer 30bcf66d7e Support named slots in Element.move (#3319) 10 月之前
  Falko Schindler be3803bd12 support equal sign in unquoted props string (fixes #3193) 11 月之前
  Falko Schindler 7a3cfc2c9e allow commas in unquoted prop strings (#3130) 11 月之前
  Falko Schindler 188c81b5b2 introduced delayed updates 1 年之前
  Falko Schindler 8d373eca7f update pytests to import Screen from nicegui.testing 1 年之前
  Falko Schindler a7bf8d2b6f fix pytest 1 年之前
  Falko Schindler 7562ca9aaa encode/decode dollar symbol (fixes #2079) 1 年之前
  Falko Schindler 613925b0e0 use less restrictive rules for XML tag names 1 年之前
  Falko Schindler fad09af61c raise exception if `ui.element` is called with an invalid HTML tag 1 年之前
  Falko Schindler b09bedf370 code review 1 年之前
  Dronakurl e08e979b41 props now allow not only json 1 年之前
  Dronakurl b64f9c1d9f element props can be enclosed in double quotes 1 年之前
  Falko Schindler ff3f6e5c43 code review 1 年之前
  Natan Keddem c73be95341 added default_classes and default_style testing 1 年之前
  Falko Schindler 24d36545ec allow chaining `default_props()` calls again 1 年之前
  Falko Schindler 9c1ff14383 add pytest 1 年之前
  Falko Schindler 6c33dbe93d move related tests into separate file 1 年之前
  Falko Schindler e89b8ba410 fix more pylint issues 1 年之前
  Falko Schindler 0d9a8cee23 encode only what is necessary: &, <, >, ` 1 年之前
  Falko Schindler d46c31eefa fix multi-line text 1 年之前
  Falko Schindler 3ba27e41c9 add pytest 1 年之前
  Falko Schindler 927cd3e73f introduce element.move() 2 年之前
  Falko Schindler 3c00a8619b #338 introduce outbox; update elements during initialization, not when leaving container 2 年之前
  Falko Schindler 8124ce1f40 #341 improve performance of style parsing 2 年之前
  Falko Schindler 47b0f46f4d #341 replace shlex with regex for faster props parsing 2 年之前
  Rodja Trappe 1b23805281 introducing delay in search to reduce flaky tests 2 年之前