|  | cbd8787c89 | Added the ability to limit the number of lines that are allowed to be rendered before collapsing. Cleaned up code and simplified a few things. Renamed limit to maxLength. Fixed an issue where newlines would not render because of the text element, switched to a span instead. | 2024-11-20 07:54:07 -08:00 |  | 
			
				
					|  | 30b7d9fa1c | Fixed an issue where readmore would show undefined if the value was null, not it shows nothing if there is no value. | 2023-12-24 15:21:18 -08:00 |  | 
			
				
					|  | f9a8ac4317 | Improved read more design. | 2023-12-24 09:51:54 -08:00 |  | 
			
				
					|  | 1c6a33cd0f | Renamed search max height to results max height. | 2023-10-30 15:31:17 -07:00 |  | 
			
				
					|  | 7a950f307d | Added ability to limit the results if wanted. Added a on enter callback and prevented enter from adding new lines. | 2023-10-25 13:42:37 -07:00 |  | 
			
				
					|  | 18901d2115 | Fixed a few issues with the search select component. | 2023-10-24 18:04:36 -07:00 |  | 
			
				
					|  | 7a4e43979c | Added cursor pointer to the search select placeholder to indicate that it can be clicked. | 2023-07-27 16:43:19 -07:00 |  | 
			
				
					|  | c7113dc71b | Improved search select and made it mostly functional. | 2023-07-26 17:36:49 -07:00 |  | 
			
				
					|  | e0cee31096 | Search select now uses new converter template. | 2023-07-25 23:20:43 -07:00 |  | 
			
				
					|  | a52f0e86a1 | Working on new search select control. Improved popper. | 2023-07-25 20:50:50 -07:00 |  | 
			
				
					|  | c29273871b | Removed old css code that shouldn't belong. | 2023-07-25 18:06:57 -07:00 |  | 
			
				
					|  | 8be4d18faf | Removed global js file. | 2023-04-20 06:36:47 -07:00 |  | 
			
				
					|  | f86e93a085 | Tweaked default open button positioning to make it easier to click on elements it may be hiding. | 2023-04-19 19:47:08 -07:00 |  | 
			
				
					|  | 8c021053a3 | Added auto close option to drawer. | 2023-04-14 08:05:40 -07:00 |  | 
			
				
					|  | 85662f7777 | Working on simplifying drawer component. | 2023-04-12 12:00:27 -07:00 |  | 
			
				
					|  | 5f909f08e9 | Read more now resets to collapsed when the value is changed. | 2022-12-17 09:29:45 -08:00 |  | 
			
				
					|  | 1e0200facb | Deleted old code. Added new readmore component. | 2022-12-14 11:44:07 -08:00 |  | 
			
				
					|  | a745a63163 | Upgraded to new IgniteHtml register element. | 2022-08-26 08:35:55 -07:00 |  | 
			
				
					|  | 2f406016b5 | Added code so that if circular-progress is not center then it centers the progress bar. | 2022-04-04 22:55:19 -07:00 |  | 
			
				
					|  | 48154a8d65 | Editable image now uses a blob instead of raw base64 image data for the source. | 2022-03-06 20:19:23 -08:00 |  | 
			
				
					|  | ac6c7301c7 | Added ability to center or not center the mt-circular-progress. | 2021-10-20 10:06:53 -07:00 |  | 
			
				
					|  | 3b6365ae75 | Editable image now forces the image to not have a min width/height to make it easier to work with this component. | 2021-09-29 05:31:30 -07:00 |  | 
			
				
					|  | 01c1dfa0c6 | Fixed bugs within editable image and working on making it more material like. | 2021-08-17 18:59:56 -07:00 |  | 
			
				
					|  | 48c8b6573a | Improving circular progress functionality. | 2021-06-09 18:57:40 -07:00 |  | 
			
				
					|  | 1eedfe8abb | Made material drawer work better on iOS. | 2021-05-05 03:07:08 -07:00 |  | 
			
				
					|  | b850b82fe7 | Made circular progress have a single color and made it changeable via a property. | 2021-03-10 08:57:10 -08:00 |  | 
			
				
					|  | ac43b68f93 | Added property to be able to change linear progress color. | 2021-02-21 18:13:53 -08:00 |  | 
			
				
					|  | 9bc8713a97 | Drawer now doesn't use important for it's display property. Chip list passes instance of list on search. | 2021-02-12 18:53:55 -08:00 |  | 
			
				
					|  | 857c9a2ecc | Fixed an issue with sizing circular progress bars. Added search loading property to chip list. | 2021-02-03 10:04:42 -08:00 |  | 
			
				
					|  | c647825b9f | Changed circular progress to use index plus 1 instead of the highest index. | 2021-01-25 00:37:11 -08:00 |  | 
			
				
					|  | a613c86826 | Reduced z-index on drawer component. Fixed a bug with mobile toggle buttons. | 2021-01-22 15:10:38 -08:00 |  | 
			
				
					|  | 595aadd29a | Added container class property so we can control the classes on the container easier. | 2021-01-10 15:27:18 -08:00 |  | 
			
				
					|  | 60eb43cd47 | editable-label now uses inner text for value instead of inner html to fix a bug in IOS where a <br> tag is inserted into the element for some reason. | 2021-01-10 11:13:00 -08:00 |  | 
			
				
					|  | 47e83a4148 | Improved change event on editable-label to bubble. Cleaned up some code as well. | 2021-01-09 16:26:51 -08:00 |  | 
			
				
					|  | 5686e4fd75 | Added truncate option to editable label to auto truncate text when not editing. Also fixed a few styling issues. | 2021-01-08 19:58:33 -08:00 |  | 
			
				
					|  | c403c1cb40 | Cleaned up drawer css and made it easier to style the component. | 2021-01-05 12:57:59 -08:00 |  | 
			
				
					|  | d9bca5d579 | Added ability to show toggle button for Drawer. | 2021-01-05 10:32:39 -08:00 |  | 
			
				
					|  | 07b74e39b7 | Added read only ability to chip list and chip. | 2020-12-13 16:30:37 -08:00 |  | 
			
				
					|  | addb22dc76 | Removed border styling from app bar. | 2020-12-13 10:43:08 -08:00 |  | 
			
				
					|  | 420d4e508b | Making appbar position relative so we can use absolute positioned elements easier. | 2020-12-12 13:27:13 -08:00 |  | 
			
				
					|  | 0308b235c0 | Added new app-bar component, more work is needed. | 2020-12-11 12:35:19 -08:00 |  | 
			
				
					|  | b73a8e8f3a | Changing from position to placement. | 2020-12-09 09:34:46 -08:00 |  | 
			
				
					|  | b75d121cb3 | Added better drawer position support. | 2020-12-08 11:29:23 -08:00 |  | 
			
				
					|  | 80a8d2a8f8 | Drawer is now responsive and mobile friendly. | 2020-12-08 11:18:51 -08:00 |  | 
			
				
					|  | fd7d647000 | Cleaning up CSS in components and adding in a drawer component. | 2020-12-08 09:19:34 -08:00 |  | 
			
				
					|  | 5f30daca21 | Fixed a minor bug within the popper and cleaned up some of the code. | 2020-12-01 15:34:12 -08:00 |  | 
			
				
					|  | 5c58d35be4 | Fixing bugs within the popper component so that it renders correctly. | 2020-12-01 14:55:51 -08:00 |  | 
			
				
					|  | d24c50cacb | Added linear progress component. Fixed a z-index issues with the circular progress. Added better border support for editable labels and chip lists. | 2020-12-01 11:49:01 -08:00 |  | 
			
				
					|  | 0254076862 | Added new circular progress component. | 2020-12-01 00:16:40 -08:00 |  | 
			
				
					|  | e9bb8909c9 | Removing min width from chip list to fix wrapping issue. | 2020-11-18 11:33:13 -08:00 |  |