Abderahman88
dced512538
Update package-solution.json version 1.7.0
2023-03-19 22:23:03 +01:00
Hugo Bernier
c24aacbd7f
Updated telemetry link
2023-03-12 21:16:15 -04:00
Hugo Bernier
411f1b1eca
Changed authors to contributors
2023-02-18 22:58:44 -05:00
Hugo Bernier
103907bdc6
Added compatibility warning on readme and template
2023-02-10 10:22:32 -05:00
Hugo Bernier
5fa909d551
Updated sample.json
2023-02-03 22:32:31 -05:00
Nils Andresen
2ba71ab6a8
( #3425 ) fixed nesting of Headers
2023-01-20 14:25:42 +00:00
dependabot[bot]
eb4457bb5b
Bump decode-uri-component in /samples/react-page-navigator
...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component ) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases )
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2 )
---
updated-dependencies:
- dependency-name: decode-uri-component
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-30 23:40:28 -05:00
Hugo Bernier
f06f965587
Updated readme and sample.json
2022-12-30 20:44:41 -05:00
Nils Andresen
6e369a7260
( #3299 ) fixed nesting of Headers
...
The NavLinkBuilder was modifying arrays in place,
as well as returning the modifications. While this was probably not
the cause of the error, I fixed this by not returning the modifications
anymore.
I changed the algorithm from counting the depth up, to counting the
order down to 0. Thus, I could remove the depth entirely.
2022-12-22 16:44:21 +01:00
Nils Andresen
3593de26ac
Added some unit tests for navLinkBuilder
...
Because I could not make jest work with any
references to SPFx, I separated the navLinkBuilder
into its own component.
Also, I set collectCoverage to false, as coverage collection is
currently broken and I see no easy way to fix this.
Two tests are ignored, since they describe the issue and are currently
failing.
2022-12-22 16:25:25 +01:00
Hugo Bernier
64b745d7d4
Merge pull request #3030 from nils-a/feature/GH-3029
...
(#3029 ) Modify the way "empty" headings are detected
2022-11-07 09:57:54 -05:00
Hugo Bernier
7202809a7d
Changed docs links to learn
2022-10-24 09:42:45 -04:00
dependabot[bot]
f2c40a8bab
Bump @xmldom/xmldom from 0.7.5 to 0.7.6 in /samples/react-page-navigator
...
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom ) from 0.7.5 to 0.7.6.
- [Release notes](https://github.com/xmldom/xmldom/releases )
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/xmldom/xmldom/compare/0.7.5...0.7.6 )
---
updated-dependencies:
- dependency-name: "@xmldom/xmldom"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 12:47:24 +00:00
Nils Andresen
6332549e1f
( #3029 ) Modify the way "empty" headings are detected
2022-09-16 11:27:37 +00:00
Hugo Bernier
2f39aa3fc2
Fixed wrong author
2022-09-05 15:15:18 -04:00
Hugo Bernier
3ff8984064
Updated reamed, sample.json
2022-08-21 18:58:07 -04:00
Jasey Waegebaert
118e99a111
Add theme provider and bug fixes
2022-08-17 14:15:33 +02:00
Hugo Bernier
58a1137468
Merge branch 'main' into collapsibleHeadingsIssue
2022-07-27 20:49:02 -07:00
Hugo Bernier
8825a57c68
Added readme and sample.json
2022-07-27 23:47:24 -04:00
Hugo Bernier
f1465ecb0d
Merge pull request #2806 from Jwaegebaert/fixMaxChars
...
Solve multiple spaces and max chars
2022-07-27 19:36:01 -07:00
Hugo Bernier
0410f444d5
Updated readme and sample.json
2022-07-27 22:35:42 -04:00
dependabot[bot]
7bda0cf6f1
Bump terser from 4.8.0 to 4.8.1 in /samples/react-page-navigator
...
Bumps [terser](https://github.com/terser/terser ) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-28 02:08:46 +00:00
Jasey Waegebaert
f0cf95dc3e
Solve collapsible sections without a name
2022-07-19 20:57:02 +02:00
Jasey Waegebaert
9679ba3772
Solve collapsible heading issues
2022-07-19 20:44:34 +02:00
Jasey Waegebaert
382150261d
Solve multiple spaces and max chars
2022-07-02 09:35:50 +02:00
Hugo Bernier
1739a936df
Updated readme and sample.json
2022-06-29 23:25:35 -04:00
Jasey Waegebaert
0e09e2a0b8
Capability to find collapsible section headers
2022-06-29 22:02:36 +02:00
Hugo Bernier
9ab49cd77d
Updated readme and sample.json
2022-06-19 22:28:13 -04:00
Jasey Waegebaert
9a0b100786
Update React package
2022-06-09 15:40:38 +02:00
Hugo Bernier
599356651c
Processing #2699
2022-06-04 12:25:45 -04:00
dependabot[bot]
c338a6470c
Bump async from 2.6.3 to 2.6.4 in /samples/react-page-navigator
...
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-06-03 11:15:31 +00:00
Hugo Bernier
75c71c00c7
Processing #2721
2022-06-02 16:07:50 -04:00
Hugo Bernier
86013372c0
Added all 1.12.1 and 1.13 containers
2022-02-14 02:52:18 -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
c07ea60d2c
Added video link
2021-11-06 02:17:24 -04:00
Hugo Bernier
fcfaecda83
Removed reference to LTS
2021-11-01 21:07:49 -04:00
Hugo Bernier
abad132719
Updated readme.md
2021-10-31 15:14:35 -04:00
Hugo Bernier
ebde88c96a
Updated readme
2021-10-31 14:29:33 -04:00
Aakash Bhardwaj
abb9e5a720
react-page-nav SPFx upgrade and code refactoring
2021-10-20 10:40:41 +05:30
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
e6cd0b17de
Added sample metadata
2021-02-08 02:19:31 -05:00
Hugo Bernier
eebb6e59e8
Update README.md
2020-11-08 23:32:03 -05:00
Nanddeep Nachan
9827636b35
Fixed HTML formatting bug
2020-08-13 09:47:50 +00:00