Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v0.22.0 #1751

Merged
merged 36 commits into from
Apr 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
595efa6
chore: example of broken Autocomplete behavior
edburyenegren-okta Mar 27, 2023
5e632db
chore: label examples in doc
edburyenegren-okta Mar 27, 2023
5b345e3
chore: set up working examples for all states
edburyenegren-okta Mar 27, 2023
c994737
chore: set default props for Autocomplete
edburyenegren-okta Mar 28, 2023
cd297cb
chore: remove defaults from stories
edburyenegren-okta Mar 29, 2023
0b7a412
fix: pulled out TextField into separate components (#1744)
KevinGhadyani-Okta Apr 14, 2023
b13d45e
chore(deps): bump vm2 from 3.9.11 to 3.9.16 (#1746)
dependabot[bot] Apr 14, 2023
a67e680
Merge tag 'v0.21.4' into develop
edburyenegren-okta Apr 14, 2023
ff432c0
Merge branch 'develop' into ee/autocomplete
KevinGhadyani-Okta Apr 17, 2023
ab93c43
Merge pull request #1748 from okta/merge-v0.21.4-into-develop
edburyenegren-okta Apr 17, 2023
dbb1210
fix: created Autocomplete wrapper component
KevinGhadyani-Okta Apr 17, 2023
28be391
fix: export types for Autocomplete
KevinGhadyani-Okta Apr 17, 2023
a93542c
fix: separated InputProps and params in Autocomplete
KevinGhadyani-Okta Apr 17, 2023
d7aff4a
fix: added extra props to Autocomplete to fix MUI types
KevinGhadyani-Okta Apr 17, 2023
ab84734
fix: removed explicit displayName from MenuItem
KevinGhadyani-Okta Apr 18, 2023
8d28a8c
fix: types for Autocomplete in stories
KevinGhadyani-Okta Apr 18, 2023
66e7710
chore: remove unnec ComponentStory
edburyenegren-okta Apr 18, 2023
79d42e1
fix: minor type improvement in Autocomplete stories
KevinGhadyani-Okta Apr 18, 2023
2a3c46a
Merge remote-tracking branch 'origin/ee/autocomplete' into ee/autocom…
KevinGhadyani-Okta Apr 18, 2023
0f32442
chore: update stories to match new props
edburyenegren-okta Apr 18, 2023
f2da4da
chore: remove MUI-only stories
edburyenegren-okta Apr 18, 2023
eaef418
chore: remove mui-only exports
edburyenegren-okta Apr 18, 2023
b03516b
feat(odyssey-react-mui): add styling for Autocomplete
edburyenegren-okta Apr 18, 2023
42f6c03
chore: enable and styling loading state
edburyenegren-okta Apr 18, 2023
5397b59
chore: add and style isReadOnly state
edburyenegren-okta Apr 18, 2023
5923b59
chore: fix border color hover behavior
edburyenegren-okta Apr 18, 2023
0254034
chore: remove unnec autocomplete classes
edburyenegren-okta Apr 18, 2023
7680cfe
chore: add readonly and disabled examples
edburyenegren-okta Apr 18, 2023
72c40f1
chore: tune disabled states for Autocomplete tags
edburyenegren-okta Apr 19, 2023
26d732d
docs(odyssey-storybook): update Select and Autocomplete stories
edburyenegren-okta Apr 20, 2023
7f35e7f
Merge pull request #1725 from okta/ee/autocomplete
edburyenegren-okta Apr 20, 2023
43ab012
feat: wrapped Tag and TagList
jordankoschei-okta Apr 21, 2023
5f81db7
chore(deps): bump vm2 from 3.9.16 to 3.9.17 (#1749)
dependabot[bot] Apr 21, 2023
507cf60
feat: wrap the Button
jordankoschei-okta Apr 21, 2023
20c3cee
build: bump versions for v0.22.0
edburyenegren-okta Apr 21, 2023
04a3755
docs: update CHANGELOG for v0.22.0
edburyenegren-okta Apr 21, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.22.0](https://github.com/okta/odyssey/compare/v0.21.4...v0.22.0) (2023-04-21)

### Features

- **odyssey-react-mui:** add styling for Autocomplete ([b03516b](https://github.com/okta/odyssey/commit/b03516ba469ef1045c17326590a97e39f0235aa8))
- wrap the Button ([507cf60](https://github.com/okta/odyssey/commit/507cf60c045a445e09c039dc1f35574271114697))
- wrapped Tag and TagList ([43ab012](https://github.com/okta/odyssey/commit/43ab012d17934503bd827624ad17c6d00531a978))

### Bug Fixes

- added extra props to Autocomplete to fix MUI types ([d7aff4a](https://github.com/okta/odyssey/commit/d7aff4ab510cbb512bee043b4056e1085ce0d059))
- created Autocomplete wrapper component ([dbb1210](https://github.com/okta/odyssey/commit/dbb12100e656e9db3deb2a0d76bdcf5fb715e93d))
- export types for Autocomplete ([28be391](https://github.com/okta/odyssey/commit/28be391f49bbce4882b68334a1d5805e50d47a4e))
- minor type improvement in Autocomplete stories ([79d42e1](https://github.com/okta/odyssey/commit/79d42e16ac304a3856697b8711a1b38fe8cfe28f))
- pulled out TextField into separate components ([#1744](https://github.com/okta/odyssey/issues/1744)) ([0b7a412](https://github.com/okta/odyssey/commit/0b7a41290eb1a60693ee827f45e240531e7fbbcb))
- removed explicit displayName from MenuItem ([ab84734](https://github.com/okta/odyssey/commit/ab84734a4f8dc11aba42f56818bce59dbd469ddf))
- separated InputProps and params in Autocomplete ([a93542c](https://github.com/okta/odyssey/commit/a93542c6238ab56a0a06075aceb5cf0997ceb7f1))
- types for Autocomplete in stories ([8d28a8c](https://github.com/okta/odyssey/commit/8d28a8c640dfccac92fdcad5af9bdc33759c9de3))

## [0.21.4](https://github.com/okta/odyssey/compare/v0.21.3...v0.21.4) (2023-04-13)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"packages": ["packages/*"],
"useNx": false,
"useWorkspaces": true,
"version": "0.21.4"
"version": "0.22.0"
}
4 changes: 4 additions & 0 deletions packages/babel-plugin-fully-specified/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.22.0](https://github.com/okta/odyssey/compare/v0.21.4...v0.22.0) (2023-04-21)

**Note:** Version bump only for package @okta/babel-plugin-fully-specified

## [0.21.4](https://github.com/okta/odyssey/compare/v0.21.3...v0.21.4) (2023-04-13)

**Note:** Version bump only for package @okta/babel-plugin-fully-specified
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-fully-specified/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/babel-plugin-fully-specified",
"version": "0.21.4",
"version": "0.22.0",
"private": true,
"description": "Babel plugin to generate fully specified ESM module syntax",
"author": "Okta, Inc.",
Expand Down
4 changes: 4 additions & 0 deletions packages/browserslist-config-odyssey/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.22.0](https://github.com/okta/odyssey/compare/v0.21.4...v0.22.0) (2023-04-21)

**Note:** Version bump only for package @okta/browserslist-config-odyssey

## [0.21.4](https://github.com/okta/odyssey/compare/v0.21.3...v0.21.4) (2023-04-13)

**Note:** Version bump only for package @okta/browserslist-config-odyssey
Expand Down
2 changes: 1 addition & 1 deletion packages/browserslist-config-odyssey/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/browserslist-config-odyssey",
"version": "0.21.4",
"version": "0.22.0",
"description": "Browserslist config for Odyssey, Okta's design system",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/conventional-changelog-odyssey/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.22.0](https://github.com/okta/odyssey/compare/v0.21.4...v0.22.0) (2023-04-21)

**Note:** Version bump only for package @okta/conventional-changelog-odyssey

## [0.21.4](https://github.com/okta/odyssey/compare/v0.21.3...v0.21.4) (2023-04-13)

**Note:** Version bump only for package @okta/conventional-changelog-odyssey
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-odyssey/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/conventional-changelog-odyssey",
"version": "0.21.4",
"version": "0.22.0",
"main": "index.js",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-plugin-odyssey/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.22.0](https://github.com/okta/odyssey/compare/v0.21.4...v0.22.0) (2023-04-21)

**Note:** Version bump only for package @okta/eslint-plugin-odyssey

## [0.21.4](https://github.com/okta/odyssey/compare/v0.21.3...v0.21.4) (2023-04-13)

**Note:** Version bump only for package @okta/eslint-plugin-odyssey
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-odyssey/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/eslint-plugin-odyssey",
"version": "0.21.4",
"version": "0.22.0",
"main": "src/index.js",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/odyssey-babel-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.22.0](https://github.com/okta/odyssey/compare/v0.21.4...v0.22.0) (2023-04-21)

**Note:** Version bump only for package @okta/odyssey-babel-loader

## [0.21.4](https://github.com/okta/odyssey/compare/v0.21.3...v0.21.4) (2023-04-13)

**Note:** Version bump only for package @okta/odyssey-babel-loader
Expand Down
2 changes: 1 addition & 1 deletion packages/odyssey-babel-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/odyssey-babel-loader",
"version": "0.21.4",
"version": "0.22.0",
"description": "Babel webpack loader for Odyssey, Okta's design system",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/odyssey-babel-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.22.0](https://github.com/okta/odyssey/compare/v0.21.4...v0.22.0) (2023-04-21)

**Note:** Version bump only for package @okta/odyssey-babel-preset

## [0.21.4](https://github.com/okta/odyssey/compare/v0.21.3...v0.21.4) (2023-04-13)

**Note:** Version bump only for package @okta/odyssey-babel-preset
Expand Down
2 changes: 1 addition & 1 deletion packages/odyssey-babel-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/odyssey-babel-preset",
"version": "0.21.4",
"version": "0.22.0",
"description": "Babel preset for Odyssey, Okta's design system",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/odyssey-commitlint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.22.0](https://github.com/okta/odyssey/compare/v0.21.4...v0.22.0) (2023-04-21)

**Note:** Version bump only for package @okta/odyssey-commitlint

## [0.21.4](https://github.com/okta/odyssey/compare/v0.21.3...v0.21.4) (2023-04-13)

**Note:** Version bump only for package @okta/odyssey-commitlint
Expand Down
2 changes: 1 addition & 1 deletion packages/odyssey-commitlint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/odyssey-commitlint",
"version": "0.21.4",
"version": "0.22.0",
"main": "src/index.js",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/odyssey-design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.22.0](https://github.com/okta/odyssey/compare/v0.21.4...v0.22.0) (2023-04-21)

**Note:** Version bump only for package @okta/odyssey-design-tokens

## [0.21.4](https://github.com/okta/odyssey/compare/v0.21.3...v0.21.4) (2023-04-13)

**Note:** Version bump only for package @okta/odyssey-design-tokens
Expand Down
2 changes: 1 addition & 1 deletion packages/odyssey-design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/odyssey-design-tokens",
"version": "0.21.4",
"version": "0.22.0",
"description": "Design tokens for Odyssey, Okta's design system",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/odyssey-eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.22.0](https://github.com/okta/odyssey/compare/v0.21.4...v0.22.0) (2023-04-21)

**Note:** Version bump only for package @okta/odyssey-eslint-config

## [0.21.4](https://github.com/okta/odyssey/compare/v0.21.3...v0.21.4) (2023-04-13)

**Note:** Version bump only for package @okta/odyssey-eslint-config
Expand Down
2 changes: 1 addition & 1 deletion packages/odyssey-eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/odyssey-eslint-config",
"version": "0.21.4",
"version": "0.22.0",
"main": "src/index.js",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/odyssey-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.22.0](https://github.com/okta/odyssey/compare/v0.21.4...v0.22.0) (2023-04-21)

**Note:** Version bump only for package @okta/odyssey-icons

## [0.21.4](https://github.com/okta/odyssey/compare/v0.21.3...v0.21.4) (2023-04-13)

**Note:** Version bump only for package @okta/odyssey-icons
Expand Down
2 changes: 1 addition & 1 deletion packages/odyssey-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/odyssey-icons",
"version": "0.21.4",
"version": "0.22.0",
"private": true,
"description": "The home for Odyssey's supported icons.",
"homepage": "https://github.com/okta/odyssey",
Expand Down
4 changes: 4 additions & 0 deletions packages/odyssey-lifecycle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.22.0](https://github.com/okta/odyssey/compare/v0.21.4...v0.22.0) (2023-04-21)

**Note:** Version bump only for package @okta/odyssey-lifecycle

## [0.21.4](https://github.com/okta/odyssey/compare/v0.21.3...v0.21.4) (2023-04-13)

**Note:** Version bump only for package @okta/odyssey-lifecycle
Expand Down
2 changes: 1 addition & 1 deletion packages/odyssey-lifecycle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/odyssey-lifecycle",
"version": "0.21.4",
"version": "0.22.0",
"description": "Lifecycle scripts for lerna and npm",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/odyssey-lint-staged/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.22.0](https://github.com/okta/odyssey/compare/v0.21.4...v0.22.0) (2023-04-21)

**Note:** Version bump only for package @okta/odyssey-lint-staged

## [0.21.4](https://github.com/okta/odyssey/compare/v0.21.3...v0.21.4) (2023-04-13)

**Note:** Version bump only for package @okta/odyssey-lint-staged
Expand Down
2 changes: 1 addition & 1 deletion packages/odyssey-lint-staged/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/odyssey-lint-staged",
"version": "0.21.4",
"version": "0.22.0",
"main": "src/index.js",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/odyssey-react-labs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.22.0](https://github.com/okta/odyssey/compare/v0.21.4...v0.22.0) (2023-04-21)

**Note:** Version bump only for package @okta/odyssey-react-labs

## [0.21.4](https://github.com/okta/odyssey/compare/v0.21.3...v0.21.4) (2023-04-13)

**Note:** Version bump only for package @okta/odyssey-react-labs
Expand Down
2 changes: 1 addition & 1 deletion packages/odyssey-react-labs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/odyssey-react-labs",
"version": "0.21.4",
"version": "0.22.0",
"description": "React components for Odyssey, that will eventually be part of Odyssey React but who's implementation isn't yet approved.",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/odyssey-react-mui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.22.0](https://github.com/okta/odyssey/compare/v0.21.4...v0.22.0) (2023-04-21)

### Features

- **odyssey-react-mui:** add styling for Autocomplete ([b03516b](https://github.com/okta/odyssey/commit/b03516ba469ef1045c17326590a97e39f0235aa8))
- wrap the Button ([507cf60](https://github.com/okta/odyssey/commit/507cf60c045a445e09c039dc1f35574271114697))
- wrapped Tag and TagList ([43ab012](https://github.com/okta/odyssey/commit/43ab012d17934503bd827624ad17c6d00531a978))

### Bug Fixes

- added extra props to Autocomplete to fix MUI types ([d7aff4a](https://github.com/okta/odyssey/commit/d7aff4ab510cbb512bee043b4056e1085ce0d059))
- created Autocomplete wrapper component ([dbb1210](https://github.com/okta/odyssey/commit/dbb12100e656e9db3deb2a0d76bdcf5fb715e93d))
- export types for Autocomplete ([28be391](https://github.com/okta/odyssey/commit/28be391f49bbce4882b68334a1d5805e50d47a4e))
- pulled out TextField into separate components ([#1744](https://github.com/okta/odyssey/issues/1744)) ([0b7a412](https://github.com/okta/odyssey/commit/0b7a41290eb1a60693ee827f45e240531e7fbbcb))
- removed explicit displayName from MenuItem ([ab84734](https://github.com/okta/odyssey/commit/ab84734a4f8dc11aba42f56818bce59dbd469ddf))
- separated InputProps and params in Autocomplete ([a93542c](https://github.com/okta/odyssey/commit/a93542c6238ab56a0a06075aceb5cf0997ceb7f1))

## [0.21.4](https://github.com/okta/odyssey/compare/v0.21.3...v0.21.4) (2023-04-13)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/odyssey-react-mui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/odyssey-react-mui",
"version": "0.21.4",
"version": "0.22.0",
"description": "React MUI components for Odyssey, Okta's design system",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand Down
Loading