Releases: freshworks/crayons
Releases · freshworks/crayons
@freshworks/[email protected]
3.0.4-beta.1 (2022-03-30)
Note: Version bump only for package @freshworks/crayons-i18n
@freshworks/[email protected]
3.0.4-beta.0 (2022-03-30)
Note: Version bump only for package @freshworks/crayons-i18n
@freshworks/[email protected]
3.0.3-beta.0 (2022-03-30)
Note: Version bump only for package @freshworks/crayons-i18n
@freshworks/[email protected]
3.0.2-beta.0 (2022-03-30)
Note: Version bump only for package @freshworks/crayons-i18n
@freshworks/[email protected]
3.0.1-beta.0 (2022-03-30)
Note: Version bump only for package @freshworks/crayons-i18n
@freshworks/[email protected]
3.1.0-beta.1 (2022-03-29)
Bug Fixes
@freshworks/[email protected]
3.1.0-beta.0 (2022-03-29)
Bug Fixes
- fw-select: handled the empty text scenario in dynamic select (#508) (421cdb3)
- fw-select: popup position changes for clippingParents (#515) (b86bcb6)
Features
@freshworks/[email protected]
1.7.6-beta.0 (2022-03-29)
Note: Version bump only for package @freshworks/crayons-i18n
@freshworks/[email protected]
3.0.1 (2022-03-24)
Note: Version bump only for package @freshworks/crayons
@freshworks/[email protected]
What's Changed
- CSS Arch Changes and Tooling Upgrade by @arvindanta in #210
- replacing css variables with sass variables by @arvindanta in #212
- Accessibility fixes by @arvindanta in #211
- Common Styles and Storybook Init Setup by @arvindanta in #214
- Puppeteer dep fix by @arvindanta in #221
- Storybook global and Package level storybook dev setup by @arvindanta in #217
- chore: make node and npm version checks strict by @kulkarni-kashyap in #222
- Accessibility Run time test dev mode by @arvindanta in #224
- React wrapper import fix for extended components by @arvindanta in #225
- chore: kill running port before starting a11y test by @arvindanta in #227
- refactor: move lint scripts to the root package.json and lint fixes by @arvindanta in #228
- chore: Keep @stencil/core as dependency in packages by @arvindanta in #230
- [fw-button] fix a11y issues and standardise attributes by @kulkarni-kashyap in #218
- [fw-checkbox] add keyboard nav support and a11y support by @kulkarni-kashyap in #215
- [fw-radio] add keyboard nav support and a11y support by @kulkarni-kashyap in #216
- refactor: git hooks and lint setup in monorepo by @arvindanta in #226
- refactor(vuepress): lift vuepress to monorepo root and implement relevant tooling changes by @manoj-krishnan in #233
- fix(vuepress): fix Vuepress live preview plugin configuration based o… by @manoj-krishnan in #234
- feat: CSS globals by @arvindanta in #237
- chore: update Stencil version by @arvindanta in #238
- React Wrapper build scripts by @arvindanta in #239
- feat(fw-toggle): adding support for showicon and keyboard navigation by @kulkarni-kashyap in #220
- style: eslint config change and prettier fixes by @arvindanta in #241
- chore(root): lerna version and publish setup by @arvindanta in #243
- refactor(root): move .github to the root folder and remove from each packages by @arvindanta in #244
- chore(root): versioning and release scripts updated by @arvindanta in #245
- chore(release): scripts to update package lock file and clean up changelog files during publish by @arvindanta in #250
- feat(custom-react-wrapper): use Custom React Wrapper instead of Stencil's react wrapper by @arvindanta in #251
- docs(crayons-core): update docs for radio-group and radio-button that was missed earlier by @kulkarni-kashyap in #249
- refactor(.vuepress): remove unused .vuepress files from packages by @arvindanta in #253
- feat(crayons-core): changing structure of fw-tabs children components to enable yeilding headers by @kulkarni-kashyap in #247
- docs(tabs): update tabs readme with recent changes by @kulkarni-kashyap in #255
- feat: added fw-list-options component and wiring up of fw-popover by @kishore-kumar-E3682 in #252
- feat(component): added fw-popover component by @kishore-kumar-E3682 in #231
- Lock @stencil/core version to 2.9.0 by @arvindanta in #256
- chore: updated readme to include fw-popover, fw-list-options, fw-select-option and their dependencies by @kishore-kumar-E3682 in #257
- feat(modal): Improving modal composability by adding modal-title, modal-content, modal-footer components. by @Vignesh-Manogar-E3433 in #248
- fix(radio-group): remove call to componentOnReady in connected callback by @kulkarni-kashyap in #260
- refactor(toast): clean up unused assets and code in toast component by @arvindanta in #259
- fix(fw-datepicker): Fixed the improper datepicker placement by @kishore-kumar-E3682 in #262
- docs(fw-popover and fw-list-options): added usage documentation by @kishore-kumar-E3682 in #261
- feat: button variations, style corrections and loading state by @parsuram-vijaysankar in #264
- docs(react samples): added react samples in the readme for components by @arvindanta in #263
- fix(radio-group): fix radio group to be compatiable with react version by @kulkarni-kashyap in #267
- docs(button): fix usage of label by @kulkarni-kashyap in #272
- refactor(react-wrapper): refactor react-wrapper folder. remove src/ from crayons-react in 2 packages by @arvindanta in #271
- feat(toggle): show icon for toggle by default by @kulkarni-kashyap in #273
- feat(multi-toast): Multi Toast Notification with toast component and ToastController by @arvindanta in #276
- Button group by @kaushal-freshworks in #274
- feat(inline-message): adding inline messages feature by @kulkarni-kashyap in #270
- feat(fw-popover): added show/hide event emitters and new prop by @kishore-kumar-E3682 in #268
- (feat) button - before and after slots + Caret Icon for easier composability by @parsuram-vijaysankar in #277
- feat(fw-list-options): added custom filter function by @kishore-kumar-E3682 in #269
- fix(fw-popover): null check by @kishore-kumar-E3682 in #278
- docs(changelog): Changelog update by @arvindanta in #279
- docs: modified docs for fw-select and fw-list-options by @kishore-kumar-E3682 in #282
- docs(site readme): update site readme to point the install scripts to canary version by @arvindanta in #280
- Avatar canary2 by @kaushal-freshworks in #281
- docs(code-samples): update code samples in readme by @arvindanta in #284
- fix(tab): fix fw-tab to work with react typescript by @kulkarni-kashyap in #285
- feat(fw-list-options): Moved the dynamic filter logic from fw-select to fw-list-options by @kishore-kumar-E3682 in #286
- feat(fw-tag): added avatar variant for tag by @kishore-kumar-E3682 in #290
- fix(popover): prevent scroll chaining and expose props for min, max heights by @kulkarni-kashyap in #287
- feat(slider): Adding new slider variation to modal component by @Vignesh-Manogar-E3433 in #288
- docs(toast): update code samples with toastoptions interface for reference by @arvindanta in #296
- refactor(crayons-datatable): Remove crayons-datatable package by @arvindanta in #299
- fix(button-group): use correct units for margin-left by @kulkarni-kashyap in #301
- docs(changelog): update changelog with correct breaking change by @kulkarni-kashyap in #304
- fix(toast): remove styling from host to avoid styles getting overridden by global styles by @arvindanta in #306
- chore(eslint-config): Enable Strict type checking via Eslint by @arvindanta in #309
- fix(radio): remove class from host and apply on container to avoid getting overridden by global styles by @kulkarni-kashyap in #307
- fix(checkbox): remove class from host and apply on container to avoid getting overridden by global styles by @kulkarni-kashyap in #308
- feat(fw-select): added prop to display avatar by @kishore-kumar-E3682 in #293
- docs(fw-select): added docs for setting/getting selected values by @kishore-kumar-E3682 in #298
- feat(fw-tag): tags can be removed via backspace by @kishore-kumar-E3682 in #300
- fix(tab): remove class from host to avoid getting overridden by global styles by @kulkarni-kashyap in https://github.com/freshworks...