All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- EditInPlace - prevents save when in composition session
- HelpModal - fixes an issue on missing
ownerBadge
config
- NrqlEditor - replace existing editor with react-simple-code-editor
- TimeRangePicker - custom date/times get set to blank on closing custom section
- TimePicker - changing start time does not update list of times in dropdown
- TimeRangePicker - unable to select custom end dates other than today
- TimeRangePicker - changing time value resets the date
- TimeRangePicker - prop to hide
Default
- TimeRangePicker -
maxRangeMins
prop to set set a max range in selected date/times
- FilterBar - minor refactor
- FilterBar - ability to return
LIKE
statements
- TimeRangePicker - return timestamp for
begin_time
andend_time
- DatePicker - disallow bubbling of onclick event, which was causing parent popover to close
- TimeRangePicker component by @amit-y
- DateTimePicker component by @amit-y
- TimePicker component by @amit-y
- SimpleBillboard - add option to enable title's tooltip + change up/down trend arrow colors to grey by @shahramk
- DatePicker component by @amit-y
- FilterBar component by @amit-y
- Progress Bar component by @aso1124
- Update SimpleBillboard component styles
- SimpleBillboard component
- StatusIconsLayout component by @amit-y
- Props
style
,title
,onClick
to StatusIcon
BLANK
option toSTATUSES
enum in StatusIcon- StatusIcon now accepts optional
color
prop
- StatusIcon component by @amit-y
- Gets correct window object when using EditInPlace in an iframe
- Styling changes for SimpleBillboard
- NrqlEditor component by @amit-y
- Extract all CSS to a file
- SimpleBillboard component by @shahramk
- timeRangeToNrql by @aso1124
example.json
file for theMessages
component
- Removes non-breaking spaces and trims the text returned by
setValue
inEditInPlace
- Switch the JSX transform to classic
- Added react-dom to the peer dependency list
- EditInPlace component by @amit-y.
- About section added to HelpModal by @aso1124
- Messages component by @aso1124
- HelpModal component by @aso1124
- Using css modules to inject styles for MultiSelect
- Added a Github action to publish package on new release
- Updated peerDependencies versions
- Moved dependencies to peerDependencies
- Added rollup for bundling
- MultiSelect component by @amit-y.