Skip to content

Commit dd07557

Browse files
committed
Prepare for version 0.6.0; Rename repo and GitHub Pages site (#21)(#23)
1 parent 1fd4921 commit dd07557

File tree

10 files changed

+59
-59
lines changed

10 files changed

+59
-59
lines changed

CHANGELOG.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838

3939
---
4040

41-
[readme]: https://github.com/nfreear/leaflet.a11y#readme
42-
[roadmap]: https://github.com/nfreear/leaflet.a11y/blob/main/ROADMAP.md
43-
[demo]: https://nfreear.github.io/leaflet.a11y
41+
[readme]: https://github.com/nfreear/leaflet.plugins#readme
42+
[roadmap]: https://github.com/nfreear/leaflet.plugins/blob/main/ROADMAP.md
43+
[demo]: https://nfreear.github.io/leaflet.plugins
4444
"Example site using ‘Leaflet.a11y’ plugin"
4545
[i18n plugin]: https://github.com/umap-project/Leaflet.i18n
46-
[Leaflet.translate]: https://github.com/nfreear/Leaflet.translate
46+
[Leaflet.translate]: https://github.com/nfreear/Leaflet.translate "Legacy!"
4747
[wcag eval]: https://github.com/Malvoz/web-maps-wcag-evaluation
4848
"Web map tools WCAG 2.1 evaluation, by @Malvoz (13-Sep-2021)"
4949

@@ -70,19 +70,19 @@
7070
[i18n-6]: https://github.com/umap-project/Leaflet.i18n/issues/6
7171
"Proposal: Add placeholder function for translation/localization/i18n to core Leaflet"
7272

73-
[#1]: https://github.com/nfreear/leaflet.a11y/issues/1
73+
[#1]: https://github.com/nfreear/leaflet.plugins/issues/1
7474
"Documentation, CI, Unit tests, linting (4 tasks) [doc]"
7575
[#2]: https://github.com/nfreear/leaflet.a11y/issues/2
7676
"Map container needs an accessible name and role [a11y]"
7777
[#3]: https://github.com/nfreear/leaflet.a11y/issues/3
7878
"Focus should be managed between markers and popups [a11y]"
7979
[#4]: https://github.com/nfreear/leaflet.a11y/issues/4
8080
"Non-interactive markers should not have an interactive role [a11y]"
81-
[#5]: https://github.com/nfreear/leaflet.a11y/issues/5
81+
[#5]: https://github.com/nfreear/leaflet.plugins/issues/5
8282
"Deploy example to GitHub Pages and publish plugin (3 tasks) [doc]"
83-
[#6]: https://github.com/nfreear/leaflet.a11y/issues/6
83+
[#6]: https://github.com/nfreear/leaflet.plugins/issues/6
8484
"Be more explicit about optional use of ‘Leaflet.i18n’ plugin [doc]"
85-
[#7]: https://github.com/nfreear/leaflet.a11y/issues/7
85+
[#7]: https://github.com/nfreear/leaflet.plugins/issues/7
8686
"Fix null lang and empty string role bugs, etc. (4 tasks) [bug]"
8787
[#8]: https://github.com/nfreear/leaflet.a11y/issues/8
8888
"Use 'addInitHook'; Convert plugin to an ES module, with build step #8 (4 tasks)"
@@ -96,11 +96,11 @@
9696
"Put locale import code in a separate class #12"
9797
[#14]: https://github.com/nfreear/leaflet.a11y/issues/14
9898
"“I want to retire” #14 [doc]"
99-
[#18]: https://github.com/nfreear/leaflet.a11y/issues/18
99+
[#18]: https://github.com/nfreear/leaflet.plugins/issues/18
100100
"Separate locale data and functionality into separate plugin"
101-
[#20]: https://github.com/nfreear/leaflet.a11y/issues/20
101+
[#20]: https://github.com/nfreear/leaflet.plugins/issues/20
102102
"Fix and document browser compatibility - Firefox etc."
103-
[#21]: https://github.com/nfreear/leaflet.a11y/issues/21 "Mono-repo ..."
103+
[#21]: https://github.com/nfreear/leaflet.plugins/issues/21 "Mono-repo ..."
104104
[addInitHook]: https://leafletjs.com/reference.html#class-constructor-hooks
105105
"Leaflet API – Class – Constructor hooks"
106106

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A collection of accessibility and localisation/ translation plugins for [Leaflet
1313

1414
* See: [Changelog][]
1515
* See: [Roadmap][]
16-
* Demo: [nfreear.github.io/leaflet.a11y][demo]
16+
* Demo: [nfreear.github.io/leaflet.plugins][demo]
1717

1818
## Aim
1919

@@ -77,20 +77,20 @@ Feedback, contributions and pull requests are welcomed!
7777
---
7878
License: [MIT][].
7979

80-
[roadmap]: https://github.com/nfreear/leaflet.a11y/blob/main/ROADMAP.md
81-
[changelog]: https://github.com/nfreear/leaflet.a11y/blob/main/CHANGELOG.md
82-
[ci]: https://github.com/nfreear/leaflet.a11y/actions/workflows/node.js.yml
83-
[ci-img]: https://github.com/nfreear/leaflet.a11y/actions/workflows/node.js.yml/badge.svg
80+
[roadmap]: https://github.com/nfreear/leaflet.plugins/blob/main/ROADMAP.md
81+
[changelog]: https://github.com/nfreear/leaflet.plugins/blob/main/CHANGELOG.md
82+
[ci]: https://github.com/nfreear/leaflet.plugins/actions/workflows/node.js.yml
83+
[ci-img]: https://github.com/nfreear/leaflet.plugins/actions/workflows/node.js.yml/badge.svg
8484
[leaflet-img]: https://img.shields.io/badge/leaflet-1.9.4-green.svg?style=flat
85-
[demo]: https://nfreear.github.io/leaflet.a11y/
85+
[demo]: https://nfreear.github.io/leaflet.plugins/
8686
[Leaflet]: https://leafletjs.com/
8787
[accessibility]: https://leafletjs.com/examples/accessibility/
8888
[Leaflet.i18n]: https://github.com/umap-project/Leaflet.i18n
8989
[MIT x]: https://nfreear.mit-license.org/
90-
[MIT]: https://github.com/nfreear/leaflet.a11y/blob/main/LICENSE
91-
[#10]: https://github.com/nfreear/leaflet.a11y/issues/10
90+
[MIT]: https://github.com/nfreear/leaflet.plugins/blob/main/LICENSE
91+
[#10]: https://github.com/nfreear/leaflet.plugins/issues/10
9292
"What is “a11y”? #10"
93-
[#14]: https://github.com/nfreear/leaflet.a11y/issues/14
93+
[#14]: https://github.com/nfreear/leaflet.plugins/issues/14
9494
"“I want to retire” #14"
9595
[bugs]: https://github.com/Leaflet/Leaflet/labels/accessibility
9696
[L-7193]: https://github.com/Leaflet/Leaflet/issues/7193

ROADMAP.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ As laid out it [#14][], work with other contributors to get accessibility fixes,
3131

3232
I welcome [feedback][issues], contributions, and pull requests!
3333

34-
[issues]: https://github.com/nfreear/leaflet.a11y/issues
35-
[#1]: https://github.com/nfreear/leaflet.a11y/issues/1
34+
[issues]: https://github.com/nfreear/leaflet.plugins/issues
35+
[#1]: https://github.com/nfreear/leaflet.plugins/issues/1
3636
"Documentation, CI, Unit tests, Linting"
37-
[#14]: https://github.com/nfreear/leaflet.a11y/issues/14 "I want to retire!"
38-
[#21]: https://github.com/nfreear/leaflet.a11y/issues/21 "Mono-repo ..."
37+
[#14]: https://github.com/nfreear/leaflet.plugins/issues/14 "I want to retire!"
38+
[#21]: https://github.com/nfreear/leaflet.plugins/issues/21 "Mono-repo ..."
3939
[L-9092]: https://github.com/Leaflet/Leaflet/issues/9092
4040
[monorepo]: https://monorepo.tools/ "Monorepo explained"
4141
[Leaflet.a11y]: https://github.com/nfreear/leaflet.a11y
4242
[Leaflet.translate]: https://github.com/nfreear/Leaflet.translate
43-
[L.keyboard-help]: https://github.com/nfreear/leaflet.a11y/tree/main/packages/L.keyboard-help
43+
[L.keyboard-help]: https://github.com/nfreear/leaflet.plugins/tree/main/packages/L.keyboard-help
4444
[L.Karma]: https://github.com/Leaflet/Leaflet/blob/main/spec/karma.conf.js
4545
"Leaflet/Leaflet - spec/karma.conf.js (GitHub)"
4646
[Karma]: https://karma-runner.github.io/6.4/index.html

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"private": true,
33
"name": "leaflet-plugins-root",
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"description": "An accessibility and localization plugin for Leaflet.",
66
"bin": "scripts/build.mjs",
77
"license": "MIT",
88
"author": "Nick Freear",
9-
"homepage": "https://nfreear.github.io/leaflet.a11y/",
9+
"homepage": "https://nfreear.github.io/leaflet.plugins/",
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/nfreear/leaflet.a11y.git"
12+
"url": "https://github.com/nfreear/leaflet.plugins.git"
1313
},
1414
"peerDependencies": {
1515
"leaflet": "^1.0.0"

packages/L.keyboard-help/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A control to display help for keyboard shortcuts in a popup, on a [Leaflet][] ma
88

99
* See: [Changelog][]
1010
* Related issue: [L-9131][]
11-
* Demo: [nfreear.github.io/leaflet.a11y][demo]
11+
* Demo: [nfreear.github.io/leaflet.plugins][demo]
1212

1313
![Screenshot 1: the "Keyboard shortcuts" button][img:kb-help-1]
1414

@@ -50,19 +50,19 @@ License: [MIT][].
5050

5151
[img:kb-help-1]: /example/images/keyboard-help_1-button.jpg
5252
[img:kb-help-2]: /example/images/keyboard-help_2-dialog.jpg
53-
[roadmap]: https://github.com/nfreear/leaflet.a11y/blob/main/ROADMAP.md
54-
[changelog]: https://github.com/nfreear/leaflet.a11y/blob/main/CHANGELOG.md
55-
[ci]: https://github.com/nfreear/leaflet.a11y/actions/workflows/node.js.yml
56-
[ci-img]: https://github.com/nfreear/leaflet.a11y/actions/workflows/node.js.yml/badge.svg
53+
[roadmap]: https://github.com/nfreear/leaflet.plugins/blob/main/ROADMAP.md
54+
[changelog]: https://github.com/nfreear/leaflet.plugins/blob/main/CHANGELOG.md
55+
[ci]: https://github.com/nfreear/leaflet.plugins/actions/workflows/node.js.yml
56+
[ci-img]: https://github.com/nfreear/leaflet.plugins/actions/workflows/node.js.yml/badge.svg
5757
[npm]: https://www.npmjs.com/package/l.keyboard-help
5858
[npm-img]: https://img.shields.io/npm/v/l.keyboard-help
5959
[leaflet-img]: https://img.shields.io/badge/leaflet-1.9.4-green.svg?style=flat
60-
[demo]: https://nfreear.github.io/leaflet.a11y/
60+
[demo]: https://nfreear.github.io/leaflet.plugins/
6161
[Leaflet]: https://leafletjs.com/
6262
[L-9131]: https://github.com/Leaflet/Leaflet/issues/9131
6363
"Help should be provided for the map container keyboard shortcuts [a11y]"
6464
[accessibility]: https://leafletjs.com/examples/accessibility/
65-
[MIT]: https://github.com/nfreear/leaflet.a11y/blob/main/LICENSE
66-
[feedback]: https://github.com/nfreear/leaflet.a11y/issues
65+
[MIT]: https://github.com/nfreear/leaflet.plugins/blob/main/LICENSE
66+
[feedback]: https://github.com/nfreear/leaflet.plugins/issues
6767
[focus order]: https://www.w3.org/TR/WCAG22/#focus-order
6868
"WCAG 2.2 - Success Criterion 2.4.3 Focus Order"

packages/L.keyboard-help/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "l.keyboard-help",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "A control to display help for keyboard shortcuts, in a Leaflet map.",
55
"main": "./L.keyboard-help.js",
66
"module": "./src/KeyboardHelp.mjs",
77
"style": "./L.keyboard-help.css",
88
"license": "MIT",
99
"author": "Nick Freear",
10-
"homepage": "https://nfreear.github.io/leaflet.a11y/",
10+
"homepage": "https://nfreear.github.io/leaflet.plugins/",
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/nfreear/leaflet.a11y.git"
13+
"url": "git+https://github.com/nfreear/leaflet.plugins.git"
1414
},
1515
"bugs": {
1616
"url": "https://github.com/nfreear/leaflet.a11y/issues"

packages/Leaflet.a11y/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,20 +74,20 @@ License: [MIT][].
7474

7575
[roadmap]: https://github.com/nfreear/leaflet.a11y/blob/main/ROADMAP.md
7676
[changelog]: https://github.com/nfreear/leaflet.a11y/blob/main/CHANGELOG.md
77-
[ci]: https://github.com/nfreear/leaflet.a11y/actions/workflows/node.js.yml
78-
[ci-img]: https://github.com/nfreear/leaflet.a11y/actions/workflows/node.js.yml/badge.svg
77+
[ci]: https://github.com/nfreear/leaflet.plugins/actions/workflows/node.js.yml
78+
[ci-img]: https://github.com/nfreear/leaflet.plugins/actions/workflows/node.js.yml/badge.svg
7979
[npm]: https://www.npmjs.com/package/leaflet.a11y
8080
[npm-img]: https://img.shields.io/npm/v/leaflet.a11y
8181
[leaflet-img]: https://img.shields.io/badge/leaflet-1.9.4-green.svg?style=flat
82-
[demo]: https://nfreear.github.io/leaflet.a11y/
82+
[demo]: https://nfreear.github.io/leaflet.plugins/
8383
[Leaflet]: https://leafletjs.com/
8484
[accessibility]: https://leafletjs.com/examples/accessibility/
8585
[Leaflet.i18n]: https://github.com/umap-project/Leaflet.i18n
8686
[MIT x]: https://nfreear.mit-license.org/
87-
[MIT]: https://github.com/nfreear/leaflet.a11y/blob/main/LICENSE
88-
[#10]: https://github.com/nfreear/leaflet.a11y/issues/10
87+
[MIT]: https://github.com/nfreear/leaflet.plugins/blob/main/LICENSE
88+
[#10]: https://github.com/nfreear/leaflet.plugins/issues/10
8989
"What is “a11y”? #10"
90-
[#14]: https://github.com/nfreear/leaflet.a11y/issues/14
90+
[#14]: https://github.com/nfreear/leaflet.plugins/issues/14
9191
"“I want to retire” #14"
9292
[bugs]: https://github.com/Leaflet/Leaflet/labels/accessibility
9393
[L-7193]: https://github.com/Leaflet/Leaflet/issues/7193

packages/Leaflet.a11y/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "leaflet.a11y",
3-
"version": "0.3.0",
3+
"version": "0.6.0",
44
"description": "An accessibility and localization plugin for Leaflet.",
55
"main": "./Leaflet.a11y.js",
66
"module": "./src/AccessibilityPlugin.mjs",
77
"license": "MIT",
88
"author": "Nick Freear",
9-
"homepage": "https://nfreear.github.io/leaflet.a11y/",
9+
"homepage": "https://nfreear.github.io/leaflet.plugins/",
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/nfreear/leaflet.a11y.git"
12+
"url": "git+https://github.com/nfreear/leaflet.plugins.git"
1313
},
1414
"bugs": {
1515
"url": "https://github.com/nfreear/leaflet.a11y/issues"

packages/Leaflet.translate/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The plugin contains both translations/ language pack files, and the code to load
1010

1111
It uses the [Leaflet.i18n][] internationalisation plugin.
1212

13-
* Demo: [nfreear.github.io/leaflet.a11y][demo]
13+
* Demo: [nfreear.github.io/leaflet.plugins][demo]
1414
* See: [Leaflet/Leaflet/issues/9092][L-9092]
1515

1616
Also, fix accessibility issues with [Leaflet.a11y][].
@@ -59,19 +59,19 @@ npm start
5959
---
6060
License: [MIT][].
6161

62-
[ci]: https://github.com/nfreear/Leaflet.translate/actions/workflows/node.js.yml
63-
[ci-img]: https://github.com/nfreear/Leaflet.translate/actions/workflows/node.js.yml/badge.svg
62+
[ci]: https://github.com/nfreear/leaflet.plugins/actions/workflows/node.js.yml
63+
[ci-img]: https://github.com/nfreear/leaflet.plugins/actions/workflows/node.js.yml/badge.svg
6464
[npm]: https://www.npmjs.com/package/leaflet.translate
6565
[npm-img]: https://img.shields.io/npm/v/leaflet.translate
6666
[leaflet-img]: https://img.shields.io/badge/leaflet-1.9.4-green.svg?style=flat
67-
[feedback]: https://github.com/nfreear/Leaflet.translate/issues
68-
[demo]: https://nfreear.github.io/leaflet.a11y/
67+
[feedback]: https://github.com/nfreear/leaflet.plugins/issues
68+
[demo]: https://nfreear.github.io/leaflet.plugins/
6969
[Leaflet]: https://leafletjs.com/
7070
[Leaflet plugins]: https://leafletjs.com/plugins.html
7171
[L-9092]: https://github.com/Leaflet/Leaflet/issues/9092
7272
"Add placeholder function for translation/localization/i18n to Leaflet #9092"
7373
[Leaflet.i18n]: https://github.com/umap-project/Leaflet.i18n
74-
[Leaflet.a11y]: https://github.com/nfreear/leaflet.a11y
74+
[Leaflet.a11y]: https://github.com/nfreear/leaflet.plugins
7575
"An accessibility plugin for Leaflet"
76-
[MIT]: https://github.com/nfreear/leaflet.a11y/blob/main/LICENSE
76+
[MIT]: https://github.com/nfreear/leaflet.plugins/blob/main/LICENSE
7777
[legacy repo]: https://github.com/nfreear/Leaflet.translate

packages/Leaflet.translate/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "leaflet.translate",
33
"X-old-name": "leaflet.locale",
4-
"version": "0.3.0",
4+
"version": "0.6.0",
55
"description": "Translations/ language packs for Leaflet core and plugins.",
66
"main": "./Leaflet.translate.js",
77
"module": "./src/Locale.mjs",
88
"myPreBuild": "./src/build.mjs",
99
"license": "MIT",
1010
"author": "Nick Freear",
11-
"homepage": "https://nfreear.github.io/leaflet.a11y/",
11+
"homepage": "https://nfreear.github.io/leaflet.plugins/",
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/nfreear/leaflet.a11y.git"
14+
"url": "git+https://github.com/nfreear/leaflet.plugins.git"
1515
},
1616
"bugs": {
17-
"url": "https://github.com/nfreear/leaflet.a11y/issues"
17+
"url": "https://github.com/nfreear/leaflet.plugins/issues"
1818
},
1919
"peerDependencies": {
2020
"leaflet": "^1.0.0"

0 commit comments

Comments
 (0)