Commit Graph

40 Commits

Author SHA1 Message Date
dependabot[bot] c871a8f04e
Bump async from 2.6.3 to 2.6.4 in /samples/react-accordion
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-21 12:34:12 +00:00
dependabot[bot] 7e1f6f08f2
Bump handlebars from 4.7.2 to 4.7.7 in /samples/react-accordion
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.2 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.2...v4.7.7)

---
updated-dependencies:
- dependency-name: handlebars
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28 06:48:20 +00:00
Hugo Bernier 429d92a604 Added SPFx 1.10 containers 2022-02-15 00:50:11 -05:00
Hugo Bernier eb8bd92a0b Updating telemetry link 2021-12-20 10:25:30 -05:00
VesaJuvonen 7a79c47104 Removing unnecessary office product from the sample metadata 2021-12-10 19:55:32 +02:00
Hugo Bernier 15215dd8fe Fixing hungry regex 2021-11-20 23:55:10 -05:00
Hugo Bernier 38c5ec7920 Fixed all readmes to point to their respective sample labels 2021-11-20 23:07:01 -05:00
Hugo Bernier c7fecfd583 Moved disclaimer to bottom 2021-11-07 02:11:17 -05:00
Hugo Bernier bc3bdf4093 Fixed global search and replace error 2021-11-07 00:52:25 -04:00
Hugo Bernier 8161d1f64f Added SPFx doctor to README instructions 2021-11-02 00:04:30 -04:00
Hugo Bernier fcfaecda83 Removed reference to LTS 2021-11-01 21:07:49 -04:00
Hugo Bernier 2024fb819c Updated sample.json and readme 2021-10-30 00:40:09 -04:00
Fredrik Thorild 7a06e35851 Added sorting 2021-09-30 15:01:42 +02:00
Hugo Bernier ac23f08802
Update sample.json 2021-05-03 00:45:56 -04:00
Hugo Bernier cab2b71fef
Update sample.json 2021-05-02 19:02:49 -04:00
Hugo Bernier 7801e41928
Update sample.json 2021-05-02 18:50:57 -04:00
Hugo Bernier 68f7f67761 Changed from updated to modificationDateTime 2021-05-02 15:39:42 -04:00
Hugo Bernier cd1cb830d6 Changed master to main 2021-05-02 15:04:59 -04:00
Hugo Bernier 7ed51a0838 Updated sample JSON 2021-03-15 03:48:14 -04:00
Hugo Bernier 4cbf311829 Fixed readme 2021-02-11 01:14:08 -05:00
Hugo Bernier e6cd0b17de Added sample metadata 2021-02-08 02:19:31 -05:00
Hugo Bernier 46046b550b
Update README.md 2020-11-08 22:39:06 -05:00
Hugo Bernier 88719bb843 Fixed solution version 2020-10-02 09:19:29 -04:00
Beau Cameron 23bdfbdccb
remove leftover debugger
remove leftover debugger
2020-10-02 05:55:34 -06:00
Beau Cameron eeae4acc5c
Removing leftover debugger
Removing leftover debugger
2020-10-02 05:54:48 -06:00
Beau Cameron e7e7fc1946 Adding configuration for pagination
Adding the ability to turn of pagination and also an new property for controlling how many items to return from the REST Call.
2020-10-01 19:32:24 -06:00
Hugo Bernier ea21470dcd
Update README.md
Added YAML metadata
2020-06-23 21:55:25 -04:00
Abhishek Garg a4c26fc25d Use 'slice' instead of 'splice'
Replace 'splice' with 'slice' method for common implementation (same as in search)
2020-06-22 18:05:27 +05:30
Abhishek Garg 4934ccb866 Bit of cleanup
No need to update 'items' in case of error, only 'pagedItems' is enough.
Use local variable 'items' instead of using from 'this.state'.
2020-06-22 18:05:27 +05:30
Abhishek Garg 888c7f439e Fix state change on search
Update both 'items' and 'pagedItems' on search event, to have the latest copy/reference
2020-06-22 18:05:27 +05:30
Abhishek Garg 3da742ed5f Fix paging implementation
Use 'items' instead of 'listItems' for paging as it'll always have updated data, ex on search
2020-06-22 18:05:27 +05:30
Abhishek Garg 0f83eb3ca0 Rename constant to 'pagedItems'
Rename constant to 'pagedItems' for clarity
2020-06-22 18:05:27 +05:30
Abhishek Garg 1bf9fa7d50 Replace 'items' with 'pagedItems'
Replace with 'pagedItems' everywhere, as that will have the correct items per page
2020-06-22 18:05:27 +05:30
Abhishek Garg 6f1c73f6f2 Add new property 'pagedItems'
Add property 'pagedItems' to type 'IReactAccordionState'
2020-06-22 18:05:27 +05:30
petkir 71f6469fa0 URL dev.office.com to docs.microsoft.com 2020-06-09 09:09:22 +02:00
Hugo Bernier 242b8e5f9b Added telemetry to every README.md file 2020-04-04 02:18:47 -04:00
Neelamugilan Gobalakrishnan daa3dc6274 Upgrade react accordion to SPFx 1.10 2020-01-19 23:45:43 +00:00
VesaJuvonen 22318b95a3 Adding missing telemetry images for readme files 2019-04-15 12:49:10 +03:00
VesaJuvonen 3b6c5690ab readme polishing 2018-09-10 13:10:09 +03:00
Gautam Sheth 4a47af2d14 SPFx React Accordion sample (#599)
* React Accordion Webpart added

* Updated to imgur image url
2018-09-10 13:06:51 +03:00