1
Fork 0

Commit graph

  • c5b397497a
    Remove SProxy reference master prescientmoon 2025-06-09 00:11:33 +02:00
  • 27befa13f2 Update for Halogen 6 Thomas Honeyman 2021-03-31 18:40:06 -07:00
  • 256d09dfed
    Fix dropdown and typeahead tutorial links in examples page () milesfrain 2020-01-31 13:16:59 -08:00
  • 8a3509f233
    Merge pull request from citizennet/davezuch-ci-image Dave Zuch 2020-01-28 14:25:27 -08:00
  • 6149f687ea
    Update Circle CI site image Dave Zuch 2020-01-28 14:24:57 -08:00
  • 09bfeba73f
    Merge pull request from JordanMartinez/addHelperTypes Dave Zuch 2020-01-28 13:05:48 -08:00
  • f0a1ce0b45 Switch to using KeyboardEvent.key instead of KeyboardEvent.code as KeyboardEvent.code always returns 'undefined' in MS Edge and IE 11. Also handle 'Up', 'Down', 'Esc' in addition to 'ArrowUp', 'ArrowDown', 'Escape' as IE 11 returns these values as the pressed keys. () Sören Kress 2020-01-17 17:34:09 +01:00
  • d8d37408f3 Add Select template Jordan Martinez 2019-11-27 17:39:55 -08:00
  • 2b9e85bbd5 Add convenient Halogen type aliases that hide Select types Jordan Martinez 2019-11-27 17:21:39 -08:00
  • 467b35fa5d
    Merge pull request from JordanMartinez/exposeInput Dave Zuch 2019-05-29 21:59:06 -07:00
  • e6fcd98d7e Update examples to use new Event type Jordan Martinez 2019-05-26 11:08:47 -07:00
  • 1e7111902d Rename Select's Message type to Event/handleEvent Jordan Martinez 2019-05-26 11:07:22 -07:00
  • 8207250c58 Remove unneeded defaultEval: complete record is already being created Jordan Martinez 2019-05-26 11:06:11 -07:00
  • 47ca7ca97b Rename selectState back to `initialState Jordan Martinez 2019-05-21 17:49:06 -07:00
  • 44575babdb Convert Maybe (Action action) to Maybe action Jordan Martinez 2019-05-21 17:47:37 -07:00
  • 378a465154 Use full type names: action and slots Jordan Martinez 2019-05-20 18:53:19 -07:00
  • 406b38f438 Indent long type signature under function name Jordan Martinez 2019-05-20 17:42:39 -07:00
  • 9a86b1295f Use same indent level for 'where' clause and code Jordan Martinez 2019-05-20 17:40:36 -07:00
  • 1c21d4ceba Remove unneeded imports Jordan Martinez 2019-05-18 20:50:16 -07:00
  • e921264043 Add missing slot type Jordan Martinez 2019-05-18 20:50:08 -07:00
  • aac003ecc0 Cleanup examples by putting input and specs in a where clause Jordan Martinez 2019-05-18 20:42:08 -07:00
  • 16c05303d1 Update examples Jordan Martinez 2019-05-18 20:36:45 -07:00
  • f94de112b5 Remove extra whitespace in examples files Jordan Martinez 2019-05-18 20:31:32 -07:00
  • 45a27794f2 Swap argument order Jordan Martinez 2019-05-18 20:17:01 -07:00
  • 5ccac2fad1 Expose input type in select component Jordan Martinez 2019-05-18 20:07:09 -07:00
  • f3dcc65b44 Get rid of extra whitespace in file Jordan Martinez 2019-05-18 20:01:39 -07:00
  • 21d63d1239 Patch: remove unnecessary argument from setToggleProps Thomas Honeyman 2019-04-15 19:45:43 -07:00
  • 178a968e2a
    Update bower.json to Halogen rc.4 Thomas Honeyman 2019-04-15 19:27:49 -07:00
  • 9dacac780c
    Update for Halogen 5 () Thomas Honeyman 2019-04-15 19:18:42 -07:00
  • c646a5502a
    Merge pull request from citizennet/setters-order Dave Zuch 2019-01-03 13:03:22 -08:00
  • 879787f85e Fixed ordering of setters so that user event handlers override defaults David Zuch 2019-01-03 12:10:19 -08:00
  • dc7f100873
    Merge pull request from thomashoneyman/ref Dave Zuch 2018-12-10 17:24:31 -08:00
  • 8434337356 add debouncing in ref Thomas R. Honeyman 2018-11-29 13:26:03 -08:00
  • ffcb748de0 update version of renderless Chris Cornwell 2018-11-08 17:32:32 -08:00
  • f5d1a7c4cd
    Merge pull request from citizennet/input-ref Chris Cornwell 2018-11-08 20:13:14 -05:00
  • 5c82932a77 clean up unnecessary do blocks Chris Cornwell 2018-11-08 15:13:01 -08:00
  • fb225e817b remove some unnecessary state fetching Chris Cornwell 2018-11-08 15:08:18 -08:00
  • ac95a6fdb9 fix typo Chris Cornwell 2018-11-08 14:41:29 -08:00
  • a7e9ee1d64 update docs to new version, remove reference to CaptureRef query Chris Cornwell 2018-11-08 14:37:50 -08:00
  • c3325250a3 use hard coded ref label everywhere, take it out of state and don't pass state to setProps Chris Cornwell 2018-11-08 14:29:12 -08:00
  • 5ce11f3a36 Revert "update documentation to reflect changes to setProps functions and library version" Chris Cornwell 2018-11-08 14:27:32 -08:00
  • 90163ee0b8 update documentation to reflect changes to setProps functions and library version Chris Cornwell 2018-11-08 13:40:28 -08:00
  • 065a87f21c clean up some imports, use a more descriptive ref label Chris Cornwell 2018-11-08 13:05:48 -08:00
  • ba252de0e3 remove unnecessary initializer Chris Cornwell 2018-11-07 15:42:28 -08:00
  • f284d8c4db fix formatting issue Chris Cornwell 2018-11-07 14:12:25 -08:00
  • 191859bfc9 don't capture ref, set it on initialize and use it in setProps Chris Cornwell 2018-11-07 14:05:56 -08:00
  • 7e21954abf
    Merge pull request from alexeyzab/fix-typo Chris Cornwell 2018-10-31 18:53:50 -07:00
  • 628efa7445
    Merge pull request from alexeyzab/add-missing-example-to-docs Chris Cornwell 2018-10-31 18:53:34 -07:00
  • f08b04f1b1
    Add missing tutorial code Alexey Zabelin 2018-10-31 21:23:03 -04:00
  • 8952e964b8
    Fix a typo Alexey Zabelin 2018-10-31 20:30:12 -04:00
  • b812336a77 update discourse links () Justin Woo 2018-08-27 23:23:56 +03:00
  • e664ee2505
    Update index.md Thomas Honeyman 2018-08-23 14:18:11 -07:00
  • e6e7a751c0
    Update mkdocs.yml Thomas Honeyman 2018-08-23 13:28:01 -07:00
  • 2f7fce5a51 Fix typos in typeahead tutorial () Vasiliy Yorkin 2018-08-14 18:51:56 +03:00
  • 45d0f15031 Fix a couple of typos in docs () Vasiliy Yorkin 2018-08-13 21:07:29 +03:00
  • 91be8940e2
    Update readme.md Thomas Honeyman 2018-07-25 16:39:33 -07:00
  • 767454e8fe
    Update readme.md Thomas Honeyman 2018-07-05 13:07:15 -07:00
  • e7b780a47b Restructure to rely on halogen-renderless Thomas R. Honeyman 2018-07-05 13:05:21 -07:00
  • 6469468175 Update to docs to properly reflect setters behavior allowing for overriding of events David Zuch 2018-06-20 13:47:24 -07:00
  • 0f04b49d87
    Update readme.md Thomas Honeyman 2018-06-18 19:15:45 -07:00
  • 031887b2ec
    Update readme.md Thomas Honeyman 2018-06-18 19:15:30 -07:00
  • dd8b631880
    Update readme.md Thomas Honeyman 2018-06-18 19:11:13 -07:00
  • 64e4d0c14e Remove transitive dependencies. Thomas R. Honeyman 2018-06-07 17:19:56 -07:00
  • c6bfeae353
    Update docs for 0.12 () Thomas Honeyman 2018-06-07 15:30:50 -06:00
  • b7b44bb161
    Update Select for PureScript 0.12 and Halogen 4.0.0 () Thomas Honeyman 2018-06-07 13:19:44 -06:00
  • a70a4b83b0
    Update typeahead.md Thomas Honeyman 2018-06-01 16:00:39 -06:00
  • e081b3a591
    Update dropdown.md Thomas Honeyman 2018-06-01 15:57:04 -06:00
  • 7bd8e07490 v1.0.1 Thomas R. Honeyman 2018-05-29 21:25:49 -07:00
  • 8ebec47f12 Updates to documentation Thomas R. Honeyman 2018-05-29 14:25:53 -07:00
  • 8dc3d6569e
    Update dropdown.md Chris Cornwell 2018-05-29 12:02:37 -07:00
  • c29c58d0f8 Merge docs branch into master. Thomas R. Honeyman 2018-05-24 19:59:55 -07:00
  • d2355cd073 Major update to documentation Thomas R. Honeyman 2018-05-24 19:55:42 -07:00
  • a415d3da07 Add basic typeahead tutorial. Thomas R. Honeyman 2018-05-24 14:59:40 -07:00
  • 0721d52d04
    Add a new documentation site to the repository () Thomas Honeyman 2018-05-23 19:41:37 -07:00
  • 1b8173ad9b Overhaul to tutorials. Thomas R. Honeyman 2018-05-23 19:33:44 -07:00
  • 5ee2b570ca Major update to getting started guide Thomas R. Honeyman 2018-05-23 16:20:32 -07:00
  • 31e567f9b1
    Update issue_template.md Thomas Honeyman 2018-05-23 13:59:25 -07:00
  • ab95d249d2 Added getting-started with updates. Thomas R. Honeyman 2018-05-23 13:42:09 -07:00
  • 8d3dca1d86 Add getting started section to tutorials. Thomas R. Honeyman 2018-05-23 13:38:06 -07:00
  • 2ba8b4c5a9
    Update readme.md Thomas Honeyman 2018-05-22 22:22:20 -07:00
  • 5f3d1702cd Update readme. Thomas R. Honeyman 2018-05-22 22:21:34 -07:00
  • 63f4a97182 Update config Thomas R. Honeyman 2018-05-22 22:04:39 -07:00
  • e21539b204 Fix CI Thomas R. Honeyman 2018-05-22 21:52:35 -07:00
  • fa764be0b3 Add basic navigation Thomas R. Honeyman 2018-05-22 21:50:55 -07:00
  • 7fee177012 Add QueryF documentation Thomas R. Honeyman 2018-05-22 21:40:33 -07:00
  • c462a4cd60 Add CSS and examples. Thomas R. Honeyman 2018-05-22 21:29:48 -07:00
  • 0484d22431 Fix links Thomas R. Honeyman 2018-05-22 18:46:37 -07:00
  • 72060e45c8 Added basic navigation scaffold. Thomas R. Honeyman 2018-05-22 18:35:52 -07:00
  • 204bf91953 Add initial documentation. Thomas R. Honeyman 2018-05-22 18:12:03 -07:00
  • ffc7c7fa2a . Thomas R. Honeyman 2018-05-22 13:28:24 -07:00
  • a8f73e45dc Update circle ci Thomas R. Honeyman 2018-05-22 13:25:07 -07:00
  • 5a69837550 Remove app.js Thomas R. Honeyman 2018-05-22 13:13:02 -07:00
  • 37990250a8 Add CSS and mounted components Thomas R. Honeyman 2018-05-22 13:12:17 -07:00
  • 510c9a14a7 Circle CI build only master or docs. Thomas R. Honeyman 2018-05-21 20:30:11 -07:00
  • d2b207b9d7 . Thomas R. Honeyman 2018-05-21 20:26:03 -07:00
  • d0ff8a8a9d . Thomas R. Honeyman 2018-05-21 20:10:00 -07:00
  • 62a0205f9c . Thomas R. Honeyman 2018-05-21 20:08:45 -07:00
  • d418336940 . Thomas R. Honeyman 2018-05-21 19:41:58 -07:00
  • 0a7c1fb612 Update path. Thomas R. Honeyman 2018-05-21 18:44:27 -07:00
  • 93e0149793 Modify path. Thomas R. Honeyman 2018-05-21 18:15:59 -07:00