Skip to content

Commit b5809dc

Browse files
authored
Merge pull request #18 from MEOM/release/1.0.0
Release/1.0.0
2 parents ce3fdf7 + 67878b7 commit b5809dc

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## Version 1.0.0 released November 9, 2021
3+
Version 1.0.0 has landed!
4+
### Updated
5+
- Default SVG caret icon.
26
## Version 0.4.0 released November 7, 2021
37
### Updated
48
- Documentation.

dist/index.esm.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@meom/navigation",
3-
"version": "0.4.0",
3+
"version": "1.0.0",
44
"description": "MEOM navigation",
55
"homepage": "https://github.com/MEOM/navigation",
66
"repository": {

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# MEOM navigation
22

3-
MEOM navigation component is work in progress. It gives head start for two types of
3+
MEOM navigation gives head start for two types of
44
navigations:
55

66
1. "Click" navigation where sub menus open only on click.
7-
1. "Hover" navigation where sub menus open on hover also. Note that we don't actually open sub menus on hover in the demo. That's because we don't have the logic to close sub menus with Esc-key if they are opened with mouse hover. That's up to you.
7+
1. "Hover" navigation where sub menus open on hover also.
88

99
It's designed for WordPress navigation markup but can be tweaked for different use cases.
1010

1111
## Demos
1212
- ["Click" Demo](https://meom.github.io/navigation/demo/).
1313
- ["Hover" Demo](https://meom.github.io/navigation/demo/hover.html).
14+
- Note that we don't actually open sub menus on hover in the demo. That's because we don't have the logic to close sub menus with Esc-key if they are opened with mouse hover. That's up to you.
1415
- [Multiple navs Demo](https://meom.github.io/navigation/demo/multiple-navs-header.html).
1516
- [Header and Footer navs](https://meom.github.io/navigation/demo/multiple-navs.html).
1617

@@ -312,3 +313,4 @@ We don't add `hidden` attribute in this case to the link. And `<button>` text is
312313
## More reading about navigations
313314
- [Link + Disclosure Widget Navigation](https://adrianroselli.com/2019/06/link-disclosure-widget-navigation.html) by Adrian Roselli.
314315
- [In Praise of the Unambiguous Click Menu](https://css-tricks.com/in-praise-of-the-unambiguous-click-menu/) by Mark Root-Wiley.
316+
- [In Finnish: How to build accessible navigation](https://www.eficode.com/fi/blog/miten-navigaatiovalikko-toteutetaan-saavutettavasti).

0 commit comments

Comments
 (0)