File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed
Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.2.0] - 2025-02-20
4+
5+ - Add ` ItemSelect ` component for general selections (items must have a ` name `
6+ property)
7+ - Add ` ActionPreflight ` component for staging actions that require configuration
8+ and confirmation
9+ - Add appropriate stories for new components
10+
311## [ 0.1.2] - 2025-02-15
412
513Added ` files ` specifier to ` package.json ` to ensure that all ` dist ` files are
Original file line number Diff line number Diff line change 11{
22 "name" : " @macrostrat/form-components" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.2.0 " ,
44 "description" : " Form components for user input into Macrostrat apps" ,
55 "type" : " module" ,
66 "source" : " src/index.ts" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 4.1.3] - 2025-02-20
4+
5+ - Improved styling for numeric sliders when disabled
6+ - TODO: move numeric slider to ` @macrostrat/form-components `
7+
38## [ 4.1.2] - 2025-02-16
49
510Add body classes ` light-mode ` and ` bp5-light ` to ` DarkModeProvider ` when it is
Original file line number Diff line number Diff line change 11{
22 "name" : " @macrostrat/ui-components" ,
3- "version" : " 4.1.2 " ,
3+ "version" : " 4.1.3 " ,
44 "description" : " UI components for React and Blueprint.js" ,
55 "main" : " dist/cjs/index.js" ,
66 "module" : " dist/esm/index.js" ,
You can’t perform that action at this time.
0 commit comments