<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Plamena Radneva</title>
    <description>The latest articles on DEV Community by Plamena Radneva (@ardentia).</description>
    <link>https://dev.to/ardentia</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F120690%2F8515f7de-9720-4bbf-9268-93d363b3a751.jpeg</url>
      <title>DEV Community: Plamena Radneva</title>
      <link>https://dev.to/ardentia</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ardentia"/>
    <language>en</language>
    <item>
      <title>The ng-sq-ui project is back more customizable than ever! + Brand new Rewards Program</title>
      <dc:creator>Plamena Radneva</dc:creator>
      <pubDate>Sat, 08 May 2021 14:25:13 +0000</pubDate>
      <link>https://dev.to/ardentia/the-ng-sq-ui-project-is-back-now-more-customizable-than-ever-brand-new-rewards-program-3339</link>
      <guid>https://dev.to/ardentia/the-ng-sq-ui-project-is-back-now-more-customizable-than-ever-brand-new-rewards-program-3339</guid>
      <description>&lt;h1&gt;
  
  
  Some exciting component enhancements ✨
&lt;/h1&gt;

&lt;p&gt;This project was started with the idea of being flexible when it comes to styling; it allows the developer to opt-out of the pre-packaged theme, without leaving the theme-specific classes in the markup.&lt;/p&gt;

&lt;p&gt;Staying true to its original intent, the latest version - 1.3.1 - now comes with form controls that are not only style-independent but also allow custom templating.&lt;/p&gt;

&lt;p&gt;Here is an example of the above with the &lt;code&gt;TagsInputComponent&lt;/code&gt;: &lt;/p&gt;

&lt;p&gt;&lt;iframe src="https://stackblitz.com/edit/sq-tags-input-custom-template-different-style-preview?embed=1&amp;amp;view=preview&amp;amp;" width="100%" height="500"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;The component was enhanced to employ the &lt;code&gt;ngTemplateOutlet&lt;/code&gt; directive to allow the developer to customize the markup for the entered tags. Additionally, no themes were included in the &lt;code&gt;angular.json&lt;/code&gt; file - all the CSS responsible for the look can be found in &lt;code&gt;styles.css&lt;/code&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  The other components that you can now customize are:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://sq-ui.github.io/ng-sq-ui/#/form-elements-module?id=sq-typeahead"&gt;TypeaheadComponent (sq-typeahead)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://sq-ui.github.io/ng-sq-ui/#/form-elements-module?id=sq-dropdown"&gt;DropdownComponent (sq-dropdown)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://sq-ui.github.io/ng-sq-ui/#/form-elements-module?id=sq-checkbox"&gt;CheckboxComponent (sq-checkbox)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://sq-ui.github.io/ng-sq-ui/#/form-elements-module?id=sq-radiobutton"&gt;RadiobuttonComponent (sq-radiobutton)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Clicking on a list item will take you to the component docs with its corresponding StackBlitz example. If you want to check them out in production action, you can do so by &lt;a href="https://ng-sq-ui.xyz/#/sq-ui"&gt;visiting our site&lt;/a&gt;.&lt;/p&gt;

&lt;h1&gt;
  
  
  Our team is on the lookout for bounty hunters! 🕵️
&lt;/h1&gt;

&lt;p&gt;We would like to reward people who put in effort to help develop this project further with DEV tokens! You can be rewarded up to 5 DEV tokens depending on your contribution - issuing a feature request, completing a feature or fixing bugs. Be sure to take a look at our &lt;a href="https://sq-ui.github.io/ng-sq-ui/#/bounty-program"&gt;Rewards Program T&amp;amp;C&lt;/a&gt;.&lt;/p&gt;

&lt;h1&gt;
  
  
  And last but not least...
&lt;/h1&gt;

&lt;p&gt;We would like to thank anyone who supports us by &lt;a href="https://github.com/SQ-UI/ng-sq-ui"&gt;starring our repo&lt;/a&gt; or &lt;a href="https://stakes.social/0x014f98F05c0BeD44B4Cf0532a93312a2135afaB8"&gt;staking on our project&lt;/a&gt;! If you have a burning question or just want to drop us a line, feel free to join our &lt;a href="https://join.slack.com/t/sq-ui-kit/shared_invite/zt-6sfsgfgm-NVIG8lgR~205VjxsuSG8Gg"&gt;Slack channel&lt;/a&gt;!&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>angular</category>
      <category>showdev</category>
      <category>typescript</category>
    </item>
    <item>
      <title>Introducing: ng-sq-ui 1.1.0</title>
      <dc:creator>Plamena Radneva</dc:creator>
      <pubDate>Mon, 11 Feb 2019 11:07:19 +0000</pubDate>
      <link>https://dev.to/ardentia/introducing-ng-sq-ui-110-2ph6</link>
      <guid>https://dev.to/ardentia/introducing-ng-sq-ui-110-2ph6</guid>
      <description>&lt;p&gt;We are super excited to announce the release of ng-sq-ui 1.1.0!&lt;/p&gt;

&lt;p&gt;Here’s what’s new:&lt;/p&gt;

&lt;p&gt;Separated all standalone modules as packages. You can now install only what you need - @sq-ui/ng-sq-common, @sq-ui/ng-datatable, @sq-ui/ng-datetime-picker, @sq-ui/ng-modal.&lt;/p&gt;

&lt;p&gt;NEW feature @sq-ui/ng-datatable! &lt;br&gt;
The datatable you need,readily available as a standalone package, no other stuff required!&lt;/p&gt;

&lt;p&gt;Documentation Updates! &lt;br&gt;
As of this release, we have multiple packages and the documentation is now better structured to represent those.&lt;/p&gt;

&lt;p&gt;Updated examples! &lt;br&gt;
All gif images are removed. Instead, Stackblitz examples are provided for each feature and module.&lt;/p&gt;

&lt;p&gt;List of all Stackblitz examples:&lt;br&gt;
@sq-ui/ng-datatable: &lt;a href="https://ng-sq-datatable.stackblitz.io"&gt;https://ng-sq-datatable.stackblitz.io&lt;/a&gt; &lt;br&gt;
@sq-ui/ng-sq-common: &lt;a href="https://ng-sq-ui-progress-bar.stackblitz.io"&gt;https://ng-sq-ui-progress-bar.stackblitz.io&lt;/a&gt;&lt;br&gt;
@sq-ui/ng-datetime-picker: &lt;a href="https://ng-sq-ui-datetime-picker.stackblitz.io"&gt;https://ng-sq-ui-datetime-picker.stackblitz.io&lt;/a&gt; &lt;br&gt;
@sq-ui/ng-modal: &lt;a href="https://ng-sq-ui-modal.stackblitz.io"&gt;https://ng-sq-ui-modal.stackblitz.io&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Deployment updates! &lt;br&gt;
We have improved our automatic deployment and the latest version of the documentation will be available on &lt;a href="https://sq-ui.github.io/ng-sq-ui/#/"&gt;https://sq-ui.github.io/ng-sq-ui/#/&lt;/a&gt;. We have also revamped out live examples app which you can now find on &lt;a href="https://ng-sq-ui.xyz/"&gt;https://ng-sq-ui.xyz/&lt;/a&gt;!&lt;/p&gt;

&lt;p&gt;Communication updates!&lt;br&gt;
Added &lt;a href="https://spectrum.chat/sq-ui"&gt;https://spectrum.chat/sq-ui&lt;/a&gt; community for public releases.&lt;br&gt;
Added new slack channel for general SQ-UI discussions &lt;a href="http://bit.ly/ng-sq-slack"&gt;http://bit.ly/ng-sq-slack&lt;/a&gt;. (Spoiler: at some point this year, we’d try to release SQ-UI for Vue as well! We’d love to hear your suggestions and/or opinions!)&lt;/p&gt;

&lt;p&gt;Old NG-SQ-UI slack channel (&lt;a href="http://bit.ly/ng-sq-ui-slack"&gt;http://bit.ly/ng-sq-ui-slack&lt;/a&gt;) will be left for development needs and Angular-specific development.&lt;br&gt;
New contact email: &lt;a href="mailto:contact@sq-ui.xyz"&gt;contact@sq-ui.xyz&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Statistics for the current release&lt;br&gt;
101 Commits, 52 PRs, 92 files changed, and a ton of code added :D&lt;/p&gt;

</description>
      <category>ui</category>
      <category>angular</category>
      <category>javascript</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
