0.0.23 (2019-07-16)
- bump: all rb components (bf3103f)
0.0.22 (2019-07-15)
- misspelling: on homepage (a8f00fc)
0.0.21 (2019-07-12)
Maintenance release, we renamed 2 dependencies which affected all rb components:
- utils changed to cli
- rb-base changed to base
- bump: all rb components (04f39c2)
0.0.20 (2019-07-12)
- rb logo link: from partially getting clicked in the header (7ac2cdb)
- homepage: redesign 🚀 (911dfd5)
0.0.19 (2019-07-05)
- new rb component: rb-code 🚀 (a4eb1c6)
- rb-popover: add new api option onclick (fecdc22)
- dogfood: swap in rb-code (7aeb988)
- builder: remove $compile since we aren't building angular directives (742536d)
- bump: client deps all rb components 👍 (d879aef)
0.0.18 (2019-05-09)
- bare bones page: rb-icon fouc (e819e45)
- page header: from slightly overlapping src nav when viewport is extra small (beb68d0)
- rba-code: normalize scrollbar look on mac and windows (64eb967)
- windows: huge heading font size via using Segoe UI as the font family (dd79209)
- new rb components 🚀
- rb-alert: add api option inline (7ea5f9e)
- rb-button: add api option onclick (7f6cc42)
- rb-icon: use rb-dropdown to show all icon kind options (af8c3d4)
- rba-api: new angular directive for displaying rb component's api (0ed6c9e)
- rba-code: add momentum scrolling for iOS (898d703)
- rba-code: style the title bar (e907cd7)
- android fonts: add roboto and roboto mono (4770413)
- themes page: create it but only expose on dev site (not ready for prod yet) (6ed189b)
- lavender theme: rename alina theme to lavender (which will be an official theme) (fe655e3)
- dev site: 🔒 now accessible via https so redirect http to https with status code 301 (da109ad)
- new server data route: /api/data/us-states (c4d76e8)
- dogfood
- rapid build ui logo: inline it reducing server requests by 2 and speeding up page load (133147c)
- angular app:
- bump:
0.0.17 (2019-03-05)
- bump: deps all rb components (1031c9b)
- rb-icon: add and document icon animation (edd3503)
- rb-button: add and document icon animation (64f58d7)
- rb-input: add and document icon animation (20d0182)
- rb-input: add type options: email, password and url (7107684)
- rb-input: document readonly option (bb36d6b)
- rb-popover: add and document icon animation (d0c4e20)
- rb-textarea: add and document readonly option (3afbddc)
- rb-icon: v0.0.13 bump includes a major performance boost 🚀
0.0.16 (2019-02-25)
- browser support table: from cutting off rb-popover (f2bd1ed)
- page header: prevent heading from overlapping source nav (f9d1945)
- rb-nav: from not displaying over each other correctly in responsive mode (abf6d64)
- table styling: remove extra left and right borders from table header (2a1f54a)
- bump: deps all rb components (9d230e3)
- components: document icon-valign for rb-button and rb-popover (a7645c1)
- components: document the name attribute for all rb form controls (f5e37ee)
- components: place open toggles on all of api sections (4562b48)
- css variables: place toggles on all component css variable sections (6a66337)
- css-variables: automate the documenting of css variables (d2d9f07)
- dogfood: swap in rb-textarea (533658d)
- getting started page: update documentation for easier understanding (f56b68b)
- rb-dropdown: add it to the showcase but only expose it in the dev environment (7480873)
- rb-nav: add responsive options to configure and api section (aa91d8f)
- rb-popover: document pin option (d395229)
- rb-popover: document how to use with all rb form controls (5bbf67d)
- rb-textarea: create showcase page for it (69dd037)
- rba-css-vars: create and add it for displaying rb component's css variables (1e5ae44)
- rba-code: create and add it to the showcase for displaying code awesomely (39827d2)
- rba-popover-value: create and add it to all rb form controls to easily view the demo's value (6d926dd)
- rba-toggle: create new directive rba-toggle (afe94fc)
0.0.15 (2018-12-05)
- modal: from showing undefined when slot is empty (a0ada3a)
- rb-modal: set scope.a.show to false when the modal closes (4bab171)
- alina theme: create it (8fb3f3b)
- testing-theme: create it (b732a71)
- dog food: swap in rb-checkboxes (6190d4a)
- rb-alert: document new css variables radius, width and style (c132cbf)
- rb-alert: document secondary kind (411dac8)
- rb-button: add secondary css variables (b5d9666)
- rb-button: document its css variables (4685f21)
- rb-button: document secondary kind (bffe6a8)
- rb-checkboxes: add it and create showcase it's pages (b1e7176)
- rb-checkboxes: add api for validation and multiple value types (6c57824)
- rb-checkboxes: make it available to the world (e4bd02e)
- rb-modal: add documentation for no-backdrop (be1e55f)
- rb-modal: make it available to the world (c975562)
- rb-modal: update showcase page with better example content (6e1a245)
- rb-popover: document its css variables (74ed1df)
- validation example: add rb-checkboxes (3d07fc7)
- bump: deps all rb components (23521b7)
0.0.14 (2018-11-13)
- builder: remove extra quotes on rb-checkbox when value is a js primitive (ec18f8c)
- form validation example: add name property to rb-checkbox for form submission (678e6e9)
- icon spacing: when beside text (b1859dc)
- navigation: on route change set window scroll position to top (76d9804)
- rb event service: from not removing event listeners (f52aaab)
- rb-checkbox: add bumper for inline option (af4a819)
- resetting checkbox: when clicking the reset button on the demo forms (6846d9a)
- windows: main nav from dropping to the next line (9283c7c)
- automation: automatically create two way binding with angular and rb form control's when they are inserted into the dom (b9258d5)
- rb-checkbox: add support for boolean, string, number and object types for value (94b20c6)
- crud example: add it (a589a39)
- rb-alert: add documentation for rb-alert's css variables (d4b5d25)
- rb-checkbox: add it to the showcase (fa37007)
- rb-checkbox: add options inline, horizontal and right and swap in rb-checkbox throughout the showcase (1c62c9d)
- builder: add a debounce for better performance (d8b5a25)
- bump: deps all rb components (5b4eb34)
0.0.13 (2018-09-26)
- changelog: add a changelog section on every component page (019e8da)
- rb-icon: add vertical option (bb7b406)
- rb-modal: add header and footer options (9d5735b)
- rb-radios: add validation option (f514358)
- bump: deps all rb components (646291d)
0.0.12 (2018-09-14)
- bump: deps all rb components (9d1a4f0)
- rb-modal: add unclosable to api section (945302e)
- rb-modal: unclosable option (66f9a35)
0.0.11 (2018-09-08)
Quick release to remove the rb-modal link. It's not quite ready yet.
0.0.10 (2018-09-08)
- rb-input: icon-source option by bumping rb-input to v0.0.8 (f97352e)
0.0.9 (2018-09-05)
- display: main header nav from dropping down at smaller screen widths (2d35846)
- layout: wolverine's main content to extend full height when viewport is small (81e9cac)
- new site examples section: add it with one page, form validation (9275e8d)
- form validation: add html for the example form (4d0a4c8)
- rb-modal: add api description for content option (fbb2b8e)
- rb-modal: add content option to showcase page (f4f82e5)
- rb-modal: add component (6c2a5a4)
- rb components: bump all rb components to the versions that use rb-base v0.0.2 (61e4eb2)
0.0.8 (2018-08-31)
Release only includes a couple verbiage tweaks.
0.0.7 (2018-08-30)
- homepage: update with standout logo (40bf1e7)
- dog food: use rb-radios instead of normal radios (44723b9)
- rb radios showcase: add api option to handle array of objects for data (44c3ce7)
- source nav: update urls on dev site to point to github continuous branch (e6de8ea)
- rb components: bump all rb components to the versions that use rb-base (dbac498)
0.0.6 (2018-07-11)
- radios api: documentation complete (3c4e0b4)
- radios showcase page: add horizontal api option (70476f0)
- responsive table: add responsive support for all tables, simple version (512adb0)
- rb components: bumped all of them which contain bug fixes and features (b61551d)
0.0.5 (2018-07-08)
Release includes rb-components that use web components library SkateJS and view renderer lit-html instead of Polymer 3.
- rb-radios: add initial showcase page
0.0.4 (2018-06-22)
- safari support: fix safari from crashing by updating @rapid-build-ui/rb-button dep (0521e18)
- fix icons: from not showing up for all evergreen browsers by updating @rapid-build-ui/rb-icon dep (0521e18)
- polyfill: add webcomponents-loader.js polyfill to somewhat fix firefox and edge (c6a9c53)
- dog food: use rb-input component instead of angular directive rba-input (17c26bb)
- getting started page: update it (c37bc2d)
- browser support page: update it (3728539)
- rb-input showcase page: add inline option (dfaa34f)
- copy component install button: create it for easy copying of component install cli (afb0468)
- copy component markup button: create it for easy copying of component(s) markup (2920c22)