diff --git a/.storybook/helpers.js b/.storybook/helpers.js index 3b3c7f0b2..e40c435cf 100644 --- a/.storybook/helpers.js +++ b/.storybook/helpers.js @@ -5,6 +5,7 @@ import { Icon, TestIcon } from "../src/"; import { Definitions as IntentDefinitions } from "../src/common/Intent"; import canonicalIcons from "./../src/components/Icon/canonicalIconNames"; + // argTypes helpers const allIcons = new Map([ @@ -20,17 +21,19 @@ export const helpersArgTypes = { mapping: { "Not set": undefined, Handler: () => { + // eslint-disable-next-line no-undef alert("clicked"); }, }, }, exampleIcon: { control: "select", - options: ["Not set", "Test icon", ...Object.keys(canonicalIcons)], + options: ["Not set", "Test icon", ...Object.keys(canonicalIcons), "Icon with tooltip"], mapping: { "Not set": undefined, "Test icon": , ...Object.fromEntries(allIcons), + "Icon with tooltip": , }, }, exampleIntent: { diff --git a/CHANGELOG.md b/CHANGELOG.md index a22443986..c6fe0506a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,86 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [Unreleased] +### Added + +- `` + - `noWrap` property to display them without wrapping its children on multiple lines +- `` component + - Manage display of a grouped content section. + - Add info, actions and context annotations by using its properties. + - Can be nested into each other. +- `` + - implemented support for linting which is enabled via `useLinting` prop + - `turtle` and `javascript` are currently supported languages for linting + - `useToolbar` property to display toolbar if the `mode` is supported + - currently `markdown` mode is integrated, including support for headlines ``, `
`, `` block and inline, `` bold, ``, italic, `` strike through, `