Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into enhancement/doc-props-gen
Browse files Browse the repository at this point in the history
* refs/heads/main: (40 commits)
  chore(release): bump version to 0.1.0-alpha.154
  docs(Popover): add Popover story with controller (#534)
  chore(release): bump version to 0.1.0-alpha.153
  fix(Section): update visual level
  feat(ContextMenu): close context menu on navigation
  chore(release): bump version to 0.1.0-alpha.152
  feat: add navy colors
  chore(release): bump version to 0.1.0-alpha.151
  feat(Icon): add icons (#528)
  chore(release): bump version to 0.1.0-alpha.150
  chore(release): bump version to 0.1.0-alpha.149
  chore: downgrade Yarn due to peer dependency errors
  fix(Popover): Export Popover component
  chore: update Yarn
  chore(release): bump version to 0.1.0-alpha.148
  chore: update dependencies
  chore(release): bump version to 0.1.0-alpha.147
  docs(GettingStarted): fix typos (#510)
  chore(release): bump version to 0.1.0-alpha.146
  docs(TextField): fix outdated links
  ...

# Conflicts:
#	.gitignore
#	.pnp.cjs
#	packages/docs/package.json
#	packages/docs/src/content/03-components/content/icon/overview.mdx
#	yarn.lock
  • Loading branch information
deder-mw committed Jun 24, 2024
2 parents 39e2ba3 + e3b645a commit f3d52d4
Show file tree
Hide file tree
Showing 110 changed files with 6,221 additions and 4,236 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ packages/docs/src/lib/liveCode/dynamicImports.ts
.idea/material_theme_project_new.xml
coverage
packages/components/out
.nx/workspace-data
6,113 changes: 3,133 additions & 2,980 deletions .pnp.cjs

Large diffs are not rendered by default.

164 changes: 164 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,170 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.154](https://github.com/mittwald/flow/compare/0.1.0-alpha.153...0.1.0-alpha.154) (2024-06-24)

**Note:** Version bump only for package @mittwald/flow-project

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.153](https://github.com/mittwald/flow/compare/0.1.0-alpha.152...0.1.0-alpha.153) (2024-06-20)

### Bug Fixes

- **Section:** update visual level
([861c21c](https://github.com/mittwald/flow/commit/861c21cc0f9c886b81d327f0779f00008aa6d151))

### Features

- **ContextMenu:** close context menu on navigation
([bb8b9de](https://github.com/mittwald/flow/commit/bb8b9dee5e59d05a70100581d5487b6a4fc68e90))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.152](https://github.com/mittwald/flow/compare/0.1.0-alpha.151...0.1.0-alpha.152) (2024-06-20)

### Features

- add navy colors
([16cf0db](https://github.com/mittwald/flow/commit/16cf0dba78ef3d2f8e0b355a624596df8032007f))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.151](https://github.com/mittwald/flow/compare/0.1.0-alpha.150...0.1.0-alpha.151) (2024-06-20)

### Features

- **Icon:** add icons ([#528](https://github.com/mittwald/flow/issues/528))
([be0b815](https://github.com/mittwald/flow/commit/be0b815660305d2ef65de201946c38b9f039b928))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.150](https://github.com/mittwald/flow/compare/0.1.0-alpha.149...0.1.0-alpha.150) (2024-06-19)

### Bug Fixes

- **Popover:** Export Popover component
([0320c8b](https://github.com/mittwald/flow/commit/0320c8ba4b3f3d0c5565e6828e1c379a163cb915))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.149](https://github.com/mittwald/flow/compare/0.1.0-alpha.148...0.1.0-alpha.149) (2024-06-19)

**Note:** Version bump only for package @mittwald/flow-project

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.148](https://github.com/mittwald/flow/compare/0.1.0-alpha.147...0.1.0-alpha.148) (2024-06-18)

**Note:** Version bump only for package @mittwald/flow-project

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.147](https://github.com/mittwald/flow/compare/0.1.0-alpha.146...0.1.0-alpha.147) (2024-06-18)

**Note:** Version bump only for package @mittwald/flow-project

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.146](https://github.com/mittwald/flow/compare/0.1.0-alpha.145...0.1.0-alpha.146) (2024-06-17)

**Note:** Version bump only for package @mittwald/flow-project

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.145](https://github.com/mittwald/flow/compare/0.1.0-alpha.144...0.1.0-alpha.145) (2024-06-13)

### Bug Fixes

- **List:** fix filter and sorting menu not opening
([905b497](https://github.com/mittwald/flow/commit/905b4974c796e2f71c9c28471284bba75d007f15))
- **OverlayTrigger:** fix not cleared pressed state
([4fa4580](https://github.com/mittwald/flow/commit/4fa45804246f186ccc79ea0fc927f44409bdbe68)),
closes [#485](https://github.com/mittwald/flow/issues/485)

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.144](https://github.com/mittwald/flow/compare/0.1.0-alpha.143...0.1.0-alpha.144) (2024-06-12)

**Note:** Version bump only for package @mittwald/flow-project

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.143](https://github.com/mittwald/flow/compare/0.1.0-alpha.142...0.1.0-alpha.143) (2024-06-12)

### Bug Fixes

- **List:** fix list items are not updated
([f297d19](https://github.com/mittwald/flow/commit/f297d1951caba4d43e7524d9e624f3d369065435))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.142](https://github.com/mittwald/flow/compare/0.1.0-alpha.141...0.1.0-alpha.142) (2024-06-12)

**Note:** Version bump only for package @mittwald/flow-project

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.141](https://github.com/mittwald/flow/compare/0.1.0-alpha.140...0.1.0-alpha.141) (2024-06-12)

### Bug Fixes

- **ListItem:** fix large white-space when just using content
([fb21307](https://github.com/mittwald/flow/commit/fb21307aed3fdd53ac9342fbff0b19ffccdabc19))

### Features

- **Docs:** support GitHub component path in docs meta
([50760a3](https://github.com/mittwald/flow/commit/50760a3aff4be17666f04ccef85ee71a6a6d9c3a))
- **Form:** feedback only on async submit
([96d9434](https://github.com/mittwald/flow/commit/96d94348d83deee212223132432e1b268e68ed8a))
- **Form:** feedback only on async submit
([b533457](https://github.com/mittwald/flow/commit/b5334579753299403f45fc70e885020c3c6b20e2))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.140](https://github.com/mittwald/flow/compare/0.1.0-alpha.139...0.1.0-alpha.140) (2024-06-10)

**Note:** Version bump only for package @mittwald/flow-project
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "yarn",
"packages": ["packages/*"],
"version": "0.1.0-alpha.140"
"version": "0.1.0-alpha.154"
}
4 changes: 4 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
"{projectRoot}/dev/icons/**/*",
"{projectRoot}/src/components/Icon/tablerMappings.yaml"
]
},
"build:imports": {
"cache": true,
"inputs": ["default", "{projectRoot}/src/content/**/*.mdx"]
}
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@
"pre-commit": "yarn lint"
},
"devDependencies": {
"@eslint/js": "^9.4.0",
"@nx/devkit": "^19.1.2",
"@eslint/js": "^9.5.0",
"@nx/devkit": "^19.3.0",
"@types/eslint__js": "^8.42.3",
"eslint": "^9.4.0",
"eslint": "^9.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-json": "^4.0.0",
"eslint-plugin-prettier": "^5.1.3",
"lerna": "^8.1.3",
"nx": "^19.1.2",
"prettier": "^3.3.0",
"lerna": "^8.1.4",
"nx": "^19.3.0",
"prettier": "^3.3.2",
"prettier-plugin-jsdoc": "^1.3.0",
"prettier-plugin-pkgsort": "^0.2.1",
"prettier-plugin-sort-json": "^4.0.0",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.11.2",
"tsx": "^4.15.6",
"typescript": "^5.4.5",
"typescript-eslint": "^8.0.0-alpha.26"
"typescript-eslint": "^8.0.0-alpha.30"
},
"dependenciesMeta": {
"@fortawesome/fontawesome-common-types": {
Expand Down
157 changes: 157 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,163 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.154](https://github.com/mittwald/flow/compare/0.1.0-alpha.153...0.1.0-alpha.154) (2024-06-24)

**Note:** Version bump only for package @mittwald/flow-react-components

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.153](https://github.com/mittwald/flow/compare/0.1.0-alpha.152...0.1.0-alpha.153) (2024-06-20)

### Bug Fixes

- **Section:** update visual level
([861c21c](https://github.com/mittwald/flow/commit/861c21cc0f9c886b81d327f0779f00008aa6d151))

### Features

- **ContextMenu:** close context menu on navigation
([bb8b9de](https://github.com/mittwald/flow/commit/bb8b9dee5e59d05a70100581d5487b6a4fc68e90))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.152](https://github.com/mittwald/flow/compare/0.1.0-alpha.151...0.1.0-alpha.152) (2024-06-20)

**Note:** Version bump only for package @mittwald/flow-react-components

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.151](https://github.com/mittwald/flow/compare/0.1.0-alpha.150...0.1.0-alpha.151) (2024-06-20)

### Features

- **Icon:** add icons ([#528](https://github.com/mittwald/flow/issues/528))
([be0b815](https://github.com/mittwald/flow/commit/be0b815660305d2ef65de201946c38b9f039b928))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.150](https://github.com/mittwald/flow/compare/0.1.0-alpha.149...0.1.0-alpha.150) (2024-06-19)

### Bug Fixes

- **Popover:** Export Popover component
([0320c8b](https://github.com/mittwald/flow/commit/0320c8ba4b3f3d0c5565e6828e1c379a163cb915))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.149](https://github.com/mittwald/flow/compare/0.1.0-alpha.148...0.1.0-alpha.149) (2024-06-19)

**Note:** Version bump only for package @mittwald/flow-react-components

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.148](https://github.com/mittwald/flow/compare/0.1.0-alpha.147...0.1.0-alpha.148) (2024-06-18)

**Note:** Version bump only for package @mittwald/flow-react-components

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.147](https://github.com/mittwald/flow/compare/0.1.0-alpha.146...0.1.0-alpha.147) (2024-06-18)

**Note:** Version bump only for package @mittwald/flow-react-components

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.146](https://github.com/mittwald/flow/compare/0.1.0-alpha.145...0.1.0-alpha.146) (2024-06-17)

**Note:** Version bump only for package @mittwald/flow-react-components

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.145](https://github.com/mittwald/flow/compare/0.1.0-alpha.144...0.1.0-alpha.145) (2024-06-13)

### Bug Fixes

- **List:** fix filter and sorting menu not opening
([905b497](https://github.com/mittwald/flow/commit/905b4974c796e2f71c9c28471284bba75d007f15))
- **OverlayTrigger:** fix not cleared pressed state
([4fa4580](https://github.com/mittwald/flow/commit/4fa45804246f186ccc79ea0fc927f44409bdbe68)),
closes [#485](https://github.com/mittwald/flow/issues/485)

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.144](https://github.com/mittwald/flow/compare/0.1.0-alpha.143...0.1.0-alpha.144) (2024-06-12)

**Note:** Version bump only for package @mittwald/flow-react-components

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.143](https://github.com/mittwald/flow/compare/0.1.0-alpha.142...0.1.0-alpha.143) (2024-06-12)

### Bug Fixes

- **List:** fix list items are not updated
([f297d19](https://github.com/mittwald/flow/commit/f297d1951caba4d43e7524d9e624f3d369065435))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.142](https://github.com/mittwald/flow/compare/0.1.0-alpha.141...0.1.0-alpha.142) (2024-06-12)

**Note:** Version bump only for package @mittwald/flow-react-components

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.141](https://github.com/mittwald/flow/compare/0.1.0-alpha.140...0.1.0-alpha.141) (2024-06-12)

### Bug Fixes

- **ListItem:** fix large white-space when just using content
([fb21307](https://github.com/mittwald/flow/commit/fb21307aed3fdd53ac9342fbff0b19ffccdabc19))

### Features

- **Form:** feedback only on async submit
([b533457](https://github.com/mittwald/flow/commit/b5334579753299403f45fc70e885020c3c6b20e2))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.140](https://github.com/mittwald/flow/compare/0.1.0-alpha.139...0.1.0-alpha.140) (2024-06-10)

**Note:** Version bump only for package @mittwald/flow-react-components
Expand Down
5 changes: 4 additions & 1 deletion packages/components/dev/test/locales/bar.locale.json
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
{ "bar": "baz" }
{
"bar": "test with variable {var}",
"bar.simple": "test simple variable"
}
Loading

0 comments on commit f3d52d4

Please sign in to comment.