datastar/site/smoketests
Ben Croker 92a7a92939
Add `data-on-resize` (#759)
* Add `data-on-resize`

* Add docs and release note

* Revert removals

* Rename element ID

* Fix `package.json` code gen

* Cleanup
2025-03-13 09:41:33 -06:00
..
.gitignore v0.21.0-beta1 2024-12-05 09:09:04 -08:00
active_search_test.go new approach working for all smoke tests (#369) 2024-12-13 16:44:45 -08:00
aliased_test.go Add `aliased` test 2025-02-23 10:41:48 -06:00
animations_test.go Bundler aliasing (#555) 2025-01-31 20:03:53 -06:00
attr_false_test.go Fix `data-attr` not removing element attribute (#697) 2025-02-22 17:39:28 -06:00
attr_object_false_test.go Fix `data-attr` not removing element attribute (#697) 2025-02-22 17:39:28 -06:00
bad_apple_test.go new approach working for all smoke tests (#369) 2024-12-13 16:44:45 -08:00
bind_keys_test.go new approach working for all smoke tests (#369) 2024-12-13 16:44:45 -08:00
bulk_update_test.go Can `.value` go away? (#429) 2025-01-01 12:02:26 -06:00
checkbox_array_test.go Rename tests 2025-03-01 13:33:33 -06:00
checkbox_boolean_checked_test.go Rename tests 2025-03-01 13:33:33 -06:00
checkbox_boolean_test.go Rename tests 2025-03-01 13:33:33 -06:00
checkbox_value_checked_test.go Rename tests 2025-03-01 13:33:33 -06:00
checkbox_value_test.go Rename tests 2025-03-01 13:33:33 -06:00
classes_test.go new approach working for all smoke tests (#369) 2024-12-13 16:44:45 -08:00
click_to_edit_test.go update to smoketests, reducing failure rates (#626) 2025-02-07 08:29:30 -08:00
click_to_load_test.go new approach working for all smoke tests (#369) 2024-12-13 16:44:45 -08:00
cloak_test.go fix up some tests and wrong initial header setup in sse plugin 2024-12-23 09:09:53 -08:00
csrf_test.go Can `.value` go away? (#429) 2025-01-01 12:02:26 -06:00
custom_events_test.go new approach working for all smoke tests (#369) 2024-12-13 16:44:45 -08:00
custom_plugin_test.go Delay applying plugins (#743) 2025-03-07 16:02:01 -06:00
dbmon_test.go Make plugin order depth-first per element, then per `data` attribute (#499) 2025-01-20 12:08:34 -08:00
delete_row_test.go new approach working for all smoke tests (#369) 2024-12-13 16:44:45 -08:00
dialogs_browser_test.go Bundler aliasing (#555) 2025-01-31 20:03:53 -06:00
disable_button_test.go Can `.value` go away? (#429) 2025-01-01 12:02:26 -06:00
dispatch_custom_event_test.go new approach working for all smoke tests (#369) 2024-12-13 16:44:45 -08:00
edit_row_test.go new approach working for all smoke tests (#369) 2024-12-13 16:44:45 -08:00
execute_script_test.go new approach working for all smoke tests (#369) 2024-12-13 16:44:45 -08:00
file_upload_test.go new approach working for all smoke tests (#369) 2024-12-13 16:44:45 -08:00
helpers.go v0.21.0-beta1 2024-12-05 09:09:04 -08:00
img_src_bind_test.go update to smoketests, reducing failure rates (#626) 2025-02-07 08:29:30 -08:00
indicator_element_removed_test.go Reset indicator on element remove (#749) 2025-03-09 09:03:38 -06:00
indicator_test.go Reset indicator on element remove (#749) 2025-03-09 09:03:38 -06:00
infinite_scroll_test.go update to smoketests, reducing failure rates (#626) 2025-02-07 08:29:30 -08:00
inline_validation_test.go update to smoketests, reducing failure rates (#626) 2025-02-07 08:29:30 -08:00
input_array_test.go Rename tests 2025-03-01 13:33:33 -06:00
input_signal_test.go Rename tests 2025-03-01 13:33:33 -06:00
input_value_test.go Rename tests 2025-03-01 13:33:33 -06:00
key_casing_test.go Fix and add tests 2025-02-22 10:56:47 -06:00
lazy_load_test.go Disable `lazy_load_test` 2025-01-08 12:35:04 -06:00
lazy_tabs_test.go Disable lazy_tabs_test to get tests passing 2025-01-08 12:30:42 -06:00
local_signals_test.go Fix and add tests 2025-02-22 10:56:47 -06:00
merge_fragment_on_load_test.go Fix merge fragments (#711) 2025-02-27 21:16:50 -06:00
merge_fragment_signals_test.go Fix merge fragments (#711) 2025-02-27 21:16:50 -06:00
merge_fragment_test.go Test command runs unit tests only (#689) 2025-02-22 09:57:27 -06:00
merge_fragment_whitespace_test.go Test command runs unit tests only (#689) 2025-02-22 09:57:27 -06:00
merge_options_test.go update to smoketests, reducing failure rates (#626) 2025-02-07 08:29:30 -08:00
model_binding_test.go new approach working for all smoke tests (#369) 2024-12-13 16:44:45 -08:00
multi_select_test.go new approach working for all smoke tests (#369) 2024-12-13 16:44:45 -08:00
multiline_expressions_test.go new approach working for all smoke tests (#369) 2024-12-13 16:44:45 -08:00
multiline_signals_test.go Delaneyj/issue437 (#439) 2025-01-01 15:59:06 -06:00
offline_sync_test.go new approach working for all smoke tests (#369) 2024-12-13 16:44:45 -08:00
on_load_delay_test.go Fix the `__delay` modifier (#721) 2025-02-28 10:16:01 -06:00
on_load_test.go Test command runs unit tests only (#689) 2025-02-22 09:57:27 -06:00
on_resize_test.go Add `data-on-resize` (#759) 2025-03-13 09:41:33 -06:00
persist_test.go Fix merge fragments (#711) 2025-02-27 21:16:50 -06:00
prefetch_test.go update to smoketests, reducing failure rates (#626) 2025-02-07 08:29:30 -08:00
progress_bar_test.go new approach working for all smoke tests (#369) 2024-12-13 16:44:45 -08:00
radio_value_test.go Rename tests 2025-03-01 13:33:33 -06:00
raf_update_test.go new approach working for all smoke tests (#369) 2024-12-13 16:44:45 -08:00
redirects_test.go new approach working for all smoke tests (#369) 2024-12-13 16:44:45 -08:00
ref_test.go Fix and add tests 2025-02-22 10:56:47 -06:00
refs_test.go new approach working for all smoke tests (#369) 2024-12-13 16:44:45 -08:00
remove_fragment_test.go Test command runs unit tests only (#689) 2025-02-22 09:57:27 -06:00
replace_url_from_backend_test.go new approach working for all smoke tests (#369) 2024-12-13 16:44:45 -08:00
replace_url_from_signals_test.go new approach working for all smoke tests (#369) 2024-12-13 16:44:45 -08:00
scroll_into_view_test.go new approach working for all smoke tests (#369) 2024-12-13 16:44:45 -08:00
select_multiple_test.go Test command runs unit tests only (#689) 2025-02-22 09:57:27 -06:00
select_single_test.go Test command runs unit tests only (#689) 2025-02-22 09:57:27 -06:00
session_storage_test.go new approach working for all smoke tests (#369) 2024-12-13 16:44:45 -08:00
setup_test.go Fix the `__delay` modifier (#721) 2025-02-28 10:16:01 -06:00
signals_change_path_once_test.go Fix and add tests 2025-02-22 10:56:47 -06:00
signals_change_path_test.go Fix and add tests 2025-02-22 10:56:47 -06:00
signals_change_test.go Fix and add tests 2025-02-22 10:56:47 -06:00
signals_ifmissing_test.go new approach working for all smoke tests (#369) 2024-12-13 16:44:45 -08:00
sortable_test.go Bundler aliasing (#555) 2025-01-31 20:03:53 -06:00
templ_counter_test.go update to smoketests, reducing failure rates (#626) 2025-02-07 08:29:30 -08:00
title_update_backend_test.go new approach working for all smoke tests (#369) 2024-12-13 16:44:45 -08:00
todos_test.go new approach working for all smoke tests (#369) 2024-12-13 16:44:45 -08:00
toggle_visibility_test.go new approach working for all smoke tests (#369) 2024-12-13 16:44:45 -08:00
update_signals_test.go update to smoketests, reducing failure rates (#626) 2025-02-07 08:29:30 -08:00
value_select_test.go new approach working for all smoke tests (#369) 2024-12-13 16:44:45 -08:00
view_transition_api_test.go new approach working for all smoke tests (#369) 2024-12-13 16:44:45 -08:00
web_component_test.go new approach working for all smoke tests (#369) 2024-12-13 16:44:45 -08:00