Skip to content
Snippets Groups Projects
Commit dc42adcc authored by David Sveningsson's avatar David Sveningsson Committed by HTML-validate
Browse files

chore(release): 7.2.0

## [7.2.0](v7.1.2...v7.2.0) (2022-08-04)

### Features

* **html5:** add `<dialog>` element ([243bf567](243bf567)), closes [#160](#160)
* **rules:** `element-permitted-content` lists all required ancestors ([be34e01d](be34e01d))
* **rules:** `element-permitted-content` verifies root element ([6eb721f7](6eb721f7))
* **rules:** split ancestor validation from `element-permitted-content` to new rule `element-required-ancestors` ([dcb2096c](dcb2096c))

### Bug Fixes

* **api:** allow passing object when reporting errors ([f8500beb](f8500beb))
* **api:** hide internal properties when using `--dump-events` ([206294fb](206294fb))
* **html5:** `<body>` should only accept flow content ([1b08c668](1b08c668))
* **html5:** `<li>` requires `<ul>`, `<ol>` or `<menu>` parent ([b88384e9](b88384e9))
* **rules:** `element-permitted-content` documentation fixes ([613dd488](613dd488))
parent 2cc3414b
No related branches found
No related tags found
No related merge requests found
Pipeline #604400210 passed
Pipeline: html-validate-vue

#604406602

    Pipeline: grunt-html-validate

    #604406601

      Pipeline: vue-cli-plugin-html-validate

      #604406597

        +6
        # html-validate changelog
        ## [7.2.0](https://gitlab.com/html-validate/html-validate/compare/v7.1.2...v7.2.0) (2022-08-04)
        ### Features
        - **html5:** add `<dialog>` element ([243bf56](https://gitlab.com/html-validate/html-validate/commit/243bf5676a04aa2eedc8166e7b384c3c92fd79b6)), closes [#160](https://gitlab.com/html-validate/html-validate/issues/160)
        - **rules:** `element-permitted-content` lists all required ancestors ([be34e01](https://gitlab.com/html-validate/html-validate/commit/be34e01db158c9cb534bda6b63b3c68c88b8fab8))
        - **rules:** `element-permitted-content` verifies root element ([6eb721f](https://gitlab.com/html-validate/html-validate/commit/6eb721f749d5095971f19986fd8a6e2427d4ae3f))
        - **rules:** split ancestor validation from `element-permitted-content` to new rule `element-required-ancestors` ([dcb2096](https://gitlab.com/html-validate/html-validate/commit/dcb2096ca4ceca914eebe5d63f6f02500a8b39d0))
        ### Bug Fixes
        - **api:** allow passing object when reporting errors ([f8500be](https://gitlab.com/html-validate/html-validate/commit/f8500beb7fdbb9c2e1065cb06f59d60aec18fa0a))
        - **api:** hide internal properties when using `--dump-events` ([206294f](https://gitlab.com/html-validate/html-validate/commit/206294fb4d4694ca69021b87abf1ff63651c54c1))
        - **html5:** `<body>` should only accept flow content ([1b08c66](https://gitlab.com/html-validate/html-validate/commit/1b08c668aa8756e95753d3dd18c67929e239078f))
        - **html5:** `<li>` requires `<ul>`, `<ol>` or `<menu>` parent ([b88384e](https://gitlab.com/html-validate/html-validate/commit/b88384e940fdf1b75a11bb2c4b77619659a2a907))
        - **rules:** `element-permitted-content` documentation fixes ([613dd48](https://gitlab.com/html-validate/html-validate/commit/613dd48882160f7c65628e91fc547dd1fbe72c2c))
        ## [7.1.2](https://gitlab.com/html-validate/html-validate/compare/v7.1.1...v7.1.2) (2022-07-05)
        ### Bug Fixes
        ......
        ......@@ -41,4 +41,4 @@ Examples of **correct** code for this rule:
        ## Version history
        - %version% - Required ancestors moved to new rule {@link element-required-ancestor}.
        - 7.2.0 - Required ancestors moved to new rule {@link element-required-ancestor}.
        ......@@ -27,4 +27,4 @@ Examples of **correct** code for this rule:
        ## Version history
        - %version% - Rule added.
        - 7.2.0 - Rule added.
        {
        "name": "html-validate",
        "version": "7.1.2",
        "version": "7.2.0",
        "lockfileVersion": 2,
        "requires": true,
        "packages": {
        "": {
        "name": "html-validate",
        "version": "7.1.2",
        "version": "7.2.0",
        "license": "MIT",
        "workspaces": [
        "docs",
        {
        "name": "html-validate",
        "version": "7.1.2",
        "version": "7.2.0",
        "description": "Offline html5 validator",
        "keywords": [
        "html",
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment