Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siteimprove-builduser committed Nov 21, 2023
1 parent 176e32a commit ea68e26
Show file tree
Hide file tree
Showing 402 changed files with 2,263 additions and 2,317 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-birds-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-gorillas-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-sloths-wonder.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/curly-actors-promise.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/dry-peaches-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-ducks-approve.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/gentle-maps-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-days-fly.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/happy-gorillas-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-plums-join.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/old-badgers-drive.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/purple-lemons-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-apricots-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-worms-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-hairs-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-melons-hope.md

This file was deleted.

40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# Alfa changelog

## [1.0.0](../../compare/v0.68.0...v1.0.0) (2023-11-21)

### Breaking

- [@siteimprove/alfa-style](packages/alfa-style/CHANGELOG.md#100): The `hasInlineStyleProperty` and `hasCascadedValueDeclaredInInlineStyleOf` predicates have been removed. ([#1499](https://github.com/Siteimprove/alfa/pull/1499))

- [@siteimprove/alfa-css](packages/alfa-css/CHANGELOG.md#100): Various `Value.partiallyResolve()` functions have been removed. ([#1495](https://github.com/Siteimprove/alfa/pull/1495))

- [@siteimprove/alfa-rules](packages/alfa-rules/CHANGELOG.md#100): Diagnostics `WithPreviousHeading` and `WithNextHeading` have been replaced by `WithOtherHeading`. ([#1505](https://github.com/Siteimprove/alfa/pull/1505))

- [@siteimprove/alfa-css](packages/alfa-css/CHANGELOG.md#100): The various `Value.parseBase` functions are no more available. ([#1487](https://github.com/Siteimprove/alfa/pull/1487))

- [@siteimprove/alfa-css](packages/alfa-css/CHANGELOG.md#100): `Angle#resolve()` does not require a resolver anymore, since 100% is always 1 full turn. ([#1495](https://github.com/Siteimprove/alfa/pull/1495))

- [@siteimprove/alfa-rules](packages/alfa-rules/CHANGELOG.md#100): Question `visible-focus-classes`, and question type `string[]` have been removed. ([#1497](https://github.com/Siteimprove/alfa/pull/1497))

- [@siteimprove/alfa-css](packages/alfa-css/CHANGELOG.md#100): CSS `Value` types no longer accept a `CALC` parameter; it is automatically inferred. ([#1491](https://github.com/Siteimprove/alfa/pull/1491))

### Added

- [@siteimprove/alfa-rules](packages/alfa-rules/CHANGELOG.md#100): Accessible name is now recorded in the diagnostics for R15, R39, R41 and R81. ([#1502](https://github.com/Siteimprove/alfa/pull/1502))

- [@siteimprove/alfa-css](packages/alfa-css/CHANGELOG.md#100): `Value` now expose a `partiallyResolve()` instance method. ([#1495](https://github.com/Siteimprove/alfa/pull/1495))

- [@siteimprove/alfa-rules](packages/alfa-rules/CHANGELOG.md#100): Role is now recorded in the diagnostic for R8. ([#1504](https://github.com/Siteimprove/alfa/pull/1504))

- [@siteimprove/alfa-dom](packages/alfa-dom/CHANGELOG.md#100), [@siteimprove/alfa-tree](packages/alfa-tree/CHANGELOG.md#100): Tree `Node`, and DOM `Node` can now have an `externalId` (`string`) and some `extraData` (`any`). ([#1498](https://github.com/Siteimprove/alfa/pull/1498))

- [@siteimprove/alfa-css](packages/alfa-css/CHANGELOG.md#100): `Percentage` can now be partially resolved into fixed `Percentage`. ([#1493](https://github.com/Siteimprove/alfa/pull/1493))

- [@siteimprove/alfa-css](packages/alfa-css/CHANGELOG.md#100): a `AnglePercentage.resolve()` helper is now available to handle `Percentage` shenanigans. ([#1493](https://github.com/Siteimprove/alfa/pull/1493))

- [@siteimprove/alfa-css](packages/alfa-css/CHANGELOG.md#100): `Percentage` builders now accept an optional type hint indicating into what the percentage resolves. ([#1493](https://github.com/Siteimprove/alfa/pull/1493))

### Fixed

- [@siteimprove/alfa-rules](packages/alfa-rules/CHANGELOG.md#100): SIA-R70 ow accepts `<hgroup>`. ([#1506](https://github.com/Siteimprove/alfa/pull/1506))

- [@siteimprove/alfa-aria](packages/alfa-aria/CHANGELOG.md#100): The `<hgroup>` element now has an implicit role of `group`. ([#1506](https://github.com/Siteimprove/alfa/pull/1506))

## [0.68.0](../../compare/v0.67.0...v0.68.0) (2023-10-20)

### Breaking
Expand Down
2 changes: 1 addition & 1 deletion docs/api/alfa-css.angle.calculated.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
**Signature:**

```typescript
export namespace Calculated
namespace Calculated
```
## Interfaces
Expand Down
2 changes: 1 addition & 1 deletion docs/api/alfa-css.angle.canonical.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
**Signature:**

```typescript
export type Canonical = Fixed<"deg">;
type Canonical = Fixed<"deg">;
```
**References:** [Fixed](./alfa-css.angle.fixed.md)

2 changes: 1 addition & 1 deletion docs/api/alfa-css.angle.fixed.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
**Signature:**

```typescript
export namespace Fixed
namespace Fixed
```
## Interfaces
Expand Down
15 changes: 0 additions & 15 deletions docs/api/alfa-css.angle.iangle.hascalculation.md

This file was deleted.

20 changes: 0 additions & 20 deletions docs/api/alfa-css.angle.iangle.md

This file was deleted.

15 changes: 0 additions & 15 deletions docs/api/alfa-css.angle.iangle.resolve.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/api/alfa-css.angle.isangle.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
**Signature:**

```typescript
export function isAngle(value: unknown): value is Angle;
function isAngle(value: unknown): value is Angle;
```

## Parameters
Expand Down
2 changes: 1 addition & 1 deletion docs/api/alfa-css.angle.iscalculated.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
**Signature:**

```typescript
export function isCalculated(value: unknown): value is Calculated;
function isCalculated(value: unknown): value is Calculated;
```

## Parameters
Expand Down
2 changes: 1 addition & 1 deletion docs/api/alfa-css.angle.isfixed.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
**Signature:**

```typescript
export function isFixed(value: unknown): value is Fixed;
function isFixed(value: unknown): value is Fixed;
```

## Parameters
Expand Down
2 changes: 1 addition & 1 deletion docs/api/alfa-css.angle.json.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
**Signature:**

```typescript
export type JSON = Calculated.JSON | Fixed.JSON;
type JSON = Calculated.JSON | Fixed.JSON;
```
**References:** [Calculated.JSON](./alfa-css.angle.calculated.json.md)<!-- -->, [Fixed.JSON](./alfa-css.angle.fixed.json.md)

2 changes: 1 addition & 1 deletion docs/api/alfa-css.angle.of.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
**Signature:**

```typescript
export function of<U extends Unit.Angle>(value: number, unit: U): Fixed<U>;
function of<U extends Unit.Angle>(value: number, unit: U): Fixed<U>;
```

## Parameters
Expand Down
2 changes: 1 addition & 1 deletion docs/api/alfa-css.angle.of_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
**Signature:**

```typescript
export function of<U extends Unit.Angle>(value: BaseAngle<U>): Fixed<U>;
function of<U extends Unit.Angle>(value: BaseAngle<U>): Fixed<U>;
```

## Parameters
Expand Down
2 changes: 1 addition & 1 deletion docs/api/alfa-css.angle.of_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
**Signature:**

```typescript
export function of(value: Math<"angle">): Calculated;
function of(value: Math<"angle">): Calculated;
```

## Parameters
Expand Down
2 changes: 1 addition & 1 deletion docs/api/alfa-css.angle.resolver.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
**Signature:**

```typescript
export type Resolver = {};
type Resolver = {};
```
2 changes: 1 addition & 1 deletion docs/api/alfa-css.anglepercentage.calculated.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
**Signature:**

```typescript
export namespace Calculated
namespace Calculated
```
## Interfaces
Expand Down
9 changes: 1 addition & 8 deletions docs/api/alfa-css.anglepercentage.calculated.resolve.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,8 @@
**Signature:**

```typescript
resolve(resolver: Resolver): Canonical;
resolve(): Canonical;
```

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| resolver | [Resolver](./alfa-css.anglepercentage.resolver.md) | |

**Returns:**

[Canonical](./alfa-css.anglepercentage.canonical.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/api/alfa-css.anglepercentage.canonical.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
**Signature:**

```typescript
export type Canonical = Angle.Canonical;
type Canonical = Angle.Canonical;
```
**References:** [Angle.Canonical](./alfa-css.angle.canonical.md)

This file was deleted.

20 changes: 0 additions & 20 deletions docs/api/alfa-css.anglepercentage.ianglepercentage.md

This file was deleted.

Loading

0 comments on commit ea68e26

Please sign in to comment.