- Updated
css-loader
to 7.x and changedcss-loader
options to restore 6.x behavior.
- Migrated to storybook 8.
- Updated the minimum version of Node to
18.12.0
. - Removed custom docs addon and
@storybook/addon-docs
dependency because storybook 7 doesn't allow customization of@storybook/addon-docs
.
- Fixed
mergeComponentMetadata
to take default prop values fromdefaultPropValues
as well asdefaultProps
sincedefaultProps
in function component has been deprecated.
- Removed
getCSSModuleLocalIdent
to fix unexpected behaviors in css-loader. - Removed eslint related modules.
- Updated
eslint-config-prettier
version to^9.0.0
. - Updated dependencies.
- Updated
postcss-preset-env
version to^9.1.1
. - Updated
prettier
version to^3.0.1
andeslint-plugin-prettier
version to^5.0.0
. - Updated dependencies.
- Updated
@enact/dev-utils
,postcss-loader
andpostcss-preset-env
to the latest version. - Updated to stop support for nodes 12 and 17.
- Updated
less-loader
version to^11.1.0
. - Updated
babel-loader
version to^9.1.2
. - Updated the minimum version of Node to
14.15.0
.
- Updated
eslint-plugin-react
version to^7.32.2
. - Updated dependencies.
- Fixed
eslint-plugin-react
version to7.31.11
temporarily. - Updated
babel.js
to usebabel-preset-enact
module that holds the babel config for Enact.
- Fixed not showing controls of some stories without
storyStoreV7
option.
- Added
Primary
,Stories
, andTitle
to the docs addon exports for customizing the docs page. - Fixed not loading stories without
storyStoreV7
option by makingcjs
file not be treated as an asset or resource. - Replaced deprecated
register
withmanager
for addons. - Fixed
showName
warning by changingtitle
property toname
value in the controls addon.
- Migrated to storybook 6.5 and webpack 5.
- Updated
eslint
related dependencies.
- Added
color
type control.
- Added
@babel/plugin-proposal-class-properties
plugin to fix sampler build.
- Replaced
@storybook/addon-knobs
with@storybook/addon-controls
for the local knobs and@storybook/addon-toolbars
for the global knobs.
- Removed
sanitize.css
dependency. - Updated
postcss
related dependencies includingpostcss-normalize
10.0.1.
- Added
sanitize.css
module for supportingpostcss-normalize
.
- Added
export-namespace-from
Babel plugin.
- Removed some Babel plugins which were already included in the recent
@babel/preset-env
.
- Changed to the storybook released module version to
6.2.9
to avoid build error temporarily.
- Migrate storybook from 5.3 to 6.1.
- Replace
@storybook/addon-info
with@storybook/addon-docs
.
- Updated dependencies including React17.
- Updated codebase to latest Enact linting standards.
- Updates dependencies for latest releases.
- Added
postcss-normalize
support. - Adds
optional-chaining
,nullish-coalescing-operator
, andnumeric-separator
Babel plugins. - Excludes
transform-typeof-symbol
Babel transform.
- Resolve
ilib
dependency direct from storybook project resolution.
- Update module resolve order such that relative node_modules take priority.
- Initial code abstraction/migration from
enact-sampler
- Updated codebase for latest release of Storybook